mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 09:05:32 +00:00
abc9: put 'aigmap' back
This commit is contained in:
parent
a323881e15
commit
ed7cb0b095
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue