mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-23 06:13:41 +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())
|
if (opt_name.empty())
|
||||||
{
|
{
|
||||||
// Pass::call(design, "opt_clean");
|
Pass::call(design, "opt_clean");
|
||||||
// log_header(design, "Continuing SUBMOD pass.\n");
|
log_header(design, "Continuing SUBMOD pass.\n");
|
||||||
|
|
||||||
std::set<RTLIL::IdString> handled_modules;
|
std::set<RTLIL::IdString> handled_modules;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue