mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-16 04:20:28 +00:00
Just don't sort
This commit is contained in:
parent
9570b39519
commit
8371adf6b5
9 changed files with 2 additions and 10 deletions
|
@ -257,7 +257,6 @@ struct Ice40OptPass : public Pass {
|
|||
}
|
||||
|
||||
design->optimize();
|
||||
design->sort();
|
||||
design->check();
|
||||
|
||||
log_header(design, "Finished OPT passes. (There is nothing left to do.)\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue