From e1b36b78e391803e77f9d589980eb7c0bc836101 Mon Sep 17 00:00:00 2001 From: Blaise Tine Date: Sat, 20 Mar 2021 21:21:51 -0400 Subject: [PATCH] minor update --- hw/rtl/tex_unit/VX_tex_sampler.v | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hw/rtl/tex_unit/VX_tex_sampler.v b/hw/rtl/tex_unit/VX_tex_sampler.v index bb7fdb79..2de406c6 100644 --- a/hw/rtl/tex_unit/VX_tex_sampler.v +++ b/hw/rtl/tex_unit/VX_tex_sampler.v @@ -33,8 +33,7 @@ module VX_tex_sampler #( `UNUSED_PARAM (CORE_ID) - - if (req_filter == 0) begin // point sampling + /*if (req_filter == 0) begin // point sampling wire [31:0] req_data [`NUM_THREADS-1:0]; @@ -74,6 +73,6 @@ module VX_tex_sampler #( // TO DO end - + */ endmodule \ No newline at end of file