mirror of
https://github.com/verilator/verilator.git
synced 2026-09-03 08:24:31 +02:00
Change to IEEE 1800-2023 warning mentions
This commit is contained in:
+1
-1
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user