mirror of
https://github.com/verilator/verilator.git
synced 2026-09-03 16:28:53 +02:00
Fix class param static not found again error (#6768).
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user