diff options
author | tgingold <tgingold@users.noreply.github.com> | 2016-08-03 21:22:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-03 21:22:00 +0200 |
commit | ffc92a8cd7e71cc8c87be28580bd2fe0fbda0095 (patch) | |
tree | 9a9a47915bdab9b2612ccd13f31ad4573ae11001 /doc/Simulation_and_runtime.rst | |
parent | 2a59efdd6dfbebd18394d76a13fc8f90e2f49f32 (diff) | |
parent | 5906b80a3c2f21f8b717cb92bd18958aa7be3871 (diff) | |
download | ghdl-ffc92a8cd7e71cc8c87be28580bd2fe0fbda0095.tar.gz ghdl-ffc92a8cd7e71cc8c87be28580bd2fe0fbda0095.tar.bz2 ghdl-ffc92a8cd7e71cc8c87be28580bd2fe0fbda0095.zip |
Merge pull request #131 from Jonsba/jonsba/signals_selection
Jonsba/signals selection
Diffstat (limited to 'doc/Simulation_and_runtime.rst')
-rw-r--r-- | doc/Simulation_and_runtime.rst | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/doc/Simulation_and_runtime.rst b/doc/Simulation_and_runtime.rst index 37a83521f..979a9892a 100644 --- a/doc/Simulation_and_runtime.rst +++ b/doc/Simulation_and_runtime.rst @@ -69,7 +69,7 @@ all options available, including the debugging one. $ ./my_design --stop-time=10ns $ ./my_design --stop-time=ps - + .. option:: --stop-delta=<N> @@ -118,6 +118,12 @@ all options available, including the debugging one. Disable buffering on stdout, stderr and files opened in write or append mode (TEXTIO). +.. option:: --wave-opt-file=<FILENAME> + + Filter signals to be dumped to the wave file according to the wave option + file provided. + + .. option:: --vcd=<FILENAME> .. option:: --vcdgz=<FILENAME> @@ -208,7 +214,7 @@ all options available, including the debugging one. generate labels or block labels. Currently, you cannot use an indexed name. Specifying a delay:: - + --sdf=min=<PATH>=<FILENAME> --sdf=typ=<PATH>=<FILENAME> --sdf=max=<PATH>=<FILENAME> @@ -222,7 +228,7 @@ all options available, including the debugging one. .. option:: --help - + Display a short description of the options accepted by the runtime library. Debugging VHDL programs @@ -246,6 +252,6 @@ an array beyond its bounds. All error check subprograms call the a breakpoint like this: (gdb) break __ghdl_fatal - + When the breakpoint is hit, use the `where` or `bt` command to display the stack frames. |