Skip to content

Commit b2b12f7

Browse files
author
Andrea Belano
committed
redmule_row: increase tag_in and tag_out width to fix errors during synthesis
1 parent 8639ec7 commit b2b12f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rtl/redmule_row.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ endgenerate
9090
`endif
9191
`ifdef PACE_ENABLED
9292

93-
logic [H-1:0][2*BITW+PIDW-1:0] tag_in, tag_out;
93+
logic [H-1:0][2*BITW+PIDW:0] tag_in, tag_out;
9494
fpnew_pkg::roundmode_e [H-1:0] stage1_rnd_mode, stage2_rnd_mode;
9595
logic [H-1:0] is_greater;
9696
logic [H-1:0] pace_inp_valid, pace_oup_valid;

0 commit comments

Comments
 (0)