From e69736124f3148a40c31c10582a51678b9521c95 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sat, 5 Dec 2020 16:16:37 -0500 Subject: [PATCH] Debug: Less verbose link. --- src/V3LinkCells.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/V3LinkCells.cpp b/src/V3LinkCells.cpp index df9d24582..ee67b4bc6 100644 --- a/src/V3LinkCells.cpp +++ b/src/V3LinkCells.cpp @@ -198,7 +198,7 @@ private: VL_RESTORER(m_modp); { m_modp = nodep; - UINFO(2, "Link Module: " << nodep << endl); + UINFO(4, "Link Module: " << nodep << endl); if (nodep->fileline()->filebasenameNoExt() != nodep->prettyName() && !v3Global.opt.isLibraryFile(nodep->fileline()->filename()) && !VN_IS(nodep, NotFoundModule) && !nodep->recursiveClone()