3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-06-01 22:57:54 +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:
Robert O'Callahan 2026-01-22 04:09:16 +00:00 committed by Emil J. Tywoniak
parent b1457934ab
commit 087ebdd6e4
6 changed files with 5 additions and 3 deletions

View file

@ -193,7 +193,6 @@ struct OptPass : public Pass {
}
design->optimize();
design->sort();
design->check();
log_header(design, "Finished fast OPT passes.%s\n", fast_mode ? "" : " (There is nothing left to do.)");