Internals: Update some JSON references. No functional change.

This commit is contained in:
Wilson Snyder
2025-12-23 10:13:23 -05:00
parent a2fcd37c08
commit 5dc05e1fa8
8 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -367,7 +367,7 @@ class ScopeCleanupVisitor final : public VNVisitor {
iterateChildren(nodep);
}
void visit(AstModportFTaskRef* nodep) override {
// The modport persists only for xml dump
// The modport persists only for JSON dump
// The crossrefs are dealt with in V3LinkDot
nodep->ftaskp(nullptr);
iterateChildren(nodep);