mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
lerp unused warning fixees
This commit is contained in:
parent
938b66f232
commit
8f0198149a
2 changed files with 5 additions and 0 deletions
|
@ -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];
|
||||
|
|
|
@ -8,6 +8,8 @@ module VX_tex_lerp #(
|
|||
output wire [63:0] lerp_texel
|
||||
);
|
||||
|
||||
`UNUSED_VAR (lerp_i1[55:48])
|
||||
|
||||
wire [63:0] lerp_i1;
|
||||
wire [63:0] lerp_i2; // >> BLEND_FRAC_64 / >> 8
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue