3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-12 17:06:15 +00:00
yosys/passes
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
..
cmds Fix typo ("exist" -> "exit"). 2025-05-22 18:52:33 -06:00
equiv mark all hash_into methods nodiscard 2025-01-14 12:39:15 +01:00
fsm io: refactor string and file work into new unit 2025-03-19 13:43:42 +01:00
hierarchy hierarchy: Ignore width mismatch from verific 2025-04-11 04:12:34 +12:00
memory memory_libmap: fix MapWorker memory allocation 2025-04-14 12:41:14 +02:00
opt Merge pull request #5101 from georgerennie/george/opt_expr_shift_ovfl 2025-05-22 15:16:19 +01:00
pmgen io: refactor string and file work into new unit 2025-03-19 13:43:42 +01:00
proc Proc: Use selections consistently 2025-05-31 12:04:42 +12:00
sat Merge pull request #5116 from YosysHQ/krys/update_fst 2025-05-16 09:22:52 +12:00
techmap Add genlib support to abc_new 2025-05-27 09:47:29 +01:00
tests macc: Rename 'ports' to 'terms' throughout codebase 2025-03-18 13:25:10 +01:00