aboutsummaryrefslogtreecommitdiffstats
path: root/frontends/aiger
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-06-15 18:13:44 -0700
committerEddie Hung <eddie@fpgeh.com>2019-06-15 18:13:44 -0700
commitc04921c3a8391d2335fab42ef354bb2bb2f3ac2a (patch)
treeae438b505273f7b061c1f031078af57099d465b3 /frontends/aiger
parentb706ae82de2fa82b68c327740820c03cc203a217 (diff)
downloadyosys-c04921c3a8391d2335fab42ef354bb2bb2f3ac2a.tar.gz
yosys-c04921c3a8391d2335fab42ef354bb2bb2f3ac2a.tar.bz2
yosys-c04921c3a8391d2335fab42ef354bb2bb2f3ac2a.zip
Fix debug message
Diffstat (limited to 'frontends/aiger')
-rw-r--r--frontends/aiger/aigerparse.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/aiger/aigerparse.cc b/frontends/aiger/aigerparse.cc
index 833c0023b..d2657c9da 100644
--- a/frontends/aiger/aigerparse.cc
+++ b/frontends/aiger/aigerparse.cc
@@ -900,6 +900,7 @@ void AigerReader::post_process()
else {
wire->port_output = false;
module->connect(wire, existing);
+ wire = existing;
}
}
else if (index > 0) {