diff --git a/Changes b/Changes index eca429ade..045de1f7e 100644 --- a/Changes +++ b/Changes @@ -5,7 +5,7 @@ indicates the contributor was also the author of the fix; Thanks! * Verilator 3.6** -*** Add --output-split-cfuncs for accelerating GCC. [Eugene Weber] +*** Add --output-split-cfuncs for accelerating GCC compile. [Eugene Weber] **** Fix $signed mis-extending when input has a WIDTH violation. [Eugene Weber] diff --git a/src/V3Clock.cpp b/src/V3Clock.cpp index 49a65b880..821904475 100644 --- a/src/V3Clock.cpp +++ b/src/V3Clock.cpp @@ -364,8 +364,7 @@ private: // Move statements to if m_lastIfp->addIfsp(stmtsp); } else if (nodep->hasSettle()) { - // Settlement - clearLastSen(); + // Don't need to: clearLastSen();, as we're adding it to different cfunc // Move statements to function addToSettleLoop(stmtsp); } else {