mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 13:57:17 -04:00
minor update
This commit is contained in:
parent
34b650be94
commit
51cbda6b3f
2 changed files with 3 additions and 3 deletions
|
@ -31,8 +31,8 @@ script:
|
|||
- ci/blackbox.sh -run_2c
|
||||
- ci/blackbox.sh -run_4c
|
||||
- ci/blackbox.sh -run_4c_l2
|
||||
#- travis_wait 30 ci/blackbox.sh -run_4c_2l2_l3
|
||||
#- travis_wait 30 ci/blackbox.sh -run_8c_4l2_l3
|
||||
- travis_wait 30 ci/blackbox.sh -run_4c_2l2_l3
|
||||
- travis_wait 30 ci/blackbox.sh -run_8c_4l2_l3
|
||||
|
||||
after_success:
|
||||
# Gather code coverage
|
||||
|
|
|
@ -186,7 +186,7 @@ module VX_lsu_unit #(
|
|||
.reset (reset),
|
||||
.stall (stall_out),
|
||||
.flush (1'b0),
|
||||
.in ({arb_valid, arb_wid, arb_tmask, arb_PC, arb_rd, arb_wb, rsp_data}),
|
||||
.in ({arb_valid, arb_wid, arb_tmask, arb_PC, arb_rd, arb_wb, rsp_data}),
|
||||
.out ({lsu_commit_if.valid, lsu_commit_if.wid, lsu_commit_if.tmask, lsu_commit_if.PC, lsu_commit_if.rd, lsu_commit_if.wb, lsu_commit_if.data})
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue