From 129d34adb716e4da5da8bb774f34b979d908f917 Mon Sep 17 00:00:00 2001 From: github action Date: Tue, 23 Jun 2026 00:36:41 +0000 Subject: [PATCH] Apply 'make format' [ci skip] --- src/V3Covergroup.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/V3Covergroup.cpp b/src/V3Covergroup.cpp index 7dc09db24..fc8440e06 100644 --- a/src/V3Covergroup.cpp +++ b/src/V3Covergroup.cpp @@ -1299,11 +1299,10 @@ class FunctionalCoverageVisitor final : public VNVisitor { // Non-standard hierarchical/dotted cross item (e.g. 'cross a.b'): an implicit // coverpoint over the referenced expression. The grammar already warned NONSTD; // 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 - // expression is in refp->exprp()). + // the place to generate the implicit coverpoint when support is added (the + // resolved expression is in refp->exprp()). refp->v3warn(COVERIGN, "Unsupported: cross of hierarchical reference '" - << refp->prettyName() - << "' (implicit coverpoint)"); + << refp->prettyName() << "' (implicit coverpoint)"); return; } // Find the referenced coverpoint via name map (O(log n) vs O(n) linear scan)