adding support for verilator-driven AFU driver: vlsim

This commit is contained in:
Blaise Tine
2020-09-08 13:05:26 -04:00
parent 8eee036295
commit 0fab1ddd92
17 changed files with 742 additions and 66 deletions

View File

@@ -3,6 +3,11 @@
#include <fstream>
#include <iomanip>
#define ENABLE_DRAM_STALLS
#define DRAM_LATENCY 4
#define DRAM_RQ_SIZE 16
#define DRAM_STALLS_MODULO 16
uint64_t timestamp = 0;
double sc_time_stamp() {