fixed scoreboard stall

This commit is contained in:
Blaise Tine
2020-11-28 03:14:20 -05:00
parent 461be0880d
commit 457f831435
4 changed files with 32 additions and 15 deletions

View File

@@ -66,6 +66,10 @@ private:
std::list<dram_req_t> dram_rsp_vec_;
bool dram_rsp_active_;
bool dram_rsp_ready_;
bool snp_req_ready_;
bool csr_io_req_ready_;
bool snp_req_active_;
bool csr_req_active_;