issue: close scoreboard issue-stage timing at NT16#372
Merged
Conversation
Fold per-FU dispatch-queue back-pressure (fu_goingfull) and the FU-lock serialization into the registered operands_ready, so the arbiter request is a pure flop; fu_locked_n consults the next-state so it stays bit-exact. Share in_use_mask between the busy check and operand trace, and replace the selection with a cyclic arbiter. Add the VX_CFG_DISPATCH_QUEUE_SIZE credit knob (default 4) with dispatcher/issue-slice fu_release plumbing. Also: DUT synth-flow fixes (project.tcl/xdc clock knob, scoped async_bram_patch, xrt Makefile) and coding-guideline doc tweaks. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Select the issue arbiter by requester count via VX_generic_arbiter (matrix above 8, round-robin at or below) so grant logic stays shallow at NW16, and serialize multi-uop FU sequences with a single registered lock mask gating the arbiter requests instead of the per-FU locked state. Remove the unused suppress port from VX_gto_arbiter and its tie-off in VX_generic_arbiter. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Closes the scoreboard issue-stage critical path at NT=NW=16 on the U55C @ 300 MHz.
What
operands_readya clean flop; look-ahead/credit folding).VX_generic_arbiter— matrix above 8 requesters, round-robin at or below — so grant logic stays shallow at NW16.suppressport fromVX_gto_arbiterand its tie-off inVX_generic_arbiter.Validation
🤖 Generated with Claude Code