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