minor updates

This commit is contained in:
Blaise Tine
2021-01-05 15:03:41 -08:00
parent 846a4036d3
commit 31ff70fd4e
8 changed files with 129 additions and 50 deletions

View File

@@ -251,9 +251,9 @@ module VX_mem_unit # (
.dram_req_ready (1'b0),
// DRAM response
.dram_rsp_valid (0),
.dram_rsp_data (0),
.dram_rsp_tag (0),
.dram_rsp_valid (1'b0),
.dram_rsp_data ((`SCACHE_LINE_SIZE*8)'(0)),
.dram_rsp_tag (`LOG2UP(`SNUM_BANKS)'(0)),
`UNUSED_PIN (dram_rsp_ready)
);