Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stream_arbiter_flushable: Do not lock prio arbiter (#222)
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]>
- Loading branch information