diff --git a/bin/verilator b/bin/verilator index 9e5a0858e..42afcd3d1 100755 --- a/bin/verilator +++ b/bin/verilator @@ -366,6 +366,7 @@ descriptions in the next sections for more information. -v Verilog library +verilog1995ext+ Synonym for +1364-1995ext+ +verilog2001ext+ Synonym for +1364-2001ext+ + --version Displays program version and exits --vpi Enable VPI compiles -Wall Enable all style warnings -Werror- Convert warnings to errors @@ -1252,6 +1253,10 @@ Note -v is fairly standard across Verilog tools. Synonyms for C<+1364-1995ext+>I and C<+1364-2001ext+>I respectively +=item --version + +Displays program version and exits. + =item --vpi Enable use of VPI and linking against the verilated_vpi.cpp files.