1
0
mirror of https://github.com/verilator/verilator.git synced 2025-04-21 20:16:54 +00:00

Apply 'make format'

This commit is contained in:
github action 2022-04-12 10:54:48 +00:00
parent 08e0a397d3
commit b7f2bb0e80

View File

@ -781,7 +781,8 @@ public:
bool any_overrides = false;
// Must always clone __Vrcm (recursive modules)
if (nodep->recursive()) any_overrides = true;
if (debug() > 8 && nodep->paramsp()) nodep->paramsp()->dumpTreeAndNext(cout, "-cellparams: ");
if (debug() > 8 && nodep->paramsp())
nodep->paramsp()->dumpTreeAndNext(cout, "-cellparams: ");
if (srcModp->hierBlock()) {
longname = parameterizedHierBlockName(srcModp, nodep->paramsp());