Internals: More obvious debug filename.
This commit is contained in:
parent
3a5cbd5b67
commit
b7a7504ba5
|
|
@ -41,7 +41,8 @@ public:
|
||||||
static void linkDotParamed(AstNetlist* nodep) {
|
static void linkDotParamed(AstNetlist* nodep) {
|
||||||
UINFO(2, __FUNCTION__ << ": " << endl);
|
UINFO(2, __FUNCTION__ << ": " << endl);
|
||||||
linkDotGuts(nodep, LDS_PARAMED);
|
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) {
|
static void linkDotArrayed(AstNetlist* nodep) {
|
||||||
UINFO(2, __FUNCTION__ << ": " << endl);
|
UINFO(2, __FUNCTION__ << ": " << endl);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue