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:
parent
a18fdb1c4b
commit
b4ff2f7704
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue