diff --git a/src/V3Options.cpp b/src/V3Options.cpp index 8ac7f089e..7718ad3f1 100644 --- a/src/V3Options.cpp +++ b/src/V3Options.cpp @@ -965,7 +965,7 @@ V3Options::V3Options() { m_outputSplitCTrace = 0; m_traceDepth = 0; m_unrollCount = 64; - m_unrollStmts = 20; + m_unrollStmts = 100; m_compLimitParens = 0; m_compLimitBlocks = 0;