3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 01:25:33 +00:00

abc9_ops: -reintegrate to not trim box padding anymore

This commit is contained in:
Eddie Hung 2020-01-14 14:27:29 -08:00
parent 654247abe9
commit 4656f202c6
2 changed files with 1 additions and 10 deletions

View file

@ -349,7 +349,7 @@ struct XAigerWriter
unused_bits.erase(I);
}
if (w->port_output)
for (const auto &b : rhs.bits()) {
for (const auto &b : rhs) {
SigBit O = sigmap(b);
if (O != b)
alias_map[O] = b;