mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
enable rtl sim dram stalls
This commit is contained in:
parent
ba8bc95c90
commit
e92c4b6774
4 changed files with 86038 additions and 1 deletions
Binary file not shown.
86035
driver/tests/demo/kernel.dump
Normal file
86035
driver/tests/demo/kernel.dump
Normal file
File diff suppressed because it is too large
Load diff
|
@ -235,6 +235,8 @@ void Simulator::dbus_driver() {
|
|||
dram_stalled_ = true;
|
||||
}
|
||||
#endif
|
||||
|
||||
vortex_->out_dram_req_delay = dram_stalled_;
|
||||
}
|
||||
|
||||
void Simulator::io_handler() {
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#include <ostream>
|
||||
#include <vector>
|
||||
|
||||
//#define ENABLE_DRAM_STALLS
|
||||
#define ENABLE_DRAM_STALLS
|
||||
#define DRAM_LATENCY 200
|
||||
#define DRAM_RQ_SIZE 16
|
||||
#define DRAM_STALLS_MODULO 16
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue