Skip to content

Commit a3a6467

Browse files
author
Andrea Belano
committed
[reduction unit] Fix wrong bitwidth
1 parent 50b3447 commit a3a6467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rtl/redmule_reduction_unit.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ module redmule_reduction_unit
184184
logic [2:0][BITW-1:0] operands;
185185
logic [SumLat:0] fifo_empty;
186186

187-
logic [BITW-1] sum_tmp;
187+
logic [BITW-1:0] sum_tmp;
188188
logic sum_valid_tmp;
189189

190190
assign operands [0] = '0;

0 commit comments

Comments
 (0)