We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adcdb6e commit 03213b4Copy full SHA for 03213b4
rtl/redmule_top.sv
@@ -487,9 +487,9 @@ redmule_gidx_buffer #(
487
logic [Width-1:0] pace_oup_valid_array;
488
489
pace_pingpong_inp #(
490
- .InpDataWidth ( DATAW_ALIGN ),
491
- .NumRows ( Width ),
492
- .OupDataWidth ( BITW )
+ .InpDataWidth ( DATAW_ALIGN ),
+ .NumRows ( Width ),
+ .CEOupDataWidth ( BITW )
493
) i_pace_pingpong_inp (
494
.clk_i ( clk_i ),
495
.rst_ni ( rst_ni ),
0 commit comments