You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yosys enters an infinite loop during synthesis of a module with multiple assignment points to a register and asynchronous control logic. This causes the synthesis process to hang, continuously printing the same Adding EN signal... log lines without termination.
Expected Behavior
synth successfully
Actual Behavior
Results in non-terminating log output like:
Adding EN signal on $auto$ff.cc:266:slice$19444669 ($dffe) ...
Adding EN signal on $auto$ff.cc:266:slice$19444674 ($dffe) ...
...