mirror of https://github.com/YosysHQ/yosys.git
abc9: put 'aigmap' back
This commit is contained in:
parent
a323881e15
commit
ed7cb0b095
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue