1
0
mirror of synced 2026-04-24 19:40:49 +00:00
Files
YosysHQ.yosys/passes/proc/proc_dff.cc
George Rennie 626dbbe1e0 proc_dff: fix early return bug
* early return caused proc_dff to stop considering rules after seeing
  one async rule - this is because continue should have been used to
  continue to procecssing the next rule instead of returning from the
  function
2024-11-07 00:06:03 +01:00

11 KiB