Skip to content

Commit

Permalink
feat: clock update
Browse files Browse the repository at this point in the history
  • Loading branch information
Elizabeth-0 committed Oct 24, 2024
1 parent e7ead2f commit 9195a47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tt_um_waves.v
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ module tt_um_waves (
input wire [7:0] uio_in, // IOs: Input path
output wire [7:0] uio_out, // IOs: Output path
output wire [7:0] uio_oe, // IOs: Enable path (active high: 0=input, 1=output)
input wire rst_n // Reset_n - low to reset}
input wire clk, // Clock
input wire rst_n, // Reset_n - low to reset}
input wire clk // Clock
);

// Internal signals
Expand Down

0 comments on commit 9195a47

Please sign in to comment.