Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stream_arbiter_flushable: Do not lock prio arbiter #222

Merged
merged 1 commit into from
Jun 17, 2024
Merged

Commits on May 15, 2024

  1. stream_arbiter_flushable: Do not lock prio arbiter

    Setting `LockIn` while `ExtPrio = 1'b1` is disallowed by the
    `rr_arb_tree` and has no effect. Furthermore, locking a decision with a
    possibly lower priority violates the intent of the priority arbiter.
    
    Therefore, clear the `LockIn` parameter for the priority arbiter.
    
    Signed-off-by: Nils Wistoff <[email protected]>
    niwis committed May 15, 2024
    Configuration menu
    Copy the full SHA
    350b613 View commit details
    Browse the repository at this point in the history