multiplier fixes

This commit is contained in:
Blaise Tine
2020-06-28 14:39:18 -07:00
parent 39e868b014
commit 27ea36440e
6 changed files with 192 additions and 262 deletions

View File

@@ -54,7 +54,7 @@ module VX_gpr_ram (
wire [`NUM_THREADS-1:0][`NUM_GPRS-1:0] tmp_a;
wire [`NUM_THREADS-1:0][`NUM_GPRS-1:0] tmp_b;
`ifndef SYN
`ifndef SYNTHESIS
genvar j;
for (i = 0; i < `NUM_THREADS; i++) begin
for (j = 0; j < `NUM_GPRS; j++) begin