mirror of
https://github.com/verilator/verilator.git
synced 2026-09-04 00:30:34 +02:00
Internals: Remove added debug to avoid false leak warning
This commit is contained in:
+2
-1
@@ -2007,7 +2007,8 @@ public:
|
||||
|
||||
resortNetlistModules(netlistp);
|
||||
|
||||
V3Global::dumpCheckGlobalTree("param-predel", 0, dumpTreeEitherLevel() >= 9);
|
||||
// For occasional debug only; this will upset VL_LEAK_CHECKS
|
||||
// V3Global::dumpCheckGlobalTree("param-predel", 0, dumpTreeEitherLevel() >= 9);
|
||||
|
||||
// Remove defaulted classes
|
||||
// Unlike modules, which we keep around and mark dead() for later V3Dead
|
||||
|
||||
Reference in New Issue
Block a user