tex_unit compiler fixes

This commit is contained in:
Blaise Tine 2021-03-22 12:23:46 -04:00
parent 79cbea0a13
commit 6320cf778c

View file

@ -82,6 +82,10 @@ module VX_core #(
.CORE_TAG_WIDTH(`DCORE_TAG_WIDTH)
) dcache_core_rsp_if();
VX_icache_core_req_if #(
.WORD_SIZE(`IWORD_SIZE),
.CORE_TAG_WIDTH(`ICORE_TAG_WIDTH)