Commit adda219
authored
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]>1 parent f4d6406 commit adda219
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments