aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/ice40
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2019-01-02 15:53:50 +0100
committerClifford Wolf <clifford@clifford.at>2019-01-02 15:53:50 +0100
commitb236faffa1f4e80f8af191469c89f582d3e0c324 (patch)
tree83ab4e1230897004d9253028c98572cf4e56e22c /techlibs/ice40
parent1eb101a38a0e6ca99cb1dfbcc77f16a6bff79465 (diff)
parent979de95cf6a21aaa6f33cc3b20582333de6cf07d (diff)
downloadyosys-b236faffa1f4e80f8af191469c89f582d3e0c324.tar.gz
yosys-b236faffa1f4e80f8af191469c89f582d3e0c324.tar.bz2
yosys-b236faffa1f4e80f8af191469c89f582d3e0c324.zip
Merge branch 'master' of github.com:YosysHQ/yosys
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 626f6d381..f900453e8 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)"))