forked from tanchou/Verilog
Fix clock period comment in testbench for clarity
This commit is contained in:
@@ -11,7 +11,7 @@ module tb_ultrasonic_fpga;
|
|||||||
|
|
||||||
time t_start, t_end;
|
time t_start, t_end;
|
||||||
|
|
||||||
// Clock 27MHz => periode = 37.037ns
|
// Clock 27MHz => periode = 37ns
|
||||||
always #18 clk = ~clk;
|
always #18 clk = ~clk;
|
||||||
|
|
||||||
ultrasonic_fpga uut (
|
ultrasonic_fpga uut (
|
||||||
|
Reference in New Issue
Block a user