Skip to content

rr_arb_tree: fix inconsistent gnt for NumIn==1 (#248)#320

Open
colluca wants to merge 1 commit into
v2-devfrom
fix/248-rr-arb-tree-numin1-gnt
Open

rr_arb_tree: fix inconsistent gnt for NumIn==1 (#248)#320
colluca wants to merge 1 commit into
v2-devfrom
fix/248-rr-arb-tree-numin1-gnt

Conversation

@colluca

@colluca colluca commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Addresses #248.

When NumIn==1 and AxiVldRdy==0, gnt_o[0] was passed through unconditionally from gnt_i, ignoring req_i[0]. The multi-input path correctly gates with (AxiVldRdy | req_i[0]). Align the single-input corner case to the same logic.

When NumIn==1 and AxiVldRdy==0, gnt_o[0] was passed through
unconditionally from gnt_i, ignoring req_i[0]. The multi-input
path correctly gates with (AxiVldRdy | req_i[0]). Align the
single-input corner case to the same logic.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@colluca colluca added the v2 label Jun 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant