projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c6647a
)
abc9: remove redundant wbflip
author
Eddie Hung
<eddie@fpgeh.com>
Wed, 15 Apr 2020 23:18:37 +0000
(16:18 -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 dc96a765ff99210fe8f86b7716c21f6910c1df92..fbb8356a5b65ed2a8ca22ff37f9a0d8825130bb7 100644
(file)
--- a/
passes/techmap/abc9.cc
+++ b/
passes/techmap/abc9.cc
@@
-350,7
+350,6
@@
struct Abc9Pass : public ScriptPass
run("techmap -wb -map %$abc9 -map +/techmap.v");
run("opt -purge");
run("aigmap");
- run("wbflip");
run("design -stash $abc9_holes");
run("design -load $abc9");
}