mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-09 11:52:23 +00:00
Add check before flatten in synth.
This commit is contained in:
parent
239e3c2849
commit
16b893bd88
1 changed files with 1 additions and 0 deletions
|
|
@ -277,6 +277,7 @@ struct SynthPass : public ScriptPass {
|
|||
|
||||
if (check_label("coarse")) {
|
||||
run("proc");
|
||||
run("check");
|
||||
if (flatten || help_mode)
|
||||
run("flatten", " (if -flatten)");
|
||||
run("opt_expr");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue