mirror of
https://github.com/verilator/verilator.git
synced 2026-09-07 01:52:17 +02:00
Internals: Rename to dumpLevel(), to avoid confusion with make-a-dump()
This commit is contained in:
+2
-2
@@ -1249,9 +1249,9 @@ void V3SplitVar::splitVariable(AstNetlist* nodep) {
|
||||
const SplitUnpackedVarVisitor visitor{nodep};
|
||||
refs = visitor.getPackedVarRefs();
|
||||
}
|
||||
V3Global::dumpCheckGlobalTree("split_var", 0, dumpTree() >= 9);
|
||||
V3Global::dumpCheckGlobalTree("split_var", 0, dumpTreeLevel() >= 9);
|
||||
{ SplitPackedVarVisitor{nodep, refs}; }
|
||||
V3Global::dumpCheckGlobalTree("split_var", 0, dumpTree() >= 9);
|
||||
V3Global::dumpCheckGlobalTree("split_var", 0, dumpTreeLevel() >= 9);
|
||||
}
|
||||
|
||||
bool V3SplitVar::canSplitVar(const AstVar* varp) {
|
||||
|
||||
Reference in New Issue
Block a user