Add --dump-treei-<srcfile>, bug894.

This commit is contained in:
Wilson Snyder
2015-03-12 19:48:04 -04:00
parent 486d69da5f
commit 0ee5743853
57 changed files with 112 additions and 89 deletions
+1
View File
@@ -471,4 +471,5 @@ public:
void V3Delayed::delayedAll(AstNetlist* nodep) {
UINFO(2,__FUNCTION__<<": "<<endl);
DelayedVisitor visitor (nodep);
V3Global::dumpCheckGlobalTree("delayed.tree", 0, v3Global.opt.dumpTreeLevel(__FILE__) >= 3);
}