From db1e787fa0e15b47b6ac69cdf95b29757cf9ebf3 Mon Sep 17 00:00:00 2001 From: Dmitry Ryabikov Date: Sat, 19 Oct 2024 15:03:09 +0300 Subject: [PATCH] Update transceiver_tb.v --- top/tb/transceiver_tb.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/top/tb/transceiver_tb.v b/top/tb/transceiver_tb.v index 209d64a..5f7317d 100644 --- a/top/tb/transceiver_tb.v +++ b/top/tb/transceiver_tb.v @@ -1,6 +1,6 @@ `timescale 1ps/1ps // comment this for vivado simulation with hdlmake -module transceiver_tb (); +module transceiver_tb(); localparam CLK_PERIOD = 2; localparam CLKS_PER_BIT = 8;