Skip to content

Commit

Permalink
Update transceiver_tb.v
Browse files Browse the repository at this point in the history
  • Loading branch information
RDSik authored Oct 19, 2024
1 parent 20925fb commit db1e787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion top/tb/transceiver_tb.v
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit db1e787

Please # to comment.