fixed shared memory addressing critical path, fixed VX_fp_noncomp output bug

This commit is contained in:
Blaise Tine
2020-11-17 00:27:24 -08:00
parent 3e1fe66d9e
commit 34b650be94
15 changed files with 31 additions and 27 deletions

View File

@@ -77,7 +77,7 @@ module VX_writeback #(
VX_generic_register #(
.N(1 + `NW_BITS + 32 + `NUM_THREADS + `NR_BITS + (`NUM_THREADS * 32))
) wb_reg (
) pipe_reg (
.clk (clk),
.reset (reset),
.stall (stall),