diff --git a/src/V3Global.cpp b/src/V3Global.cpp index e65a00081..bd61712cb 100644 --- a/src/V3Global.cpp +++ b/src/V3Global.cpp @@ -108,6 +108,8 @@ void V3Global::readFiles() { // Resolve all modules cells refer to V3LinkCells::link(v3Global.rootp(), &filter, &parseSyms); } + + V3Global::dumpCheckGlobalTree("cells", false, dumpTreeEitherLevel() >= 9); } void V3Global::removeStd() { diff --git a/src/V3LinkLevel.cpp b/src/V3LinkLevel.cpp index 76254c77c..228b9a7de 100644 --- a/src/V3LinkLevel.cpp +++ b/src/V3LinkLevel.cpp @@ -82,7 +82,7 @@ void V3LinkLevel::modSortByLevel() { UASSERT_OBJ(!v3Global.rootp()->modulesp(), v3Global.rootp(), "Unlink didn't work"); for (AstNodeModule* nodep : mods) v3Global.rootp()->addModulesp(nodep); UINFO(9, "modSortByLevel() done\n"); // Comment required for gcc4.6.3 / bug666 - V3Global::dumpCheckGlobalTree("cells", false, dumpTreeEitherLevel() >= 3); + V3Global::dumpCheckGlobalTree("cellsort", false, dumpTreeEitherLevel() >= 3); } void V3LinkLevel::timescaling(const ModVec& mods) {