Add empty debouncer tb
All checks were successful
ci/woodpecker/push/test-workflow Pipeline was successful
All checks were successful
ci/woodpecker/push/test-workflow Pipeline was successful
This commit is contained in:
parent
34d62a197f
commit
5c4df16cb0
8
verification/debouncer_tb.sv
Normal file
8
verification/debouncer_tb.sv
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
module debouncer_tb;
|
||||||
|
|
||||||
|
logic clk,reset,source;
|
||||||
|
wire out;
|
||||||
|
|
||||||
|
debouncer Dut (.*);
|
||||||
|
|
||||||
|
endmodule
|
||||||
Loading…
x
Reference in New Issue
Block a user