Skip to content

Commit

Permalink
Update project.v
Browse files Browse the repository at this point in the history
Resolve linter warnings
  • Loading branch information
b-etz authored Aug 31, 2024
1 parent a9894f4 commit 143be92
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 @@ -22,7 +22,7 @@ module tt_um_betz_morse_keyer (
assign uio_oe = 8'b00111100;

// List all unused inputs to prevent warnings
wire _unused = &{ena, 1'b0};
wire _unused = &{ui_in[3:2], uio_in[7:2], ena, 1'b0};

tt08_morse_keyer main(
.clk_i(clk), .rstn_i(rst_n),
Expand Down

0 comments on commit 143be92

Please sign in to comment.