3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 01:25:33 +00:00

Reenable opt_clean in submod

This commit is contained in:
Akash Levy 2025-03-05 06:18:38 -08:00
parent fce2f2676d
commit e42e196695

View file

@ -382,8 +382,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;