Files
fpga-basics/Verilator_Tests/clk/top.v
2025-07-07 23:41:44 +01:00

6 lines
47 B
Verilog

module top (
input clk_25mhz
);
endmodule