minor update

This commit is contained in:
Blaise Tine
2021-01-06 21:39:15 -08:00
parent 146c285aa0
commit 8aea9cbe07
3 changed files with 12 additions and 7 deletions

View File

@@ -77,8 +77,7 @@ 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),
.DEPTH (0)
.RESETW (1)
) req_pipe_reg (
.clk (clk),
.reset (reset),