aboutsummaryrefslogtreecommitdiffstats
path: root/frontends
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-08-19 09:40:01 -0700
committerEddie Hung <eddie@fpgeh.com>2019-08-19 09:40:01 -0700
commit9bfe924e17a87fac8a35fcb7ff5e067f6c520e07 (patch)
tree7f6320b80b9fd0749fa1e2e0337bd8eca78ac368 /frontends
parent10c69f71e9dd03780364402f5c470be33f6cfca5 (diff)
downloadyosys-9bfe924e17a87fac8a35fcb7ff5e067f6c520e07.tar.gz
yosys-9bfe924e17a87fac8a35fcb7ff5e067f6c520e07.tar.bz2
yosys-9bfe924e17a87fac8a35fcb7ff5e067f6c520e07.zip
Set abc_flop and use it in toposort
Diffstat (limited to 'frontends')
-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 f2b38da67..6fd9e0432 100644
--- a/frontends/aiger/aigerparse.cc
+++ b/frontends/aiger/aigerparse.cc
@@ -840,6 +840,7 @@ void AigerReader::post_process()
flop_count++;
cell->type = flop_module->name;
module->connect(q, d);
+ cell->set_bool_attribute("\\abc_flop");
continue;
}