enable rtl sim dram stalls
This commit is contained in:
@@ -111,6 +111,8 @@ void Simulator::ibus_driver() {
|
|||||||
I_dram_stalled_ = true;
|
I_dram_stalled_ = true;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
vortex_->dram_req_delay = I_dram_stalled_;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
@@ -236,7 +238,11 @@ void Simulator::dbus_driver() {
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef USE_MULTICORE
|
||||||
vortex_->out_dram_req_delay = dram_stalled_;
|
vortex_->out_dram_req_delay = dram_stalled_;
|
||||||
|
#else
|
||||||
|
vortex_->dram_req_delay = dram_stalled_;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void Simulator::io_handler() {
|
void Simulator::io_handler() {
|
||||||
|
|||||||
Reference in New Issue
Block a user