minor update
This commit is contained in:
@@ -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})
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user