Skip to content

Commit

Permalink
Unused inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
rejunity committed Nov 2, 2024
1 parent fa106e5 commit af24d3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tt_um_rejunity_sn76489.v
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ module tt_um_rejunity_sn76489 #( parameter CHANNEL_OUTPUT_BITS = 10,
wire [7:0] data;
assign data = ui_in;

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

reg [$clog2(128)-1:0] clk_counter;
reg clk_master_strobe;
always @(*) begin
Expand Down

0 comments on commit af24d3b

Please sign in to comment.