projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d34aee
)
ecp5: fix rebase mistake
author
Eddie Hung
<eddie@fpgeh.com>
Wed, 13 May 2020 21:12:06 +0000
(14:12 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Thu, 14 May 2020 17:33:57 +0000
(10:33 -0700)
techlibs/ecp5/synth_ecp5.cc
patch
|
blob
|
history
diff --git
a/techlibs/ecp5/synth_ecp5.cc
b/techlibs/ecp5/synth_ecp5.cc
index 0e49ef01a1e6822d20ab72d6dee8df540b8c8f49..c13020cc1c27e9a1bd1ad6794f0e2a2218fa0f63 100644
(file)
--- a/
techlibs/ecp5/synth_ecp5.cc
+++ b/
techlibs/ecp5/synth_ecp5.cc
@@
-348,10
+348,10
@@
struct SynthEcp5Pass : public ScriptPass
else
abc9_opts += stringf(" -W %s", RTLIL::constpad.at(k).c_str());
if (nowidelut)
- abc9_
arg
s += " -maxlut 4";
+ abc9_
opt
s += " -maxlut 4";
if (dff)
- abc9_
arg
s += " -dff";
- run("abc9" + abc9_
arg
s);
+ abc9_
opt
s += " -dff";
+ run("abc9" + abc9_
opt
s);
run("techmap -map +/ecp5/abc9_unmap.v");
} else {
std::string abc_args = " -dress";