All checks were successful
ci/woodpecker/push/test-workflow Pipeline was successful
9 lines
88 B
Systemverilog
9 lines
88 B
Systemverilog
module debouncer_tb;
|
|
|
|
logic clk,reset,source;
|
|
wire out;
|
|
|
|
debouncer Dut (.*);
|
|
|
|
endmodule
|