mirror of https://github.com/YosysHQ/yosys.git
Remove unnecessary undriven_bits.insert
This commit is contained in:
parent
2e7e73f483
commit
8374eb1cb4
|
@ -154,11 +154,8 @@ struct XAigerWriter
|
|||
}
|
||||
|
||||
if (wire->port_output || keep) {
|
||||
if (bit != wirebit) {
|
||||
if (bit != wirebit)
|
||||
alias_map[wirebit] = bit;
|
||||
if (!bit.wire)
|
||||
undriven_bits.insert(wirebit);
|
||||
}
|
||||
output_bits.insert(wirebit);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue