lerp unused warning fixees
This commit is contained in:
@@ -39,6 +39,9 @@ module VX_tex_bilerp #(
|
|||||||
.lerp_texel(V_lerp)
|
.lerp_texel(V_lerp)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
`UNUSED_VAR (V_lerp[63:56])
|
||||||
|
|
||||||
|
|
||||||
always @(*) begin
|
always @(*) begin
|
||||||
if (color_enable[3]==1'b1) //R
|
if (color_enable[3]==1'b1) //R
|
||||||
sampled_r[31:24] = V_lerp[55:48];
|
sampled_r[31:24] = V_lerp[55:48];
|
||||||
|
|||||||
@@ -8,6 +8,8 @@ module VX_tex_lerp #(
|
|||||||
output wire [63:0] lerp_texel
|
output wire [63:0] lerp_texel
|
||||||
);
|
);
|
||||||
|
|
||||||
|
`UNUSED_VAR (lerp_i1[55:48])
|
||||||
|
|
||||||
wire [63:0] lerp_i1;
|
wire [63:0] lerp_i1;
|
||||||
wire [63:0] lerp_i2; // >> BLEND_FRAC_64 / >> 8
|
wire [63:0] lerp_i2; // >> BLEND_FRAC_64 / >> 8
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user