mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 13:57:17 -04:00
minor fix
This commit is contained in:
parent
dfd183a1bb
commit
d89931d564
2 changed files with 2 additions and 4 deletions
|
@ -91,4 +91,4 @@ lsof +D build_ase_1c
|
|||
make -C pipeline > pipeline/build.log 2>&1 &
|
||||
make -C cache > cache/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 &
|
||||
|
|
|
@ -21,7 +21,7 @@ module VX_lsu_unit #(
|
|||
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_store_data;
|
||||
|
@ -161,8 +161,6 @@ module VX_lsu_unit #(
|
|||
// Can't accept new response
|
||||
assign dcache_rsp_if.core_rsp_ready = !no_slot_mem & (|mem_wb_if_p1.valid);
|
||||
|
||||
|
||||
|
||||
// From LSU to WB
|
||||
localparam WB_REQ_SIZE = (`NUM_THREADS) + (`NUM_THREADS * 32) + (`NW_BITS) + (5) + (2) + 32;
|
||||
VX_generic_register #(.N(WB_REQ_SIZE)) lsu_to_wb(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue