projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9112850
)
Enable &mfs for abc9, even if it only currently works for ice40
author
Eddie Hung
<eddie@fpgeh.com>
Thu, 11 Jul 2019 15:49:06 +0000
(08:49 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Thu, 11 Jul 2019 15:49:06 +0000
(08:49 -0700)
passes/techmap/abc9.cc
patch
|
blob
|
history
diff --git
a/passes/techmap/abc9.cc
b/passes/techmap/abc9.cc
index f107f994794c2dc1f5afc375b296127cd553603b..5f448e37a44a0bddfef01846ff3f33ae3d067126 100644
(file)
--- a/
passes/techmap/abc9.cc
+++ b/
passes/techmap/abc9.cc
@@
-29,7
+29,7
@@
"&st; &if -g -K 6; &dch -f; &if {W}; &save; &load; "\
"&st; &if -g -K 6; &synch2; &if {W}; &save; &load"
#else
-#define ABC_COMMAND_LUT "&st; &scorr; &sweep; &dc2; &st; &dch -f; &ps -l; &if {W} {D} -v;
"/*"&mfs; "*/"
&ps -l"
+#define ABC_COMMAND_LUT "&st; &scorr; &sweep; &dc2; &st; &dch -f; &ps -l; &if {W} {D} -v;
&mfs;
&ps -l"
#endif