3
0
Fork 0
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:
Akash Levy 2025-01-10 17:12:15 -08:00
parent a83e5f46d0
commit 941d78a6ac
3 changed files with 3 additions and 11 deletions

View file

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