3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 17:44:09 +00:00

abc9: put 'aigmap' back

This commit is contained in:
Eddie Hung 2020-04-21 15:42:05 -07:00
parent a323881e15
commit ed7cb0b095

View file

@ -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");