3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-11-25 06:59:33 +00:00
This commit is contained in:
Emil J 2025-11-21 16:03:12 +13:00 committed by GitHub
commit 07afb0660e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 16 additions and 29 deletions

View file

@ -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");