Coremarkpro#18
Merged
Merged
Conversation
905964e to
3c8ca1a
Compare
X3 gains a 2 MiB UltraRAM memory tier at 0x01000000 (6-cycle read, 2-cycle write) backing the CoreMark-Pro heap; genesys2 and the yosys flow keep URAM uninstantiated. Six CoreMark-Pro workloads (core, cjpeg, linear_alg, nnet, parser, sha) run on X3 hardware through load_software.py, passing -v1 validation and -v0 performance (>=10s each); software_registry.py carries the per-workload calibration, and the link map gives the heap 1936 KiB against a measured 112 KiB stack reserve. Five RTL bugs found and fixed along the way, each with a red->green cocotb test: 1. branch_prediction_controller: the registered prediction handoff survived a same-cycle PD/slot-2 redirect across stalls, desyncing pc_reg from the fetched bytes. 2. data_mem_request_router: a queued URAM load read could issue while a multi-cycle URAM store was still in flight. 3. store_queue: partial-flush hole reuse broke ring order, stranding committed stores behind younger uncommitted entries (the linear_alg deadlock). Rebuilt as pure tail allocation with a retimed flush tail pullback (also removes an 18-LUT-level post-opt timing path). 4. store_queue: the flush kill predicate missed same-cycle combinational commits, losing a committed store to a flush-after-head. 5. if_stage: pd_redirect_q's wrong-path bubble pulse was not stall-aware; a stall straddling the bubble let the release cycle and the realigned cycle both dispatch the same bundle (duplicate ROB allocation).
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.
No description provided.