From 0b23d8e93501896f4a8ab2d432f26769b02619ff Mon Sep 17 00:00:00 2001 From: Blaise Tine Date: Mon, 18 Oct 2021 14:32:39 -0400 Subject: [PATCH] minor update --- hw/rtl/VX_execute.sv | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hw/rtl/VX_execute.sv b/hw/rtl/VX_execute.sv index 58a904db..41d3ba30 100644 --- a/hw/rtl/VX_execute.sv +++ b/hw/rtl/VX_execute.sv @@ -45,8 +45,7 @@ module VX_execute #( VX_commit_if.master gpu_commit_if, input wire busy -); - VX_fpu_to_csr_if fpu_to_csr_if(); +); `ifdef EXT_TEX_ENABLE @@ -143,8 +142,11 @@ module VX_execute #( `endif +`ifdef EXT_TEX_ENABLE wire [`NUM_WARPS-1:0] csr_pending; wire [`NUM_WARPS-1:0] fpu_pending; + VX_fpu_to_csr_if fpu_to_csr_if(); +`endif `RESET_RELAY (alu_reset); `RESET_RELAY (lsu_reset);