mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 14:13:23 +00:00
Some cleanups in "clean"
This commit is contained in:
parent
81fa4e81a6
commit
9ae21263f0
3 changed files with 26 additions and 7 deletions
|
@ -145,6 +145,10 @@ struct OptPass : public Pass {
|
|||
}
|
||||
}
|
||||
|
||||
design->optimize();
|
||||
design->sort();
|
||||
design->check();
|
||||
|
||||
log_header(fast_mode ? "Finished fast OPT passes.\n" : "Finished OPT passes. (There is nothing left to do.)\n");
|
||||
log_pop();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue