Skip to content

Commit 03213b4

Browse files
author
Andrea Belano
committed
Fix wrong parameter override in pace_pingpong_inp
1 parent adcdb6e commit 03213b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rtl/redmule_top.sv

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -487,9 +487,9 @@ redmule_gidx_buffer #(
487487
logic [Width-1:0] pace_oup_valid_array;
488488

489489
pace_pingpong_inp #(
490-
.InpDataWidth ( DATAW_ALIGN ),
491-
.NumRows ( Width ),
492-
.OupDataWidth ( BITW )
490+
.InpDataWidth ( DATAW_ALIGN ),
491+
.NumRows ( Width ),
492+
.CEOupDataWidth ( BITW )
493493
) i_pace_pingpong_inp (
494494
.clk_i ( clk_i ),
495495
.rst_ni ( rst_ni ),

0 commit comments

Comments
 (0)