Support systemc_interface and related inside class`.

This commit is contained in:
Wilson Snyder
2025-03-28 22:40:21 -04:00
parent 6edf2f80a2
commit b4ef6ce860
13 changed files with 175 additions and 52 deletions
+2 -2
View File
@@ -55,7 +55,7 @@ class LinkResolveVisitor final : public VNVisitor {
bool m_underGenFor = false; // Under GenFor
bool m_underGenerate = false; // Under GenFor/GenIf
// VISITs
// VISITORS
// TODO: Most of these visitors are here for historical reasons.
// TODO: ExpectDescriptor can move to data type resolution, and the rest
// TODO: could move to V3LinkParse to get them out of the way of elaboration
@@ -531,7 +531,7 @@ class LinkBotupVisitor final : public VNVisitorConst {
// STATE
AstNodeModule* m_modp = nullptr; // Current module
// VISITs
// VISITORS
void visit(AstNetlist* nodep) override {
// Iterate modules backwards, in bottom-up order.
iterateChildrenBackwardsConst(nodep);