mirror of
https://github.com/verilator/verilator.git
synced 2026-09-06 08:57:23 +02:00
Internals: Cleanup debug dumps so can grep-out leading-dashed lines
This commit is contained in:
+1
-1
@@ -277,7 +277,7 @@ private:
|
||||
// Keep sensitivity list, but delete all else
|
||||
nodep->stmtsp()->unlinkFrBackWithNext()->deleteTree();
|
||||
nodep->addStmtsp(stmtsp);
|
||||
if (debug() >= 6) nodep->dumpTree(cout, " table_new: ");
|
||||
if (debug() >= 6) nodep->dumpTree("- table_new: ");
|
||||
}
|
||||
|
||||
void createTables(AstAlways* nodep, TableBuilder& outputAssignedTableBuilder) {
|
||||
|
||||
Reference in New Issue
Block a user