updated from GT repo

This commit is contained in:
Carter Rene Montgomery
2020-09-08 18:35:47 -04:00
parent 37a19873d7
commit 9b7187441d
3 changed files with 210 additions and 15 deletions

View File

@@ -52,6 +52,7 @@ public:
void clear_req();
void send_req(core_req_t *req);
bool assert_equal(unsigned int* data, unsigned int tag);
//void time_analyisis
//display funcs
@@ -61,6 +62,7 @@ public:
bool get_core_req_ready();
bool get_core_rsp_ready();
void get_dram_rsp();
void display_hit_miss();
private: