minor format fix

This commit is contained in:
Krishna Yalamarthy 2021-03-31 17:45:20 -04:00
parent 81391bc084
commit a30e9fbcbc

View file

@ -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]);