aboutsummaryrefslogtreecommitdiffstats
path: root/python/libghdl/thin/errorout.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/libghdl/thin/errorout.py')
-rw-r--r--python/libghdl/thin/errorout.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/python/libghdl/thin/errorout.py b/python/libghdl/thin/errorout.py
index 36f482c7b..58ba48f4d 100644
--- a/python/libghdl/thin/errorout.py
+++ b/python/libghdl/thin/errorout.py
@@ -29,7 +29,8 @@ class Msgid:
Warnid_Unused = 21
Warnid_Others = 22
Warnid_Pure = 23
- Warnid_Static = 24
- Msgid_Warning = 25
- Msgid_Error = 26
- Msgid_Fatal = 27
+ Warnid_Analyze_Assert = 24
+ Warnid_Static = 25
+ Msgid_Warning = 26
+ Msgid_Error = 27
+ Msgid_Fatal = 28