3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-06-22 00:30:27 +00:00
yosys/passes
Robert O'Callahan 7f6fae1f66 Extract ABC results in the order of assigned_cells.
Currently the order of extraction can vary based on which ABC runs finish first. That's
nondeterministic, therefore bad. Instead, force the processing to happen in the same order
as `assigned_cells`, i.e. the same order we use when not using parallelism. This should
make everything deterministic.

Note that we still allow ABC runs to complete out of order. Out-of-order results are
just not extracted until all the previous runs have completed and their results
extracted.
2025-09-22 05:07:03 +00:00
..
cmds
equiv
fsm
hierarchy
memory
opt
pmgen
proc
sat
techmap Extract ABC results in the order of assigned_cells. 2025-09-22 05:07:03 +00:00
tests