mirror of
https://github.com/verilator/verilator.git
synced 2026-09-05 16:45:23 +02:00
Internals: Use UINFOTREE istead of dumpTree
This commit is contained in:
+1
-1
@@ -275,7 +275,7 @@ private:
|
||||
// Keep sensitivity list, but delete all else
|
||||
nodep->stmtsp()->unlinkFrBackWithNext()->deleteTree();
|
||||
nodep->addStmtsp(stmtsp);
|
||||
if (debug() >= 6) nodep->dumpTree("- table_new: ");
|
||||
UINFOTREE(6, nodep, "", "table_new");
|
||||
}
|
||||
|
||||
void createTables(AstAlways* nodep, TableBuilder& outputAssignedTableBuilder) {
|
||||
|
||||
Reference in New Issue
Block a user