diff options
author | 1138-4EB <1138-4EB@users.noreply.github.com> | 2017-02-19 08:20:38 +0100 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2017-12-10 12:02:05 +0100 |
commit | c8c53919d4cfad5eef122ad8a63ff9a26a7db125 (patch) | |
tree | 732edaff88b9c1ab50d4f75c458a271baf5c300b /doc/using | |
parent | 4c1118d130c5b2dd8aef5ef486138db002dcfda7 (diff) | |
download | ghdl-c8c53919d4cfad5eef122ad8a63ff9a26a7db125.tar.gz ghdl-c8c53919d4cfad5eef122ad8a63ff9a26a7db125.tar.bz2 ghdl-c8c53919d4cfad5eef122ad8a63ff9a26a7db125.zip |
Add dots to TODOs
Diffstat (limited to 'doc/using')
-rw-r--r-- | doc/using/Simulation.rst | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/doc/using/Simulation.rst b/doc/using/Simulation.rst index 73c74bcd0..041962b05 100644 --- a/doc/using/Simulation.rst +++ b/doc/using/Simulation.rst @@ -28,8 +28,6 @@ Here is the list of the most useful options. Some debugging options are also available, but not described here. The :option:`--help` options lists all options available, including the debugging one. - - .. option:: --assert-level=<LEVEL> Select the assertion level at which an assertion violation stops the @@ -58,7 +56,6 @@ all options available, including the debugging one. This option can be useful to avoid assertion message from :samp:`ieee.numeric_std` (and other :samp:`ieee` packages). - .. option:: --stop-time=<TIME> Stop the simulation after :samp:`TIME`. :samp:`TIME` is expressed as a time @@ -70,7 +67,6 @@ all options available, including the debugging one. $ ./my_design --stop-time=10ns $ ./my_design --stop-time=ps - .. option:: --stop-delta=<N> Stop the simulation after `N` delta cycles in the same current time. @@ -90,7 +86,6 @@ all options available, including the debugging one. This may be useful to understand the structure of a complex design. `KIND` is optional, but if set must be one of: - * none Do not display hierarchy. Same as if the option was not present. @@ -105,19 +100,16 @@ all options available, including the debugging one. If `KIND` is not specified, the hierarchy is displayed with the :samp:`port` mode. - .. option:: --no-run Do not simulate, only elaborate. This may be used with :option:`--disp-tree` to display the tree without simulating the whole design. - .. option:: --unbuffered Disable buffering on stdout, stderr and files opened in write or append mode (TEXTIO). - .. option:: --read-opt-file=<FILENAME> Filter signals to be dumped to the wave file according to the wave option @@ -151,14 +143,12 @@ all options available, including the debugging one. # those of sub3) /**/sub3/*/* - .. option:: --write-opt-file=<FILENAME> If the wave option file doesn't exist, creates it with all the signals of the design. Otherwise throws an error, because it won't erase an existing file. - .. option:: --vcd=<FILENAME> .. option:: --vcdgz=<FILENAME> @@ -185,7 +175,6 @@ all options available, including the debugging one. Since it comes from `verilog`, only a few VHDL types can be dumped. GHDL dumps only signals whose base type is of the following: - * types defined in the :samp:`std.standard` package: * :samp:`bit` @@ -213,14 +202,12 @@ all options available, including the debugging one. format supporting VHDL types. If you are aware of such a free format, please mail me (:ref:`Reporting_bugs`). - .. option:: --fst=<FILENAME> Write the waveforms into a `fst`, that can be displayed by `gtkwave`. The `fst` files are much smaller than VCD or `GHW` files, but it handles only the same signals as the VCD format. - .. option:: --wave=<FILENAME> Write the waveforms into a `ghw` (GHdl Waveform) file. Currently, all @@ -232,14 +219,12 @@ all options available, including the debugging one. Contrary to VCD files, any VHDL type can be dumped into a GHW file. - .. option:: --psl-report=<FILENAME> Write a report for PSL assertions and coverage at the end of simulation. The file is written using the JSON format, but still being human readable. - .. option:: --sdf=<PATH>=<FILENAME> Do VITAL annotation on `PATH` with SDF file :file:`FILENAME`. @@ -261,7 +246,6 @@ all options available, including the debugging one. See :ref:`Backannotation`, for more details. - .. option:: --help Display a short description of the options accepted by the runtime library. |