We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d761f0 commit 27de944Copy full SHA for 27de944
src/rr_distributor.sv
@@ -28,7 +28,7 @@ module rr_distributor # (
28
/// If set to 1'b0, the rr_distributor will step through the outputs if one is ready
29
/// but the current one is not. This can reduce wait time for the input.
30
/// **THIS IS NOT COMPLIANT AS IT MAY DE-ASSERT VALID WITHOUT A PROPER HANDSHAKE**
31
- parameter bit StrictRR = 1'b0,
+ parameter bit StrictRR = 1'b1,
32
/// Dependent parameter, do **not** overwrite.
33
/// Width of the selected index
34
parameter int unsigned IdxWidth = cf_math_pkg::idx_width(NumOut),
0 commit comments