Internals: Add serializeOnly() and dumpTreeEitherLevel() (#4815) (#4715). No functional change intended.

This commit is contained in:
Szymon Gizler
2024-01-09 10:35:13 -05:00
committed by GitHub
parent 19cb366e5d
commit 5f52c066e5
71 changed files with 130 additions and 115 deletions
+1 -1
View File
@@ -435,7 +435,7 @@ void V3Randomize::randomizeNetlist(AstNetlist* nodep) {
const RandomizeMarkVisitor markVisitor{nodep};
RandomizeVisitor{nodep};
}
V3Global::dumpCheckGlobalTree("randomize", 0, dumpTreeLevel() >= 3);
V3Global::dumpCheckGlobalTree("randomize", 0, dumpTreeEitherLevel() >= 3);
}
AstFunc* V3Randomize::newRandomizeFunc(AstClass* nodep) {