Commentary

This commit is contained in:
Wilson Snyder 2014-10-21 19:11:46 -04:00
parent bfbca34eb0
commit 85c3179dbd

View File

@ -578,7 +578,9 @@ standard across Verilog tools while -D is an alias for GCC compatibility.
=item --debug =item --debug
Select the debug built image of Verilator (if available), and enable more Select the debug built image of Verilator (if available), and enable more
internal assertions, debugging messages, and intermediate form dump files. internal assertions (equivelent to C<--debug-check>), debugging messages
(equivelent to C<--debugi 4>), and intermediate form dump files (equivilent
to C<--dump-tree>).
=item --debug-check =item --debug-check
@ -590,9 +592,9 @@ changing debug verbosity. Enabled automatically when --debug specified.
=item --debugi-<srcfile> <level> =item --debugi-<srcfile> <level>
Rarely needed - for developer use. Set internal debugging level globally Rarely needed - for developer use. Set internal debugging level globally
to the specified debug level (1-10) or set the specified source file to the to the specified debug level (1-10) or set the specified Verilator source
specified level. Higher levels produce more detailed messages (plain file to the specified level (e.g. C<--debugi-V3Width 9>). Higher levels
C<--debug> is equivalent to C<--debugi 4>). produce more detailed messages.
=item --default-language I<value> =item --default-language I<value>