Default Verilated::debug() to off

This commit is contained in:
Wilson Snyder 2010-03-23 20:31:22 -04:00
parent eb5c035dde
commit a11a5f04d5
2 changed files with 3 additions and 3 deletions

View File

@ -2600,8 +2600,8 @@ allows you to modify Verilator for internal use without distributing the
modified version. But please contribute back to the community!
One limit is that you cannot under either license release a commercial
simulation product incorporating Verilator without making the source code
available.
Verilog simulation product incorporating Verilator without making the
source code available.
=item Why is Verilation so slow?

View File

@ -38,7 +38,7 @@ int Verilated::s_randReset = 0;
VerilatedVoidCb Verilated::s_flushCb = NULL;
// Keep below together in one cache line
int Verilated::s_debug = 1;
int Verilated::s_debug = 0;
bool Verilated::s_calcUnusedSigs = false;
bool Verilated::s_gotFinish = false;
bool Verilated::s_assertOn = true;