mirror of
https://github.com/verilator/verilator.git
synced 2026-09-03 07:13:04 +02:00
Internals: Cleanup some misnamed classes. No functional change.
This commit is contained in:
+1
-1
@@ -102,7 +102,7 @@ private:
|
||||
bool m_inInitial; // True in initial blocks
|
||||
typedef std::map<std::pair<AstNodeModule*,string>,AstVar*> VarMap;
|
||||
VarMap m_modVarMap; // Table of new var names created under module
|
||||
V3Double0 m_statSharedSet;// Statistic tracking
|
||||
VDouble0 m_statSharedSet; // Statistic tracking
|
||||
typedef std::map<AstVarScope*,int> ScopeVecMap;
|
||||
ScopeVecMap m_scopeVecMap; // Next var number for each scope
|
||||
|
||||
|
||||
Reference in New Issue
Block a user