update
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
`include "VX_define.vh"
|
||||
|
||||
module VX_lsu (
|
||||
module VX_lsu_unit (
|
||||
input wire clk,
|
||||
input wire reset,
|
||||
input wire no_slot_mem,
|
||||
|
||||
@@ -306,7 +306,7 @@ bool Simulator::run() {
|
||||
int status = 0;
|
||||
#else
|
||||
// check riscv-tests PASSED/FAILED status
|
||||
int status = (int)vortex_->Vortex->back_end->wb->last_data_wb & 0xf;
|
||||
int status = (int)vortex_->Vortex->back_end->writeback->last_data_wb & 0xf;
|
||||
#endif
|
||||
|
||||
return (status == 1);
|
||||
|
||||
Reference in New Issue
Block a user