Fix whitespace in vvp flags on-line documentation.
This commit is contained in:
parent
f3abd94e9b
commit
ee021dbce4
|
|
@ -46,11 +46,13 @@ simulation.
|
||||||
compile-time, there is no need to specify them again here.
|
compile-time, there is no need to specify them again here.
|
||||||
|
|
||||||
* -n
|
* -n
|
||||||
|
|
||||||
This flag makes $stop or a <Control\-C> a synonym for $finish. It can be
|
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
|
used to give the program a more meaningful interface when running in a
|
||||||
non-interactive environment.
|
non-interactive environment.
|
||||||
|
|
||||||
* -N
|
* -N
|
||||||
|
|
||||||
This flag does the same thing as "-n", but results in an exit code of 1
|
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
|
if the stimulation calls $stop. It can be used to indicate a simulation
|
||||||
failure when running a testbench.
|
failure when running a testbench.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue