From a05be6ac825837fa6d538646ee010211d7915880 Mon Sep 17 00:00:00 2001 From: Yilou Wang Date: Tue, 3 Mar 2026 14:56:04 +0100 Subject: [PATCH] rm the warning message --- src/V3Randomize.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/V3Randomize.cpp b/src/V3Randomize.cpp index a5a89b1af..56a1587ca 100644 --- a/src/V3Randomize.cpp +++ b/src/V3Randomize.cpp @@ -1912,7 +1912,7 @@ class ConstraintExprVisitor final : public VNVisitor { } else if (const AstMemberSel* const mselp = VN_CAST(nodep->exprp(), MemberSel)) { varName = mselp->name(); } else { - nodep->v3warn(E_UNSUPPORTED, "Unsupported expression in disable soft"); + nodep->v3fatalSrc("Unexpected expression type in disable soft"); return; } AstCMethodHard* const callp = new AstCMethodHard{