lerp unused warning fixees

This commit is contained in:
Krishna Yalamarthy
2021-03-22 13:46:11 -04:00
parent 938b66f232
commit 8f0198149a
2 changed files with 5 additions and 0 deletions

View File

@@ -39,6 +39,9 @@ module VX_tex_bilerp #(
.lerp_texel(V_lerp)
);
`UNUSED_VAR (V_lerp[63:56])
always @(*) begin
if (color_enable[3]==1'b1) //R
sampled_r[31:24] = V_lerp[55:48];