From c77a25c96856afd2271410b0eb7e1c44c183654f Mon Sep 17 00:00:00 2001 From: Hansung Kim Date: Wed, 23 Oct 2024 20:33:45 -0700 Subject: [PATCH] tensor: Add missing HOPPER guard --- hw/rtl/core/VX_execute.sv | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/rtl/core/VX_execute.sv b/hw/rtl/core/VX_execute.sv index e062e648..c24fea7c 100644 --- a/hw/rtl/core/VX_execute.sv +++ b/hw/rtl/core/VX_execute.sv @@ -58,8 +58,10 @@ module VX_execute import VX_gpu_pkg::*; #( `ifdef EXT_T_ENABLE VX_dispatch_if.slave tensor_dispatch_if [`ISSUE_WIDTH], VX_commit_if.master tensor_commit_if [`ISSUE_WIDTH], +`ifdef EXT_T_HOPPER VX_tc_bus_if.master tensor_smem_A_if, VX_tc_bus_if.master tensor_smem_B_if, +`endif `endif // simulation helper signals