mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 05:47:35 -04:00
enable rtl sim dram stalls
This commit is contained in:
parent
e92c4b6774
commit
bca5ac5e7f
1 changed files with 6 additions and 0 deletions
|
@ -111,6 +111,8 @@ void Simulator::ibus_driver() {
|
|||
I_dram_stalled_ = true;
|
||||
}
|
||||
#endif
|
||||
|
||||
vortex_->dram_req_delay = I_dram_stalled_;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
@ -236,7 +238,11 @@ void Simulator::dbus_driver() {
|
|||
}
|
||||
#endif
|
||||
|
||||
#ifdef USE_MULTICORE
|
||||
vortex_->out_dram_req_delay = dram_stalled_;
|
||||
#else
|
||||
vortex_->dram_req_delay = dram_stalled_;
|
||||
#endif
|
||||
}
|
||||
|
||||
void Simulator::io_handler() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue