From e67bdb4c08650ab626e78fcd9f7a146905ea16ea Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sun, 24 Mar 2024 09:23:37 -0400 Subject: [PATCH] Commentary --- Changes | 4 ++-- bin/verilator | 22 +++++++++++----------- docs/spelling.txt | 1 + test_regress/driver.pl | 2 +- 4 files changed, 15 insertions(+), 14 deletions(-) diff --git a/Changes b/Changes index a4076b127..27fabd22e 100644 --- a/Changes +++ b/Changes @@ -41,10 +41,10 @@ Verilator 5.023 devel * Fix object assignment from conditionals (#4968). * Fix GCC14 warnings on template specialization syntax (#4974) (#4975). [Nolan Poe] * Fix unpacked structure upper bit cleaning (#4978). -* Fix tests on macOS (#4984) (#4985). [Kevin Nygaard] +* Fix tests on MacOS (#4984) (#4985). [Kevin Nygaard] * Fix `--prof-exec` predicted time values (#4988). [Geza Lore] * Fix class type as an associative array parameter (#4997). -* Fix inout ports of unpacked stuct type (#5000). [Ryszard Rozak, Antmicro Ltd.] +* Fix inout ports of unpacked struct type (#5000). [Ryszard Rozak, Antmicro Ltd.] * Fix `unique {}` constraints missing semicolon (#5001) * Fix preprocessor to respect strings in joins (#5007) diff --git a/bin/verilator b/bin/verilator index d38058f77..01b97b249 100755 --- a/bin/verilator +++ b/bin/verilator @@ -370,7 +370,7 @@ detailed descriptions of these arguments. --generate-key Create random key for --protect-key --getenv Get environment variable with defaults --get-supported Get if feature is supported - --help Display this help + --help Show this help --hierarchical Enable hierarchical Verilation -I Directory to search for includes --if-depth Tune IFDEPTH warning @@ -471,7 +471,7 @@ detailed descriptions of these arguments. --no-verilate Skip Verilation and just compile previously Verilated code +verilog1995ext+ Synonym for +1364-1995ext+ +verilog2001ext+ Synonym for +1364-2001ext+ - --version Displays program version and exits + --version Show program version and exits --vpi Enable VPI compiles --waiver-output Create a waiver file based on the linter warnings -Wall Enable all style warnings @@ -505,20 +505,20 @@ description of these arguments. =for VL_SPHINX_EXTRACT "_build/gen/args_verilated.rst" - +verilator+debug Enable debugging - +verilator+debugi+ Enable debugging at a level + +verilator+debug Enable debugging + +verilator+debugi+ Enable debugging at a level +verilator+coverage+file+ Set coverage output filename - +verilator+error+limit+ Set error limit - +verilator+help Display help - +verilator+noassert Disable assert checking + +verilator+error+limit+ Set error limit + +verilator+help Show help + +verilator+noassert Disable assert checking +verilator+prof+exec+file+ Set execution profile filename +verilator+prof+exec+start+ Set execution profile starting point +verilator+prof+exec+window+ Set execution profile duration +verilator+prof+vlt+file+ Set PGO profile filename - +verilator+rand+reset+ Set random reset technique - +verilator+seed+ Set random seed - +verilator+V Verbose version and config - +verilator+version Show version and exit + +verilator+rand+reset+ Set random reset technique + +verilator+seed+ Set random seed + +verilator+V Show verbose version and config + +verilator+version Show version and exit =head1 DISTRIBUTION diff --git a/docs/spelling.txt b/docs/spelling.txt index 21b88bee9..4ab7f2663 100644 --- a/docs/spelling.txt +++ b/docs/spelling.txt @@ -146,6 +146,7 @@ Grulfen Gu Gunter Guo +Hameed Hao Haojin Harboe diff --git a/test_regress/driver.pl b/test_regress/driver.pl index 3a3a50d02..d2e94ece7 100755 --- a/test_regress/driver.pl +++ b/test_regress/driver.pl @@ -501,7 +501,7 @@ sub report { my $sum = ($self->{fail_cnt} && "FAILED" || $self->{skip_cnt} && "PASSED w/SKIPS" || "PASSED"); - $fh->print("TESTS DONE, $sum: " . $self->sprint_summary . "\n"); + $fh->print("==TESTS DONE, $sum: " . $self->sprint_summary . "\n"); } sub print_summary {