mirror of
https://github.com/verilator/verilator.git
synced 2026-09-03 16:28:53 +02:00
The recent patch to defer substitutions on V3Gate crashes on circular logic that has cycle length >= 3 with all inlineable signals (cycle length 2 is detected correctly and is not inlined). Fix by stopping recursion at the loop-back edge. Fixes #3543