Commentary on incorrectly specified debug level (#2777)
As seen at https://github.com/verilator/verilator/blob/master/src/V3Options.cpp#L1202 setting --debug enables a debug level of 3.
This commit is contained in:
parent
483516ce4e
commit
843ae2955e
|
@ -756,7 +756,7 @@ is fairly standard across Verilog tools while -D is similar to GCC.
|
||||||
|
|
||||||
Select the debug executable of Verilator (if available), and enable more
|
Select the debug executable of Verilator (if available), and enable more
|
||||||
internal assertions (equivalent to C<--debug-check>), debugging messages
|
internal assertions (equivalent to C<--debug-check>), debugging messages
|
||||||
(equivalent to C<--debugi 4>), and intermediate form dump files (equivalent
|
(equivalent to C<--debugi 3>), and intermediate form dump files (equivalent
|
||||||
to C<--dump-treei 3>).
|
to C<--dump-treei 3>).
|
||||||
|
|
||||||
=item --debug-check
|
=item --debug-check
|
||||||
|
|
|
@ -49,6 +49,7 @@ Marshal Qiao
|
||||||
Matthew Ballance
|
Matthew Ballance
|
||||||
Michael Killough
|
Michael Killough
|
||||||
Mike Popoloski
|
Mike Popoloski
|
||||||
|
Morten Borup Petersen
|
||||||
Nandu Raj
|
Nandu Raj
|
||||||
Nathan Kohagen
|
Nathan Kohagen
|
||||||
Nathan Myers
|
Nathan Myers
|
||||||
|
|
Loading…
Reference in New Issue