3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-11 19:53:35 +00:00

When two boxes connect to each other, need not be a (* keep *)

This commit is contained in:
Eddie Hung 2019-09-19 15:40:28 -07:00
parent 37b0fc17e3
commit 2d9484c12c

View file

@ -405,12 +405,7 @@ struct XAigerWriter
if (O != b)
alias_map[O] = b;
undriven_bits.erase(O);
auto jt = input_bits.find(b);
if (jt != input_bits.end()) {
log_assert(keep_bits.count(O));
input_bits.erase(b);
}
input_bits.erase(b);
}
}
}