Commentary

This commit is contained in:
Wilson Snyder 2024-11-09 08:24:50 -05:00
parent a55daf5367
commit e55ed8eb66
1 changed files with 1 additions and 1 deletions

View File

@ -540,7 +540,7 @@ public:
void V3Dead::deadifyModules(AstNetlist* nodep) {
UINFO(2, __FUNCTION__ << ": " << endl);
{
{ // node, elimUserVars, elimDTypes, elimScopes, elimCells, elimTopIfaces
DeadVisitor{nodep, false, false, false, false, !v3Global.opt.topIfacesSupported()};
} // Destruct before checking
V3Global::dumpCheckGlobalTree("deadModules", 0, dumpTreeEitherLevel() >= 6);