mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-10 16:13:26 +00:00
All `proc_*` passes now use the same module and process for loops, using `design->all_selected_modules()` and `mod->selected_processes()` respectively. This simplifies the code, and makes the couple `proc_*` passes that were ignoring boxed modules stop doing that (which seems to have been erroneous rather than intentional). |
||
---|---|---|
.. | ||
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 |