From 843ae2955e55765cecf4d454f9cb6e1adb3a3afb Mon Sep 17 00:00:00 2001 From: Morten Borup Petersen Date: Wed, 3 Feb 2021 20:38:34 +0100 Subject: [PATCH] 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. --- bin/verilator | 2 +- docs/CONTRIBUTORS | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/verilator b/bin/verilator index 79fafdf86..f88a03e14 100755 --- a/bin/verilator +++ b/bin/verilator @@ -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 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>). =item --debug-check diff --git a/docs/CONTRIBUTORS b/docs/CONTRIBUTORS index 0d37a11d5..d64856f9d 100644 --- a/docs/CONTRIBUTORS +++ b/docs/CONTRIBUTORS @@ -49,6 +49,7 @@ Marshal Qiao Matthew Ballance Michael Killough Mike Popoloski +Morten Borup Petersen Nandu Raj Nathan Kohagen Nathan Myers