diff --git a/src/V3Param.cpp b/src/V3Param.cpp index eabc0e1cc..589f6f645 100644 --- a/src/V3Param.cpp +++ b/src/V3Param.cpp @@ -2499,7 +2499,8 @@ class ParamVisitor final : public VNVisitor { bool m_iterateModule = false; // Iterating module body string m_unlinkedTxt; // Text for AstUnlinkedRef std::multimap m_cellps; // Cells left to process (in current module) - std::unordered_map m_genHierNames; // Maps ast nodes to generated hierarchy names + std::unordered_map + m_genHierNames; // Maps ast nodes to generated hierarchy names std::map m_isCircular; // Stores information whether `AstRefDType` is circular using VarsByName = std::unordered_map;