projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a323881
)
abc9: put 'aigmap' back
author
Eddie Hung
<eddie@fpgeh.com>
Tue, 21 Apr 2020 22:42:05 +0000
(15:42 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Thu, 14 May 2020 17:33:56 +0000
(10:33 -0700)
passes/techmap/abc9.cc
patch
|
blob
|
history
diff --git
a/passes/techmap/abc9.cc
b/passes/techmap/abc9.cc
index 8fa1f60c53c4d382ccab5483349db55c124410b5..93751e0bca26c9296771900a5f7ae29842faf10d 100644
(file)
--- 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");