aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2023-01-15 20:20:47 +0100
committerTristan Gingold <tgingold@free.fr>2023-01-15 20:20:47 +0100
commit269268f4950f43bd8233bd4abe56fc35ed193b11 (patch)
tree05d7af55b13e9c949c0cc14cf916360c0dd434dc /pyGHDL
parent84bf6bee9480a93b789a4d1ffee380117e3ab177 (diff)
downloadghdl-269268f4950f43bd8233bd4abe56fc35ed193b11.tar.gz
ghdl-269268f4950f43bd8233bd4abe56fc35ed193b11.tar.bz2
ghdl-269268f4950f43bd8233bd4abe56fc35ed193b11.zip
pyGHDL: update errorout.py
Diffstat (limited to 'pyGHDL')
-rw-r--r--pyGHDL/libghdl/errorout.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/pyGHDL/libghdl/errorout.py b/pyGHDL/libghdl/errorout.py
index fc0e19f5c..d028d6d5a 100644
--- a/pyGHDL/libghdl/errorout.py
+++ b/pyGHDL/libghdl/errorout.py
@@ -52,6 +52,7 @@ class Msgid(IntEnum):
Warnid_Unkept_Attribute = 33
Warnid_Unhandled_Attribute = 34
Warnid_Static = 35
- Msgid_Warning = 36
- Msgid_Error = 37
- Msgid_Fatal = 38
+ Warnid_Elaboration = 36
+ Msgid_Warning = 37
+ Msgid_Error = 38
+ Msgid_Fatal = 39