Examples: Cleanup some spacing

This commit is contained in:
Wilson Snyder 2024-09-24 22:15:18 -04:00
parent 3bc09d49fb
commit 650da7beb2
4 changed files with 12 additions and 13 deletions

View File

@ -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");