mirror of https://github.com/YosysHQ/yosys.git
synth_ice40: use 4-LUT coarse synthesis mode.
This commit is contained in:
parent
18174202a9
commit
17b2831356
|
@ -226,7 +226,7 @@ struct SynthIce40Pass : public ScriptPass
|
||||||
|
|
||||||
if (check_label("coarse"))
|
if (check_label("coarse"))
|
||||||
{
|
{
|
||||||
run("synth -run coarse");
|
run("synth -lut 4 -run coarse");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!nobram && check_label("bram", "(skip if -nobram)"))
|
if (!nobram && check_label("bram", "(skip if -nobram)"))
|
||||||
|
|
Loading…
Reference in New Issue