3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-30 02:43:52 +00:00
yosys/frontends
Robert O'Callahan 8f0ecce53f Forbid creating IdStrings and incrementing autoidx during multithreaded phases, and add dynamic checks for that
We could make it safe to increment autoidx during multithreaded passes, but that's
actually undesirable because it would lead to nondeterminism. If/when we need new
IDs during parallel passes, we'll have to figure out how to allocate them in a
deterministic way, and that will depend on the details of what the pass does.
So don't try to tackle that now.
2025-11-25 21:57:46 +00:00
..
aiger
aiger2
ast
blif
json
liberty
rpc
rtlil
verific
verilog