tex_unit compiler fixes

This commit is contained in:
Blaise Tine
2021-03-22 12:53:41 -04:00
parent 6320cf778c
commit 79fdde3c0c
4 changed files with 61 additions and 20 deletions

View File

@@ -74,17 +74,13 @@ module VX_core #(
.LANES(`DNUM_REQUESTS),
.WORD_SIZE(`DWORD_SIZE),
.CORE_TAG_WIDTH(`DCORE_TAG_WIDTH)
) dcache_core_req_if();
) dcache_core_req_if();
VX_dcache_core_rsp_if #(
.LANES(`DNUM_REQUESTS),
.WORD_SIZE(`DWORD_SIZE),
.CORE_TAG_WIDTH(`DCORE_TAG_WIDTH)
) dcache_core_rsp_if();
) dcache_core_rsp_if();
VX_icache_core_req_if #(
.WORD_SIZE(`IWORD_SIZE),