From 269268f4950f43bd8233bd4abe56fc35ed193b11 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sun, 15 Jan 2023 20:20:47 +0100 Subject: pyGHDL: update errorout.py --- pyGHDL/libghdl/errorout.py | 7 ++++--- 1 file 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 -- cgit v1.2.3