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>
This commit is contained in:
Matthew Ballance 2026-03-07 15:44:32 +00:00
parent a18fdb1c4b
commit b4ff2f7704
1 changed files with 1 additions and 1 deletions

View File

@ -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);