diff options
Diffstat (limited to 'pyGHDL')
-rw-r--r-- | pyGHDL/libghdl/errorout.py | 7 |
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 |