diff options
author | Eddie Hung <eddie@fpgeh.com> | 2020-04-21 15:42:05 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2020-05-14 10:33:56 -0700 |
commit | ed7cb0b095e0eaf0ced643f7f828ea2c61b939b5 (patch) | |
tree | fdb10460ace452e270c22218505782dfb2aa1c9e /passes/techmap/abc9.cc | |
parent | a323881e152c0d51728f3df773ac2f326544b379 (diff) | |
download | yosys-ed7cb0b095e0eaf0ced643f7f828ea2c61b939b5.tar.gz yosys-ed7cb0b095e0eaf0ced643f7f828ea2c61b939b5.tar.bz2 yosys-ed7cb0b095e0eaf0ced643f7f828ea2c61b939b5.zip |
abc9: put 'aigmap' back
Diffstat (limited to 'passes/techmap/abc9.cc')
-rw-r--r-- | passes/techmap/abc9.cc | 1 |
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"); |