3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-10 16:13:26 +00:00
yosys/passes/proc
Krystine Sherwin ab0e3cc05f
Proc: Use selections consistently
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).
2025-05-31 12:04:42 +12:00
..
Makefile.inc Add proc_rom pass. 2022-05-13 00:37:14 +02:00
proc.cc Add proc_rom pass. 2022-05-13 00:37:14 +02:00
proc_arst.cc Proc: Use selections consistently 2025-05-31 12:04:42 +12:00
proc_clean.cc Proc: Use selections consistently 2025-05-31 12:04:42 +12:00
proc_dff.cc Proc: Use selections consistently 2025-05-31 12:04:42 +12:00
proc_dlatch.cc Proc: Use selections consistently 2025-05-31 12:04:42 +12:00
proc_init.cc Proc: Use selections consistently 2025-05-31 12:04:42 +12:00
proc_memwr.cc Proc: Use selections consistently 2025-05-31 12:04:42 +12:00
proc_mux.cc Proc: Use selections consistently 2025-05-31 12:04:42 +12:00
proc_prune.cc Proc: Use selections consistently 2025-05-31 12:04:42 +12:00
proc_rmdead.cc Proc: Use selections consistently 2025-05-31 12:04:42 +12:00
proc_rom.cc Proc: Use selections consistently 2025-05-31 12:04:42 +12:00