yosys/passes
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
..
cmds Merge pull request #4707 from povik/stat-unused 2024-11-05 09:38:29 +01:00
equiv
fsm
hierarchy
memory
opt
pmgen
proc proc_dff: fix early return bug 2024-11-07 00:06:03 +01:00
sat
techmap cellmatch: Visit whiteboxes for `-derive_luts` 2024-11-04 14:28:46 +01:00
tests