3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-10-10 09:48:06 +00:00

Just don't sort

This commit is contained in:
Emil J. Tywoniak 2025-09-18 20:56:25 +02:00
parent ffe87fbb34
commit 09c8530ceb
10 changed files with 1129 additions and 1138 deletions

View file

@ -257,7 +257,7 @@ struct Ice40OptPass : public Pass {
}
design->optimize();
design->sort();
// design->sort();
design->check();
log_header(design, "Finished OPT passes. (There is nothing left to do.)\n");