Remove verbose comments

Co-authored-by: Wilson Snyder <[email protected]>
This commit is contained in:
Patrick Creighton
2026-07-08 08:28:16 -07:00
committed by GitHub
co-authored by Wilson Snyder
parent 8d39a5bbbe
commit 02e6d8bd4b
-7
View File
@@ -745,13 +745,6 @@ class CoverageVisitor final : public VNVisitor {
} }
} }
void visit(AstPropSpec* nodep) override { void visit(AstPropSpec* nodep) override {
// A property specification holds a concurrent (temporal) property
// expression, which is not a procedural statement context. Expression
// coverage must not inject statements into it, else the injected
// references end up outside any procedural context (tripping V3Localize)
// or perturb the property so its clock can no longer be resolved. This
// uniformly covers both named 'property' bodies and inline assert/cover
// property expressions, regardless of any enclosing labelled begin.
VL_RESTORER(m_exprStmtsp); VL_RESTORER(m_exprStmtsp);
m_exprStmtsp = nullptr; m_exprStmtsp = nullptr;
iterateChildren(nodep); iterateChildren(nodep);