summaryrefslogtreecommitdiff
path: root/fifo_tb.v
diff options
context:
space:
mode:
authoruvok2026-01-01 16:05:00 +0100
committeruvok2026-01-01 16:05:00 +0100
commit0f9b0dd686f816c9e18debbbe9523ac0de683acf (patch)
treeb87b4752aba7608d41b0f71341413c8d40834014 /fifo_tb.v
parent22cf36109092e18d66ecf93bd96606f8b4d67df0 (diff)
tbs: remove e empty parens
Diffstat (limited to 'fifo_tb.v')
-rw-r--r--fifo_tb.v3
1 files changed, 1 insertions, 2 deletions
diff --git a/fifo_tb.v b/fifo_tb.v
index 4b1423c..38199a6 100644
--- a/fifo_tb.v
+++ b/fifo_tb.v
@@ -1,7 +1,6 @@
`timescale 1us/1us
-module fifo_tb (
-);
+module fifo_tb;
reg clk_i;
reg rst_i;