mirror of
https://github.com/verilator/verilator.git
synced 2025-01-09 16:17:36 +00:00
Signed-off-by: HungMingWu <u9089000@gmail.com>
This commit is contained in:
parent
5f333be947
commit
08e0a397d3
@ -781,7 +781,7 @@ public:
|
||||
bool any_overrides = false;
|
||||
// Must always clone __Vrcm (recursive modules)
|
||||
if (nodep->recursive()) any_overrides = true;
|
||||
if (debug() > 8) nodep->paramsp()->dumpTreeAndNext(cout, "-cellparams: ");
|
||||
if (debug() > 8 && nodep->paramsp()) nodep->paramsp()->dumpTreeAndNext(cout, "-cellparams: ");
|
||||
|
||||
if (srcModp->hierBlock()) {
|
||||
longname = parameterizedHierBlockName(srcModp, nodep->paramsp());
|
||||
|
Loading…
Reference in New Issue
Block a user