mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-07 11:41:23 +00:00
Merge pull request #772 from whitequark/synth_lut
synth: add k-LUT mode
This commit is contained in:
commit
da1c8d8d3d
2 changed files with 41 additions and 7 deletions
|
@ -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)"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue