mirror of
https://github.com/YosysHQ/yosys
synced 2026-04-21 03:13:32 +00:00
Move Design::sort() calls out of opt and opt_clean passes into the synth passes that need them.
This commit is contained in:
parent
b1457934ab
commit
087ebdd6e4
6 changed files with 5 additions and 3 deletions
|
|
@ -211,6 +211,7 @@ struct PrepPass : public ScriptPass
|
|||
run("memory_collect");
|
||||
}
|
||||
run(nokeepdc ? "opt -noff -fast" : "opt -noff -keepdc -fast");
|
||||
run("sort");
|
||||
}
|
||||
|
||||
if (check_label("check"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue