rtl refactoring

This commit is contained in:
Blaise Tine
2020-05-05 16:28:14 -04:00
parent 5def6d0da6
commit 7e748e4e38
3 changed files with 29 additions and 27 deletions

View File

@@ -14,7 +14,7 @@
#include <ostream>
#include <vector>
//#define ENABLE_DRAM_STALLS
#define ENABLE_DRAM_STALLS
#define DRAM_LATENCY 100
#define DRAM_RQ_SIZE 16
#define DRAM_STALLS_MODULO 16
@@ -46,8 +46,7 @@ private:
void dbus_driver();
void io_driver();
bool dram_stalled_;
std::vector<dram_req_t> dram_req_vec_;
std::vector<dram_req_t> dram_rsp_vec_;
RAM *ram_;
VVortex_Socket *vortex_;