aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2022-11-28 00:35:58 +0100
committertgingold <tgingold@users.noreply.github.com>2022-11-30 05:12:08 +0100
commit5e56e21db717ddcdb61d1dca26a87efb0c0a0380 (patch)
tree6be388da2f804bd0ef5195dc462df1d473bb45f9 /pyGHDL
parent959e29daa2a8c1eda16a3ff9fefde7c8eb3a8169 (diff)
downloadghdl-5e56e21db717ddcdb61d1dca26a87efb0c0a0380.tar.gz
ghdl-5e56e21db717ddcdb61d1dca26a87efb0c0a0380.tar.bz2
ghdl-5e56e21db717ddcdb61d1dca26a87efb0c0a0380.zip
Updated errorout binding.
(cherry picked from commit cb2c42aae9a65f2418f135fa9d626fe491e6910a)
Diffstat (limited to 'pyGHDL')
-rw-r--r--pyGHDL/libghdl/errorout.py10
1 files changed, 6 insertions, 4 deletions
diff --git a/pyGHDL/libghdl/errorout.py b/pyGHDL/libghdl/errorout.py
index 0c9097fd1..fc0e19f5c 100644
--- a/pyGHDL/libghdl/errorout.py
+++ b/pyGHDL/libghdl/errorout.py
@@ -49,7 +49,9 @@ class Msgid(IntEnum):
Warnid_Useless = 30
Warnid_No_Assoc = 31
Warnid_Conformance = 32
- Warnid_Static = 33
- Msgid_Warning = 34
- Msgid_Error = 35
- Msgid_Fatal = 36
+ Warnid_Unkept_Attribute = 33
+ Warnid_Unhandled_Attribute = 34
+ Warnid_Static = 35
+ Msgid_Warning = 36
+ Msgid_Error = 37
+ Msgid_Fatal = 38