Complete README roadmap: i-cache, divergence, coalescing, TT adapter, graphics & live dashboard - #64
Open
Assem-ElQersh wants to merge 1 commit into
Open
Complete README roadmap: i-cache, divergence, coalescing, TT adapter, graphics & live dashboard#64Assem-ElQersh wants to merge 1 commit into
Assem-ElQersh wants to merge 1 commit into
Conversation
…ashboard. Adds instruction cache, coalescing, branch divergence, and prefetch pipelining with matching tests; ships a Tiny Tapeout wrapper, graphics kernel, and WebSocket dashboard with restart/replay.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Implements the project's README "Next Steps" roadmap end-to-end, with tests and a cycle-accurate web dashboard:
src/tt/) with byte-serial protocol, smoke test, and pinout docsmake gui_*): WebSocket streaming, pause/step/speed/restart, replay of.jsonltraces, pipeline + register + framebuffer viewsCycle counts (vs original baselines): matadd 178 → 115, matmul 491 → 256. Full table in
CHANGELOG.md.Test plan
source scripts/env.sh && make test_all(matadd, matmul, divergence, coalescing, icache, graphics, TT adapter)make gui_graphics→ open http://localhost:8080, confirm framebuffer fills and Restart relaunches the runpython sim/server.py --replay build/traces/graphics.jsonlfor offline scrubbing