aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2020-04-21 15:42:05 -0700
committerEddie Hung <eddie@fpgeh.com>2020-05-14 10:33:56 -0700
commited7cb0b095e0eaf0ced643f7f828ea2c61b939b5 (patch)
treefdb10460ace452e270c22218505782dfb2aa1c9e
parenta323881e152c0d51728f3df773ac2f326544b379 (diff)
downloadyosys-ed7cb0b095e0eaf0ced643f7f828ea2c61b939b5.tar.gz
yosys-ed7cb0b095e0eaf0ced643f7f828ea2c61b939b5.tar.bz2
yosys-ed7cb0b095e0eaf0ced643f7f828ea2c61b939b5.zip
abc9: put 'aigmap' back
-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 8fa1f60c5..93751e0bc 100644
--- a/passes/techmap/abc9.cc
+++ b/passes/techmap/abc9.cc
@@ -353,6 +353,7 @@ struct Abc9Pass : public ScriptPass
run("design -load $abc9_holes");
run("techmap -wb -map %$abc9 -map +/techmap.v");
run("opt -purge");
+ run("aigmap");
run("design -stash $abc9_holes");
run("design -load $abc9");
run("design -delete $abc9");