1
0
mirror of synced 2026-04-10 16:09:25 +00:00
Files
YosysHQ.yosys/passes
Robert O'Callahan 042ec1cf60 Defer redirecting cell outputs when merging cells in opt_merge until after we've done a full pass over the cells.
This avoids changing `assign_map` and `initvals`, which are inputs to the hash function for `known_cells`,
while `known_cells` exists. Changing the hash function for a hashtable while it exists leads to
confusing behavior. That also means the exact behavior of `opt_merge` cannot be reproduced by a
parallel implementation.
2026-01-06 16:21:48 +00:00
..
2025-12-04 16:27:13 +01:00
2025-11-06 23:29:47 +02:00
2025-10-15 09:42:47 +13:00
2025-09-16 03:17:23 +00:00