aboutsummaryrefslogtreecommitdiffstats
path: root/backends/aiger
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2020-01-14 14:27:29 -0800
committerEddie Hung <eddie@fpgeh.com>2020-01-14 14:27:29 -0800
commit4656f202c6f05d126c1acc79fca675e467c80840 (patch)
treeb6c3fbb378cfb0191492260220289e7a3ae2502e /backends/aiger
parent654247abe9078566f93960a135ce08b0cfc96442 (diff)
downloadyosys-4656f202c6f05d126c1acc79fca675e467c80840.tar.gz
yosys-4656f202c6f05d126c1acc79fca675e467c80840.tar.bz2
yosys-4656f202c6f05d126c1acc79fca675e467c80840.zip
abc9_ops: -reintegrate to not trim box padding anymore
Diffstat (limited to 'backends/aiger')
-rw-r--r--backends/aiger/xaiger.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/aiger/xaiger.cc b/backends/aiger/xaiger.cc
index f9890a592..4f466d568 100644
--- a/backends/aiger/xaiger.cc
+++ b/backends/aiger/xaiger.cc
@@ -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;