diff options
| author | uvok | 2026-01-01 16:05:00 +0100 |
|---|---|---|
| committer | uvok | 2026-01-01 16:05:00 +0100 |
| commit | 0f9b0dd686f816c9e18debbbe9523ac0de683acf (patch) | |
| tree | b87b4752aba7608d41b0f71341413c8d40834014 /debounce_tb.v | |
| parent | 22cf36109092e18d66ecf93bd96606f8b4d67df0 (diff) | |
tbs: remove e empty parens
Diffstat (limited to 'debounce_tb.v')
| -rw-r--r-- | debounce_tb.v | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debounce_tb.v b/debounce_tb.v index a7017c7..fb9430c 100644 --- a/debounce_tb.v +++ b/debounce_tb.v @@ -1,7 +1,6 @@ `timescale 1us/1us -module debounce_tb ( -); +module debounce_tb; logic rst_i; logic clk_i; |
