Skip to content

Commit

Permalink
Minor warning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SagarDevAchar authored Sep 3, 2024
1 parent dd4ff7b commit b34a532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphics_engine.v
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@ module graphics_engine(
)
) ^ {6{mode_negative}} : 6'b00_00_00;

wire _unused = &{sine_off_y[5], sine_bg_off_y[5], anim_x[9], anim_x[2:0], anim_2x[9:8], anim_2x[1:0], xy_avg[7:4]};
wire _unused = &{sine_off_y[5], sine_bg_off_y[5], anim_x[9], anim_x[2:0], anim_2x[9:8], anim_2x[1:0]};
endmodule

0 comments on commit b34a532

Please sign in to comment.