Skip to content

Commit

Permalink
feat: declare unused signals
Browse files Browse the repository at this point in the history
  • Loading branch information
Elizabeth-0 committed Jan 20, 2025
1 parent 3fc2783 commit 5aea720
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tt_um_waves.v
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ module tt_um_waves (
wire [7:0] attack, decay, sustain, rel;
wire [7:0] adsr_amplitude;

//unused_signals
wire [6:0] unused_ui_in = ui_in[7:1];

// Clock divider and wave generation
reg [31:0] clk_div, clk_div_threshold;
reg clk_divided;
Expand Down

0 comments on commit 5aea720

Please sign in to comment.