From b4ff2f7704ee34dfebb27e00beaca5d0e2dec0dd Mon Sep 17 00:00:00 2001 From: Matthew Ballance Date: Sat, 7 Mar 2026 15:44:32 +0000 Subject: [PATCH] Fix non-ASCII characters in V3Covergroup.cpp comment Replace Unicode em-dash and curly apostrophe with plain ASCII equivalents to pass t_dist_whitespace CI check. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- src/V3Covergroup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/V3Covergroup.cpp b/src/V3Covergroup.cpp index 5a80c0cbb..e22237d39 100644 --- a/src/V3Covergroup.cpp +++ b/src/V3Covergroup.cpp @@ -1342,7 +1342,7 @@ class FunctionalCoverageVisitor final : public VNVisitor { } if (!foundCpp) { - // Name not found as an explicit coverpoint — it's likely a direct variable + // Name not found as an explicit coverpoint - it's likely a direct variable // reference (implicit coverpoint). Silently ignore; cross is dropped. UINFO(4, " Ignoring cross with implicit variable reference: " << refp->name() << endl);