Skip to content

Commit

Permalink
Fix "Pin not found" in graphics_engine.v
Browse files Browse the repository at this point in the history
  • Loading branch information
SagarDevAchar authored Aug 26, 2024
1 parent 3cc3fa3 commit 0de758e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/graphics_engine.v
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ module graphics_engine(

overlay_creator overlay_creator1 (
.overlay_active(overlay_active), .text_active(overlay_text_active),
.x(x), .y(y),
.clk(clk), .rst_n(rst_n)
.x(x), .y(y)
);

assign sine_off_y = y[9:4] - 5'd3;
Expand Down

0 comments on commit 0de758e

Please sign in to comment.