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:
parent
37b0fc17e3
commit
2d9484c12c
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue