Skip to content

Commit

Permalink
Maybe the last warning
Browse files Browse the repository at this point in the history
  • Loading branch information
SagarDevAchar authored Aug 26, 2024
1 parent 847cfea commit 9813d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/project.v
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module tt_um_example (
);

wire [1:0] r, g, b;
wire audio;
wire audio = 1'b0;

wire [9:0] x, y;
wire h_sync, v_sync;
Expand Down

0 comments on commit 9813d54

Please sign in to comment.