mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-13 22:41:19 +00:00
Make splitnetlist more efficient, no preliminary opt_clean in submod, remove $buf cells in opt_clean
This commit is contained in:
parent
a83e5f46d0
commit
941d78a6ac
3 changed files with 3 additions and 11 deletions
|
@ -381,8 +381,8 @@ struct SubmodPass : public Pass {
|
|||
|
||||
if (opt_name.empty())
|
||||
{
|
||||
Pass::call(design, "opt_clean");
|
||||
log_header(design, "Continuing SUBMOD pass.\n");
|
||||
// Pass::call(design, "opt_clean");
|
||||
// log_header(design, "Continuing SUBMOD pass.\n");
|
||||
|
||||
std::set<RTLIL::IdString> handled_modules;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue