3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-15 03:35:40 +00:00
yosys/passes
Emil J. Tywoniak d5c1875055 techmap: decode derived_name in the map pool, not the target design
derived_name and the template's marker wire are interned in map->twines;
decoding them with design->twines read an out-of-range/foreign pool slot
(garbage, or a crash once pool sizes diverge) in the _TECHMAP_FAIL_ log.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-24 23:51:05 +02:00
..
cmds rtlil: replace SigSig actions with new type SyncAction 2026-06-24 15:14:53 +02:00
equiv twine: fix replayability, reduce TwineSearch usage 2026-06-22 17:53:19 +02:00
fsm WIP migration to twine 2026-06-18 19:27:41 +02:00
hierarchy hierarchy: fix twines 2026-06-24 11:53:51 +02:00
memory memory_map: don't rebuild TwineSearch 2026-06-24 13:10:10 +02:00
opt wreduce: fix twines 2026-06-23 16:00:54 +02:00
pmgen WIP migration to twine 2026-06-22 00:27:32 +02:00
proc proc_dff: better error context 2026-06-24 16:48:01 +02:00
sat twine: fix replayability, reduce TwineSearch usage 2026-06-22 17:53:19 +02:00
techmap techmap: decode derived_name in the map pool, not the target design 2026-06-24 23:51:05 +02:00
tests WIP migration to twine 2026-06-22 00:27:32 +02:00