Commentary
This commit is contained in:
parent
ead27db9f0
commit
25ca965938
|
|
@ -157,7 +157,7 @@ Winkel, Jeff Winston, Joshua Wise, Clifford Wolf, Johan Wouters, Paul
|
||||||
Wright, Tobias Wölfel, Junyi Xi, Ding Xiaoliang, Liu Xiaoyi, Mandy Xu,
|
Wright, Tobias Wölfel, Junyi Xi, Ding Xiaoliang, Liu Xiaoyi, Mandy Xu,
|
||||||
Shanshan Xu, Yinan Xu, SU YANG, Felix Yan, Luke Yang, Amir Yazdanbakhsh,
|
Shanshan Xu, Yinan Xu, SU YANG, Felix Yan, Luke Yang, Amir Yazdanbakhsh,
|
||||||
Chentai (Seven) Yuan, Florian Zaruba, Mat Zeno, Keyi Zhang, Xi Zhang, Yike
|
Chentai (Seven) Yuan, Florian Zaruba, Mat Zeno, Keyi Zhang, Xi Zhang, Yike
|
||||||
Zhou, Jiamin Zhu, and Исаак Алексеевич.
|
Zhou, Jiamin Zhu.
|
||||||
|
|
||||||
Thanks to them, and all those we've missed mentioning above, and to those
|
Thanks to them, and all those we've missed mentioning above, and to those
|
||||||
whom have wished to remain anonymous.
|
whom have wished to remain anonymous.
|
||||||
|
|
|
||||||
|
|
@ -1363,13 +1363,13 @@ 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-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
|
||||||
traced. Defaults to 32, as tracing large arrays may greatly slow traced
|
traced. Defaults to 32, as tracing large arrays may greatly slow traced
|
||||||
simulations.
|
simulations.
|
||||||
|
|
||||||
.. option:: --trace-max-width *width*
|
.. option:: --trace-max-width <width>
|
||||||
|
|
||||||
Rarely needed. Specify the maximum bit width of a signal that may be
|
Rarely needed. Specify the maximum bit width of a signal that may be
|
||||||
traced. Defaults to 256, as tracing large vectors may greatly slow
|
traced. Defaults to 256, as tracing large vectors may greatly slow
|
||||||
|
|
@ -1386,7 +1386,7 @@ Summary:
|
||||||
format constraints, this may result in significantly slower trace times
|
format constraints, this may result in significantly slower trace times
|
||||||
and larger trace files.
|
and larger trace files.
|
||||||
|
|
||||||
.. option:: --trace-threads *threads*
|
.. option:: --trace-threads <threads>
|
||||||
|
|
||||||
Enable waveform tracing using separate threads. This is typically faster
|
Enable waveform tracing using separate threads. This is typically faster
|
||||||
in simulation runtime but uses more total compute. This option only
|
in simulation runtime but uses more total compute. This option only
|
||||||
|
|
@ -1427,12 +1427,12 @@ Summary:
|
||||||
Rarely needed. Specifies the maximum number of loop iterations that may be
|
Rarely needed. Specifies the maximum number of loop iterations that may be
|
||||||
unrolled. See also :option:`BLKLOOPINIT` warning.
|
unrolled. See also :option:`BLKLOOPINIT` warning.
|
||||||
|
|
||||||
.. option:: --unroll-stmts *statements*
|
.. option:: --unroll-stmts <statements>
|
||||||
|
|
||||||
Rarely needed. Specifies the maximum number of statements in a loop for
|
Rarely needed. Specifies the maximum number of statements in a loop for
|
||||||
that loop to be unrolled. See also :option:`BLKLOOPINIT` warning.
|
that loop to be unrolled. See also :option:`BLKLOOPINIT` warning.
|
||||||
|
|
||||||
.. option:: --unused-regexp *regexp*
|
.. option:: --unused-regexp <regexp>
|
||||||
|
|
||||||
Rarely needed. Specifies a simple regexp with \* and ? that, if a signal
|
Rarely needed. Specifies a simple regexp with \* and ? that, if a signal
|
||||||
name matches, will suppress the :option:`UNUSED` warning. Defaults to
|
name matches, will suppress the :option:`UNUSED` warning. Defaults to
|
||||||
|
|
@ -1444,7 +1444,7 @@ Summary:
|
||||||
into Verilator. (Similar to :command:`perl -V`.) See also
|
into Verilator. (Similar to :command:`perl -V`.) See also
|
||||||
:vlopt:`--getenv` option.
|
:vlopt:`--getenv` option.
|
||||||
|
|
||||||
.. option:: -v *filename*
|
.. option:: -v <filename>
|
||||||
|
|
||||||
Read the filename as a Verilog library. Any modules in the file may be
|
Read the filename as a Verilog library. Any modules in the file may be
|
||||||
used to resolve instances in the top-level module, otherwise, they are
|
used to resolve instances in the top-level module, otherwise, they are
|
||||||
|
|
@ -1481,7 +1481,7 @@ Summary:
|
||||||
|
|
||||||
Enable the use of VPI and linking against the :file:`verilated_vpi.cpp` files.
|
Enable the use of VPI and linking against the :file:`verilated_vpi.cpp` files.
|
||||||
|
|
||||||
.. option:: --waiver-output *filename*
|
.. option:: --waiver-output <filename>
|
||||||
|
|
||||||
Generate a waiver file that contains all waiver statements to suppress
|
Generate a waiver file that contains all waiver statements to suppress
|
||||||
the warnings emitted during this Verilator run. This, in particular, is
|
the warnings emitted during this Verilator run. This, in particular, is
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue