texture unit dcache arbitration

This commit is contained in:
Blaise Tine
2021-03-18 14:23:53 -04:00
parent 6febdf7399
commit 124acfbf12
14 changed files with 606 additions and 115 deletions

View File

@@ -61,7 +61,7 @@ module VX_pipeline #(
//
VX_dcache_core_req_if #(
.NUM_REQS(`NUM_THREADS),
.LANES(`NUM_THREADS),
.WORD_SIZE(4),
.CORE_TAG_WIDTH(`DCORE_TAG_WIDTH)
) dcache_core_req_if();
@@ -79,7 +79,7 @@ module VX_pipeline #(
//
VX_dcache_core_rsp_if #(
.NUM_REQS(`NUM_THREADS),
.LANES(`NUM_THREADS),
.WORD_SIZE(4),
.CORE_TAG_WIDTH(`DCORE_TAG_WIDTH)
) dcache_core_rsp_if();