mirror of
https://github.com/verilator/verilator.git
synced 2026-09-02 18:58:51 +02:00
Internals: Rename to dumpLevel(), to avoid confusion with make-a-dump()
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user