RTL code refactoring

This commit is contained in:
Blaise Tine
2020-04-23 13:55:54 -04:00
parent 00a5122fd4
commit f79067fb52
2 changed files with 15 additions and 15 deletions

View File

@@ -201,8 +201,8 @@ VX_dmem_ctrl dmem_ctrl (
.reset (reset),
// Dram <-> Dcache
.cache_dram_req_if (cache_dram_req_if),
.cache_dram_rsp_if (cache_dram_rsp_if),
.dcache_dram_req_if (cache_dram_req_if),
.dcache_dram_rsp_if (cache_dram_rsp_if),
.dcache_snp_req_if (dcache_snp_req_if),
// Dram <-> Icache