diff options
author | Clifford Wolf <clifford@clifford.at> | 2019-01-02 15:53:50 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2019-01-02 15:53:50 +0100 |
commit | b236faffa1f4e80f8af191469c89f582d3e0c324 (patch) | |
tree | 83ab4e1230897004d9253028c98572cf4e56e22c /techlibs/ice40/synth_ice40.cc | |
parent | 1eb101a38a0e6ca99cb1dfbcc77f16a6bff79465 (diff) | |
parent | 979de95cf6a21aaa6f33cc3b20582333de6cf07d (diff) | |
download | yosys-b236faffa1f4e80f8af191469c89f582d3e0c324.tar.gz yosys-b236faffa1f4e80f8af191469c89f582d3e0c324.tar.bz2 yosys-b236faffa1f4e80f8af191469c89f582d3e0c324.zip |
Merge branch 'master' of github.com:YosysHQ/yosys
Diffstat (limited to 'techlibs/ice40/synth_ice40.cc')
-rw-r--r-- | techlibs/ice40/synth_ice40.cc | 2 |
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)")) |