From: Eddie Hung Date: Tue, 21 Apr 2020 22:42:05 +0000 (-0700) Subject: abc9: put 'aigmap' back X-Git-Tag: working-ls180~549^2~18 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ed7cb0b095e0eaf0ced643f7f828ea2c61b939b5;p=yosys.git abc9: put 'aigmap' back --- 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");