Apply 'make format'

This commit is contained in:
github action 2026-02-06 11:39:13 +00:00
parent b14d65a787
commit 60b52a4986
2 changed files with 3 additions and 2 deletions

View File

@ -2772,8 +2772,9 @@ class LinkDotIfaceVisitor final : public VNVisitor {
bool hasPartSelect = false;
const string dottedPath = extractDottedPath(dotp, hasPartSelect);
if (hasPartSelect) {
fl->v3warn(E_UNSUPPORTED,
"Unsupported: Modport expression with part select (IEEE 1800-2023 25.5.4)");
fl->v3warn(
E_UNSUPPORTED,
"Unsupported: Modport expression with part select (IEEE 1800-2023 25.5.4)");
} else {
string baddot;
VSymEnt* okSymp = nullptr;

0
test_regress/t/t_interface_modport_expr_bad.py Normal file → Executable file
View File