From b7a7504ba5056e99cf5e0cd5b8fc34828a6be23b Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sat, 13 Nov 2021 11:35:03 -0500 Subject: [PATCH] Internals: More obvious debug filename. --- src/V3LinkDot.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/V3LinkDot.h b/src/V3LinkDot.h index 6b650384a..98656689e 100644 --- a/src/V3LinkDot.h +++ b/src/V3LinkDot.h @@ -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);