minor fix

This commit is contained in:
Blaise Tine
2020-06-28 18:56:22 -07:00
parent dfd183a1bb
commit d89931d564
2 changed files with 2 additions and 4 deletions

View File

@@ -91,4 +91,4 @@ lsof +D build_ase_1c
make -C pipeline > pipeline/build.log 2>&1 & make -C pipeline > pipeline/build.log 2>&1 &
make -C cache > cache/build.log 2>&1 & make -C cache > cache/build.log 2>&1 &
make -C vortex > vortex/build.log 2>&1 & make -C vortex > vortex/build.log 2>&1 &
make -C pipeline > pipeline/build.log 2>&1 & make -C top > top/build.log 2>&1 &

View File

@@ -21,7 +21,7 @@ module VX_lsu_unit #(
output wire delay output wire delay
); );
VX_wb_if mem_wb_if; VX_wb_if mem_wb_if();
wire[`NUM_THREADS-1:0][31:0] use_address; wire[`NUM_THREADS-1:0][31:0] use_address;
wire[`NUM_THREADS-1:0][31:0] use_store_data; wire[`NUM_THREADS-1:0][31:0] use_store_data;
@@ -161,8 +161,6 @@ module VX_lsu_unit #(
// Can't accept new response // Can't accept new response
assign dcache_rsp_if.core_rsp_ready = !no_slot_mem & (|mem_wb_if_p1.valid); assign dcache_rsp_if.core_rsp_ready = !no_slot_mem & (|mem_wb_if_p1.valid);
// From LSU to WB // From LSU to WB
localparam WB_REQ_SIZE = (`NUM_THREADS) + (`NUM_THREADS * 32) + (`NW_BITS) + (5) + (2) + 32; localparam WB_REQ_SIZE = (`NUM_THREADS) + (`NUM_THREADS * 32) + (`NW_BITS) + (5) + (2) + 32;
VX_generic_register #(.N(WB_REQ_SIZE)) lsu_to_wb( VX_generic_register #(.N(WB_REQ_SIZE)) lsu_to_wb(