mirror of
https://github.com/verilator/verilator.git
synced 2026-08-31 10:04:40 +02:00
Support AstClass::repairCache() after V3Class (#3431)
This is a pre-PR to #3363. Signed-off-by: Krzysztof Bieganski <[email protected]>
This commit is contained in:
@@ -97,6 +97,7 @@ private:
|
||||
m_prefix = nodep->name() + "__02e"; // .
|
||||
iterateChildren(nodep);
|
||||
}
|
||||
nodep->repairCache();
|
||||
}
|
||||
virtual void visit(AstNodeModule* nodep) override {
|
||||
// Visit for NodeModules that are not AstClass (AstClass is-a AstNodeModule)
|
||||
|
||||
Reference in New Issue
Block a user