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:
parent
fce2f2676d
commit
e42e196695
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue