Internals: More obvious debug filename.

This commit is contained in:
Wilson Snyder 2021-11-13 11:35:03 -05:00
parent 3a5cbd5b67
commit b7a7504ba5
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,8 @@ public:
static void linkDotParamed(AstNetlist* nodep) {
UINFO(2, __FUNCTION__ << ": " << endl);
linkDotGuts(nodep, LDS_PARAMED);
V3Global::dumpCheckGlobalTree("paramlink", 0, v3Global.opt.dumpTreeLevel(__FILE__) >= 3);
V3Global::dumpCheckGlobalTree("linkdotparam", 0,
v3Global.opt.dumpTreeLevel(__FILE__) >= 3);
}
static void linkDotArrayed(AstNetlist* nodep) {
UINFO(2, __FUNCTION__ << ": " << endl);