1
0
mirror of synced 2026-02-07 09:07:09 +00:00
Files
YosysHQ.yosys/passes/proc/proc_init.cc
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

3.3 KiB