mirror of https://github.com/YosysHQ/yosys.git
Cleanup ice40
This commit is contained in:
parent
408161ea3a
commit
1ea6d7920f
|
@ -225,12 +225,14 @@ struct SynthIce40Pass : public ScriptPass
|
||||||
run("proc");
|
run("proc");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (flatten && check_label("flatten", "(unless -noflatten)"))
|
if (check_label("flatten", "(unless -noflatten)"))
|
||||||
{
|
{
|
||||||
|
if (flatten) {
|
||||||
run("flatten");
|
run("flatten");
|
||||||
run("tribuf -logic");
|
run("tribuf -logic");
|
||||||
run("deminout");
|
run("deminout");
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (check_label("coarse"))
|
if (check_label("coarse"))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue