mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-09-04 03:23:11 +02:00
Mutating the SigMap by adding a new connection will throw off FfInitVals index. Work around this by removing the relevant init values from index whenever we connect nets, then re-add the new init value. Should fix #2920.