From a30e9fbcbce97bc6397576ef7606243fb5561136 Mon Sep 17 00:00:00 2001 From: Krishna Yalamarthy Date: Wed, 31 Mar 2021 17:45:20 -0400 Subject: [PATCH] minor format fix --- hw/rtl/tex_unit/VX_tex_format.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/rtl/tex_unit/VX_tex_format.v b/hw/rtl/tex_unit/VX_tex_format.v index 107cce2c..af217f8a 100644 --- a/hw/rtl/tex_unit/VX_tex_format.v +++ b/hw/rtl/tex_unit/VX_tex_format.v @@ -35,7 +35,7 @@ module VX_tex_format #( formatted_texel_r[i][39:32] = `TEX_COLOR_BITS'(texel_data[i][11:8]); formatted_texel_r[i][55:48] = `TEX_COLOR_BITS'(texel_data[i][15:12]); if (i == 0) - color_enable_r = 4'b0111; + color_enable_r = 4'b1111; end `TEX_FORMAT_L8A8: begin formatted_texel_r[i][07:00] = `TEX_COLOR_BITS'(texel_data[i][7:0]);