Apply 'make format' [ci skip]

This commit is contained in:
github action 2026-08-19 06:46:09 +00:00
parent 88e87b8abb
commit 70b5ce802b
1 changed files with 2 additions and 1 deletions

View File

@ -2499,7 +2499,8 @@ class ParamVisitor final : public VNVisitor {
bool m_iterateModule = false; // Iterating module body
string m_unlinkedTxt; // Text for AstUnlinkedRef
std::multimap<bool, AstNode*> m_cellps; // Cells left to process (in current module)
std::unordered_map<const AstNode*, std::string> m_genHierNames; // Maps ast nodes to generated hierarchy names
std::unordered_map<const AstNode*, std::string>
m_genHierNames; // Maps ast nodes to generated hierarchy names
std::map<const AstRefDType*, bool>
m_isCircular; // Stores information whether `AstRefDType` is circular
using VarsByName = std::unordered_map<std::string, AstVar*>;