3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-07 18:05:24 +00:00

Revert "Use sigmap signal"

This reverts commit 42f990f3a6.
This commit is contained in:
Eddie Hung 2019-12-17 00:00:07 -08:00
parent aed67dd020
commit 2e71130700

View file

@ -471,7 +471,7 @@ struct XAigerWriter
SigBit O = sigmap(b);
if (O != b)
alias_map[O] = b;
input_bits.erase(O);
input_bits.erase(b);
undriven_bits.erase(O);
}
}