Add check before flatten in synth_*.

This commit is contained in:
nella
2026-05-05 14:06:58 +02:00
parent 16b893bd88
commit fff034d2f8
20 changed files with 47 additions and 14 deletions
+1
View File
@@ -156,6 +156,7 @@ struct SynthAnlogicPass : public ScriptPass
if (flatten && check_label("flatten", "(unless -noflatten)"))
{
run("proc");
run("check");
run("flatten");
run("tribuf -logic");
run("deminout");