mirror of
https://github.com/verilator/verilator.git
synced 2026-09-07 10:01:11 +02:00
Default Verilated::debug() to off
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user