Skip to content

Commit 60b52a4

Browse files
author
github action
committed
Apply 'make format'
1 parent b14d65a commit 60b52a4

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/V3LinkDot.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2772,8 +2772,9 @@ class LinkDotIfaceVisitor final : public VNVisitor {
27722772
bool hasPartSelect = false;
27732773
const string dottedPath = extractDottedPath(dotp, hasPartSelect);
27742774
if (hasPartSelect) {
2775-
fl->v3warn(E_UNSUPPORTED,
2776-
"Unsupported: Modport expression with part select (IEEE 1800-2023 25.5.4)");
2775+
fl->v3warn(
2776+
E_UNSUPPORTED,
2777+
"Unsupported: Modport expression with part select (IEEE 1800-2023 25.5.4)");
27772778
} else {
27782779
string baddot;
27792780
VSymEnt* okSymp = nullptr;

test_regress/t/t_interface_modport_expr_bad.py

100644100755
File mode changed.

0 commit comments

Comments
 (0)