3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-14 21:08:47 +00:00

synth_ice40: use 4-LUT coarse synthesis mode.

This commit is contained in:
whitequark 2019-01-02 08:25:55 +00:00
parent 18174202a9
commit 17b2831356

View file

@ -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)"))