Apply 'make format' [ci skip]

This commit is contained in:
github action 2026-06-23 00:36:41 +00:00 committed by Matthew Ballance
parent 2920715dc8
commit 129d34adb7
1 changed files with 3 additions and 4 deletions

View File

@ -1299,11 +1299,10 @@ class FunctionalCoverageVisitor final : public VNVisitor {
// Non-standard hierarchical/dotted cross item (e.g. 'cross a.b'): an implicit // Non-standard hierarchical/dotted cross item (e.g. 'cross a.b'): an implicit
// coverpoint over the referenced expression. The grammar already warned NONSTD; // coverpoint over the referenced expression. The grammar already warned NONSTD;
// implicit coverpoints are not yet implemented, so drop the whole cross. This is // implicit coverpoints are not yet implemented, so drop the whole cross. This is
// the place to generate the implicit coverpoint when support is added (the resolved // the place to generate the implicit coverpoint when support is added (the
// expression is in refp->exprp()). // resolved expression is in refp->exprp()).
refp->v3warn(COVERIGN, "Unsupported: cross of hierarchical reference '" refp->v3warn(COVERIGN, "Unsupported: cross of hierarchical reference '"
<< refp->prettyName() << refp->prettyName() << "' (implicit coverpoint)");
<< "' (implicit coverpoint)");
return; return;
} }
// Find the referenced coverpoint via name map (O(log n) vs O(n) linear scan) // Find the referenced coverpoint via name map (O(log n) vs O(n) linear scan)