minor updates

This commit is contained in:
Blaise Tine
2021-01-05 15:03:41 -08:00
parent 846a4036d3
commit 31ff70fd4e
8 changed files with 129 additions and 50 deletions

View File

@@ -77,7 +77,8 @@ module VX_lsu_unit #(
VX_pipe_register #(
.DATAW (1 + `NW_BITS + `NUM_THREADS + 32 + 1 + `NR_BITS + 1 + (`NUM_THREADS * 32) + 2 + (`NUM_THREADS * (30 + 2 + 4 + 32))),
.RESETW (1)
.RESETW (1),
.DEPTH (0)
) req_pipe_reg (
.clk (clk),
.reset (reset),