mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 14:17:27 +02:00
abc9_ops: -reintegrate to not trim box padding anymore
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user