From 27b09fc457c10067f5aaa77ed150628095060751 Mon Sep 17 00:00:00 2001 From: Jonas Baggett Date: Wed, 3 Aug 2016 14:09:44 +0200 Subject: Rename --wave-option-file to --wave-opt-file Documentation and description added for the --wave-opt-file option. --- doc/Simulation_and_runtime.rst | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'doc/Simulation_and_runtime.rst') 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= @@ -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= + + Filter signals to be dumped to the wave file according to the wave option + file provided. + + .. option:: --vcd= .. option:: --vcdgz= @@ -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== --sdf=typ== --sdf=max== @@ -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. -- cgit v1.2.3