mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 14:17:27 +02:00
Add check before flatten in synth_*.
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user