Add missing vvp flags in the on-line documentation.
The -i, -n. -N, and -V flags were documented in the man page, but not in vvp_flags.rst.
This commit is contained in:
parent
a3903c6cd3
commit
88aae83bec
|
|
@ -14,6 +14,10 @@ These options/flags go before the path to the vvp-executable program. They
|
||||||
effect behavior of the vvp runtime engine, including preparation for
|
effect behavior of the vvp runtime engine, including preparation for
|
||||||
simulation.
|
simulation.
|
||||||
|
|
||||||
|
* -i
|
||||||
|
|
||||||
|
This flag causes all output to <stdout> to be unbuffered.
|
||||||
|
|
||||||
* -l<logfile>
|
* -l<logfile>
|
||||||
|
|
||||||
This flag specifies a logfile where all MCI <stdlog> output goes. Specify
|
This flag specifies a logfile where all MCI <stdlog> output goes. Specify
|
||||||
|
|
@ -41,6 +45,16 @@ simulation.
|
||||||
determine the return types of user-defined system functions. If specified at
|
determine the return types of user-defined system functions. If specified at
|
||||||
compile-time, there is no need to specify them again here.
|
compile-time, there is no need to specify them again here.
|
||||||
|
|
||||||
|
* -n
|
||||||
|
This flag makes $stop or a <Control\-C> a synonym for $finish. It can be
|
||||||
|
used to give the program a more meaningful interface when running in a
|
||||||
|
non-interactive environment.
|
||||||
|
|
||||||
|
* -N
|
||||||
|
This flag does the same thing as "-n", but results in an exit code of 1
|
||||||
|
if the stimulation calls $stop. It can be used to indicate a simulation
|
||||||
|
failure when running a testbench.
|
||||||
|
|
||||||
* -q
|
* -q
|
||||||
|
|
||||||
Enable quiet mode. This suppresses all output to <stdout> sent via MCD
|
Enable quiet mode. This suppresses all output to <stdout> sent via MCD
|
||||||
|
|
@ -58,6 +72,10 @@ simulation.
|
||||||
Show verbose progress while setting up or cleaning up the runtime
|
Show verbose progress while setting up or cleaning up the runtime
|
||||||
engine. This also displays some performance information.
|
engine. This also displays some performance information.
|
||||||
|
|
||||||
|
* -V
|
||||||
|
|
||||||
|
Print the version of the runtime, and exit.
|
||||||
|
|
||||||
Extended Arguments
|
Extended Arguments
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue