Fix class param static not found again error (#6768).

This commit is contained in:
Wilson Snyder
2025-12-08 20:11:28 -05:00
parent bd87dfc579
commit 29ae520e69
8 changed files with 73 additions and 3 deletions
+2
View File
@@ -2007,6 +2007,8 @@ public:
resortNetlistModules(netlistp);
V3Global::dumpCheckGlobalTree("param-predel", 0, dumpTreeEitherLevel() >= 9);
// Remove defaulted classes
// Unlike modules, which we keep around and mark dead() for later V3Dead
std::unordered_set<AstClass*> removedClassps;