mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-27 02:45:52 +00:00
remove sorts from some optimisation passes
This commit is contained in:
parent
5579685673
commit
8ae1c02d4d
4 changed files with 4 additions and 5 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