diff --git a/src/V3Options.cpp b/src/V3Options.cpp index acb82b51c..5be9e5bcb 100644 --- a/src/V3Options.cpp +++ b/src/V3Options.cpp @@ -1023,7 +1023,7 @@ V3Options::V3Options() { m_outputSplitCTrace = 0; m_traceDepth = 0; m_unrollCount = 64; - m_unrollStmts = 10000; + m_unrollStmts = 30000; m_compLimitParens = 0; m_compLimitBlocks = 0;