diff --git a/include/verilated_funcs.h b/include/verilated_funcs.h index da247b63f..d69bca256 100644 --- a/include/verilated_funcs.h +++ b/include/verilated_funcs.h @@ -270,7 +270,7 @@ static inline VlQueue VL_CVT_UNPACK_TO_Q(const VlUnpacked& q) VL_ } // Masked match functions -static inline IData VL_MATCHMASKED_I(int , IData lhs, WDataInP matchp) VL_PURE { +static inline IData VL_MATCHMASKED_I(int, IData lhs, WDataInP matchp) VL_PURE { size_t i = 0; while (true) { const IData mask = matchp[i * 2]; diff --git a/src/V3Premit.cpp b/src/V3Premit.cpp index ca09e98ba..9fcd89ddf 100644 --- a/src/V3Premit.cpp +++ b/src/V3Premit.cpp @@ -352,7 +352,7 @@ class PremitVisitor final : public VNVisitor { if (!nodep->user1SetOnce()) { // Don't want this replicated by V3Expand AstVar* const varp = createTemp(nodep); - varp->noSubst(true); // Do not re-inline in V3Subst + varp->noSubst(true); // Do not re-inline in V3Subst } } void visit(AstCond* nodep) override {