mirror of
https://github.com/verilator/verilator.git
synced 2026-09-05 08:42:46 +02:00
Internals: Rename to dumpLevel(), to avoid confusion with make-a-dump()
This commit is contained in:
+1
-1
@@ -273,5 +273,5 @@ public:
|
||||
void V3Reloop::reloopAll(AstNetlist* nodep) {
|
||||
UINFO(2, __FUNCTION__ << ": " << endl);
|
||||
{ ReloopVisitor{nodep}; } // Destruct before checking
|
||||
V3Global::dumpCheckGlobalTree("reloop", 0, dumpTree() >= 6);
|
||||
V3Global::dumpCheckGlobalTree("reloop", 0, dumpTreeLevel() >= 6);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user