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
@@ -484,7 +484,7 @@ class LinkResolveVisitor final : public VNVisitor {
iterateChildren(nodep);
}
// void visit(AstModport* nodep) override { ... }
// We keep Modport's themselves around for XML dump purposes
// We keep Modport's themselves around for JSON dump purposes
void visit(AstGenFor* nodep) override {
VL_RESTORER(m_underGenerate);