mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-03 21:01:23 +00:00
synth_ice40: use 4-LUT coarse synthesis mode.
This commit is contained in:
parent
18174202a9
commit
17b2831356
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue