aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-04-23 13:42:35 -0700
committerEddie Hung <eddie@fpgeh.com>2019-04-23 13:42:35 -0700
commitd9c915042a610672e313f976cdbcbf9a814c380d (patch)
treeedb927dc53b4678878b1a04ba3614c66cd6feaf6 /passes/techmap
parent91c3afcab723d85d3c6931561cb13ad7b70e7e5c (diff)
downloadyosys-d9c915042a610672e313f976cdbcbf9a814c380d.tar.gz
yosys-d9c915042a610672e313f976cdbcbf9a814c380d.tar.bz2
yosys-d9c915042a610672e313f976cdbcbf9a814c380d.zip
Move clean from aigerparse to abc9
Diffstat (limited to 'passes/techmap')
-rw-r--r--passes/techmap/abc9.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/passes/techmap/abc9.cc b/passes/techmap/abc9.cc
index 67d0981f4..2aa19b348 100644
--- a/passes/techmap/abc9.cc
+++ b/passes/techmap/abc9.cc
@@ -548,6 +548,7 @@ void abc9_module(RTLIL::Design *design, RTLIL::Module *current_module, std::stri
RTLIL::Module *mapped_mod = mapped_design->modules_["\\netlist"];
if (mapped_mod == NULL)
log_error("ABC output file does not contain a module `netlist'.\n");
+ Pass::call(mapped_design, "clean");
pool<RTLIL::SigBit> output_bits;
for (auto &it : mapped_mod->wires_) {