3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-14 04:48:46 +00:00

Do not sigmap keep bits inside write_xaiger

This commit is contained in:
Eddie Hung 2019-11-25 15:42:07 -08:00
parent 7136cee6b4
commit 68717dd03b

View file

@ -168,7 +168,7 @@ struct XAigerWriter
}
if (keep)
keep_bits.insert(bit);
keep_bits.insert(wirebit);
if (wire->port_input || keep) {
if (bit != wirebit)