This commit is contained in:
felsabbagh3
2019-10-25 13:46:31 -04:00
parent c85c01e082
commit 820007ae80
2 changed files with 28 additions and 26 deletions

View File

@@ -55,7 +55,8 @@ module VX_dmem_controller (
.CACHE_SIZE(4096), // Bytes
.CACHE_WAYS(1),
.CACHE_BLOCK(128), // Bytes
.CACHE_BANKS(8)
.CACHE_BANKS(8),
.NUM_REQ(`NT)
) dcache
(
.clk (clk),