mirror of
https://github.com/verilator/verilator.git
synced 2026-09-06 08:57:23 +02:00
Internals: Rename to dumpLevel(), to avoid confusion with make-a-dump()
This commit is contained in:
+1
-1
@@ -431,5 +431,5 @@ void TableSimulateVisitor::varRefCb(AstVarRef* nodep) {
|
||||
void V3Table::tableAll(AstNetlist* nodep) {
|
||||
UINFO(2, __FUNCTION__ << ": " << endl);
|
||||
{ TableVisitor{nodep}; } // Destruct before checking
|
||||
V3Global::dumpCheckGlobalTree("table", 0, dumpTree() >= 3);
|
||||
V3Global::dumpCheckGlobalTree("table", 0, dumpTreeLevel() >= 3);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user