Internals: Rename to dumpLevel(), to avoid confusion with make-a-dump()

This commit is contained in:
Wilson Snyder
2023-05-03 18:04:10 -04:00
parent d9b5680a45
commit add68130b8
78 changed files with 153 additions and 155 deletions
+1 -1
View File
@@ -368,7 +368,7 @@ void V3Randomize::randomizeNetlist(AstNetlist* nodep) {
const RandomizeMarkVisitor markVisitor{nodep};
RandomizeVisitor{nodep};
}
V3Global::dumpCheckGlobalTree("randomize", 0, dumpTree() >= 3);
V3Global::dumpCheckGlobalTree("randomize", 0, dumpTreeLevel() >= 3);
}
AstFunc* V3Randomize::newRandomizeFunc(AstClass* nodep) {