3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-02-10 02:51:00 +00:00
yosys/passes/proc
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
..
Makefile.inc
proc.cc
proc_arst.cc
proc_clean.cc
proc_dff.cc
proc_dlatch.cc
proc_init.cc
proc_memwr.cc
proc_mux.cc
proc_prune.cc
proc_rmdead.cc
proc_rom.cc