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 c0ebdb2 commit 96412dfCopy full SHA for 96412df
rtl/redmule_engine.sv
@@ -130,7 +130,7 @@ generate
130
// In case input matrix is bigger than the array, we feedback the partial results to continue the computation
131
always_comb begin : partial_product_feedback
132
feedback[index] = y_bias_i[index];
133
- if (accumulate_i)
+ if (accumulate_i[replica_index])
134
feedback[index] = result[index];
135
else
136
0 commit comments