Skip to content

Commit

Permalink
Update graphics_engine.v
Browse files Browse the repository at this point in the history
  • Loading branch information
SagarDevAchar authored Aug 4, 2024
1 parent 2492f8d commit 2163b75
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 @@ -8,5 +8,5 @@ module graphics_engine(
assign g = y[9:8] & {2{frame_active}};
assign b = x[9:8] & {2{frame_active}};


wire _unused = &{x[7:0], y[7:0], rst_n, 1'b0};
endmodule

0 comments on commit 2163b75

Please sign in to comment.