projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8524a47
)
ice40: Use abc -dress in synth_ice40
author
David Shah
<davey1576@gmail.com>
Sun, 16 Dec 2018 17:43:57 +0000
(17:43 +0000)
committer
David Shah
<davey1576@gmail.com>
Wed, 6 Feb 2019 21:23:13 +0000
(22:23 +0100)
Signed-off-by: David Shah <davey1576@gmail.com>
techlibs/ice40/synth_ice40.cc
patch
|
blob
|
history
diff --git
a/techlibs/ice40/synth_ice40.cc
b/techlibs/ice40/synth_ice40.cc
index f900453e8ecc13a5d59c2ab7dedfefc0d1ae885c..ba013fef2a8ce38d43c50c34904afbfc5abab604 100644
(file)
--- a/
techlibs/ice40/synth_ice40.cc
+++ b/
techlibs/ice40/synth_ice40.cc
@@
-282,7
+282,7
@@
struct SynthIce40Pass : public ScriptPass
run("techmap -map +/gate2lut.v -D LUT_WIDTH=4", "(only if -noabc)");
}
if (!noabc) {
- run("abc -lut 4", "(skip if -noabc)");
+ run("abc -
dress -
lut 4", "(skip if -noabc)");
}
run("clean");
if (relut || help_mode) {