[#73220] add note to docs/guide about SAIF trace
This commit is contained in:
parent
28db59249c
commit
8b634440a1
|
|
@ -1610,6 +1610,10 @@ Summary:
|
|||
Enable FST waveform tracing in the model. This overrides
|
||||
: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>
|
||||
|
||||
Rarely needed. Specify the maximum array depth of a signal that may be
|
||||
|
|
|
|||
|
|
@ -462,6 +462,11 @@ SystemC include directories and link to the SystemC libraries.
|
|||
Optional. Enables FST tracing if present, equivalent to "VERILATOR_ARGS
|
||||
--trace-fst".
|
||||
|
||||
.. describe:: TRACE_SAIF
|
||||
|
||||
Optional. Enables SAIF tracing if present, equivalent to "VERILATOR_ARGS
|
||||
--trace-saif".
|
||||
|
||||
.. describe:: VERILATOR_ARGS
|
||||
|
||||
Optional. Extra arguments to Verilator. Do not specify :vlopt:`--Mdir`
|
||||
|
|
|
|||
Loading…
Reference in New Issue