minor update

This commit is contained in:
Blaise Tine 2020-11-17 00:38:20 -08:00
parent 34b650be94
commit 51cbda6b3f
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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})
);