From 4ec4b3eb1d94fec82da28dbe28e694729e120562 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 9 Mar 2021 22:34:08 +0100 Subject: Regenerate errorout.py --- pyGHDL/libghdl/errorout.py | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'pyGHDL') diff --git a/pyGHDL/libghdl/errorout.py b/pyGHDL/libghdl/errorout.py index 2d353c852..635e8b032 100644 --- a/pyGHDL/libghdl/errorout.py +++ b/pyGHDL/libghdl/errorout.py @@ -33,14 +33,15 @@ class Msgid: Warnid_Port_Bounds = 18 Warnid_Runtime_Error = 19 Warnid_Delta_Cycle = 20 - Warnid_Shared = 21 - Warnid_Hide = 22 - Warnid_Unused = 23 - Warnid_Others = 24 - Warnid_Pure = 25 - Warnid_Analyze_Assert = 26 - Warnid_Attribute = 27 - Warnid_Static = 28 - Msgid_Warning = 29 - Msgid_Error = 30 - Msgid_Fatal = 31 + Warnid_No_Wait = 21 + Warnid_Shared = 22 + Warnid_Hide = 23 + Warnid_Unused = 24 + Warnid_Others = 25 + Warnid_Pure = 26 + Warnid_Analyze_Assert = 27 + Warnid_Attribute = 28 + Warnid_Static = 29 + Msgid_Warning = 30 + Msgid_Error = 31 + Msgid_Fatal = 32 -- cgit v1.2.3