mirror of
https://github.com/verilator/verilator.git
synced 2024-12-29 10:47:34 +00:00
Examples: Cleanup some spacing
This commit is contained in:
parent
3bc09d49fb
commit
650da7beb2
@ -38,8 +38,7 @@ module sub
|
|||||||
else begin
|
else begin
|
||||||
count_c <= count_c + 1;
|
count_c <= count_c + 1;
|
||||||
if (count_c >= 3) begin
|
if (count_c >= 3) begin
|
||||||
$display("[%0t] fastclk is %0d times faster than clk\n",
|
$display("[%0t] fastclk is %0d times faster than clk\n", $time, count_f / count_c);
|
||||||
$time, count_f/count_c);
|
|
||||||
// This write is a magic value the Makefile uses to make sure the
|
// This write is a magic value the Makefile uses to make sure the
|
||||||
// test completes successfully.
|
// test completes successfully.
|
||||||
$write("*-* All Finished *-*\n");
|
$write("*-* All Finished *-*\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user