From 0f9b0dd686f816c9e18debbbe9523ac0de683acf Mon Sep 17 00:00:00 2001 From: uvok Date: Thu, 1 Jan 2026 16:05:00 +0100 Subject: tbs: remove e empty parens --- fifo_tb.v | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'fifo_tb.v') 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; -- cgit v1.2.3