Internals: Rename to instances, and other minor cleanups

This commit is contained in:
Wilson Snyder
2025-05-04 14:57:10 -04:00
parent 01e66ac349
commit 51616ecf2f
9 changed files with 75 additions and 60 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ class ClassVisitor final : public VNVisitor {
const VNUser1InUse m_inuser1;
// MEMBERS
string m_prefix; // String prefix to add to name based on hier
string m_prefix; // String prefix to add to class name based on hier
V3UniqueNames m_names; // For unique naming of structs and unions
AstNodeModule* m_modp = nullptr; // Current module
AstNodeModule* m_classPackagep = nullptr; // Package moving into