[#74021] place --trace-saif flag info in alphabetical order
This commit is contained in:
parent
50d1a2fd5c
commit
b0d99478e8
|
|
@ -477,10 +477,10 @@ detailed descriptions of these arguments.
|
||||||
--trace-coverage Enable tracing of coverage
|
--trace-coverage Enable tracing of coverage
|
||||||
--trace-depth <levels> Depth of tracing
|
--trace-depth <levels> Depth of tracing
|
||||||
--trace-fst Enable FST waveform creation
|
--trace-fst Enable FST waveform creation
|
||||||
--trace-saif Enable SAIF file creation
|
|
||||||
--trace-max-array <depth> Maximum array depth for tracing
|
--trace-max-array <depth> Maximum array depth for tracing
|
||||||
--trace-max-width <width> Maximum bit width for tracing
|
--trace-max-width <width> Maximum bit width for tracing
|
||||||
--trace-params Enable tracing of parameters
|
--trace-params Enable tracing of parameters
|
||||||
|
--trace-saif Enable SAIF file creation
|
||||||
--trace-structs Enable tracing structure names
|
--trace-structs Enable tracing structure names
|
||||||
--trace-threads <threads> Enable FST waveform creation on separate threads
|
--trace-threads <threads> Enable FST waveform creation on separate threads
|
||||||
--no-trace-top Do not emit traces for signals in the top module generated by verilator
|
--no-trace-top Do not emit traces for signals in the top module generated by verilator
|
||||||
|
|
|
||||||
|
|
@ -1610,10 +1610,6 @@ Summary:
|
||||||
Enable FST waveform tracing in the model. This overrides
|
Enable FST waveform tracing in the model. This overrides
|
||||||
:vlopt:`--trace`. See also :vlopt:`--trace-threads` option.
|
:vlopt:`--trace`. See also :vlopt:`--trace-threads` option.
|
||||||
|
|
||||||
.. option:: --trace-saif
|
|
||||||
|
|
||||||
Enable SAIF tracing in the model. This overrides :vlopt:`--trace`.
|
|
||||||
|
|
||||||
.. option:: --trace-max-array <depth>
|
.. option:: --trace-max-array <depth>
|
||||||
|
|
||||||
Rarely needed. Specify the maximum array depth of a signal that may be
|
Rarely needed. Specify the maximum array depth of a signal that may be
|
||||||
|
|
@ -1630,6 +1626,10 @@ Summary:
|
||||||
|
|
||||||
Disable tracing of parameters.
|
Disable tracing of parameters.
|
||||||
|
|
||||||
|
.. option:: --trace-saif
|
||||||
|
|
||||||
|
Enable SAIF tracing in the model. This overrides :vlopt:`--trace`.
|
||||||
|
|
||||||
.. option:: --trace-structs
|
.. option:: --trace-structs
|
||||||
|
|
||||||
Enable tracing to show the name of packed structure, union, and packed
|
Enable tracing to show the name of packed structure, union, and packed
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue