Change to IEEE 1800-2023 warning mentions

This commit is contained in:
Wilson Snyder
2024-03-02 10:15:19 -05:00
parent fa7234ff68
commit 3786f59e03
139 changed files with 436 additions and 435 deletions
+1 -1
View File
@@ -401,7 +401,7 @@ class RandomizeVisitor final : public VNVisitor {
ifsp = newifp;
}
AstDisplay* dispp = new AstDisplay{
fl, VDisplayType::DT_ERROR, "All randcase items had 0 weights (IEEE 1800-2017 18.16)",
fl, VDisplayType::DT_ERROR, "All randcase items had 0 weights (IEEE 1800-2023 18.16)",
nullptr, nullptr};
UASSERT_OBJ(m_modp, nodep, "randcase not under module");
dispp->fmtp()->timeunit(m_modp->timeunit());