update DRAM simulation - reduce the latency of duplicate requests (simulate DRAM cache)
This commit is contained in:
@@ -51,6 +51,7 @@ private:
|
||||
typedef struct {
|
||||
int cycles_left;
|
||||
std::array<uint8_t, GLOBAL_BLOCK_SIZE> block;
|
||||
uint32_t addr;
|
||||
uint32_t tag;
|
||||
} dram_req_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user