projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58c22da
)
ecp5: Use abc -dress
author
David Shah
<davey1576@gmail.com>
Wed, 6 Feb 2019 21:20:39 +0000
(22:20 +0100)
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/ecp5/synth_ecp5.cc
patch
|
blob
|
history
diff --git
a/techlibs/ecp5/synth_ecp5.cc
b/techlibs/ecp5/synth_ecp5.cc
index 2e9176a84491fb9bc801154e15f6e225f07ac73f..bda03d251271854c41e510373de4b7ea59c873c9 100644
(file)
--- a/
techlibs/ecp5/synth_ecp5.cc
+++ b/
techlibs/ecp5/synth_ecp5.cc
@@
-268,9
+268,9
@@
struct SynthEcp5Pass : public ScriptPass
}
run("techmap -map +/ecp5/latches_map.v");
if (nomux)
- run("abc -lut 4");
+ run("abc -lut 4
-dress
");
else
- run("abc -lut 4:7");
+ run("abc -lut 4:7
-dress
");
run("clean");
}