aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/ice40
diff options
context:
space:
mode:
authorwhitequark <whitequark@whitequark.org>2019-01-02 08:25:55 +0000
committerwhitequark <whitequark@whitequark.org>2019-01-02 08:25:55 +0000
commit17b283135658b84a0dfeec8b35f7d2bfe782be19 (patch)
tree676fa493800915e68c4ae1151359fe560b7169c1 /techlibs/ice40
parent18174202a957cb20137e13893ad002ac1b52b61b (diff)
downloadyosys-17b283135658b84a0dfeec8b35f7d2bfe782be19.tar.gz
yosys-17b283135658b84a0dfeec8b35f7d2bfe782be19.tar.bz2
yosys-17b283135658b84a0dfeec8b35f7d2bfe782be19.zip
synth_ice40: use 4-LUT coarse synthesis mode.
Diffstat (limited to 'techlibs/ice40')
-rw-r--r--techlibs/ice40/synth_ice40.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/ice40/synth_ice40.cc b/techlibs/ice40/synth_ice40.cc
index c2aed873b..4c4fdf7be 100644
--- a/techlibs/ice40/synth_ice40.cc
+++ b/techlibs/ice40/synth_ice40.cc
@@ -226,7 +226,7 @@ struct SynthIce40Pass : public ScriptPass
if (check_label("coarse"))
{
- run("synth -run coarse");
+ run("synth -lut 4 -run coarse");
}
if (!nobram && check_label("bram", "(skip if -nobram)"))