From 6320cf778c01858ece041638b3fbc563c6947c4e Mon Sep 17 00:00:00 2001 From: Blaise Tine Date: Mon, 22 Mar 2021 12:23:46 -0400 Subject: [PATCH] tex_unit compiler fixes --- hw/rtl/VX_core.v | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hw/rtl/VX_core.v b/hw/rtl/VX_core.v index 735913f7..ccfc4217 100644 --- a/hw/rtl/VX_core.v +++ b/hw/rtl/VX_core.v @@ -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)