diff options
| author | Tristan Gingold <tgingold@free.fr> | 2021-03-09 22:34:08 +0100 | 
|---|---|---|
| committer | Tristan Gingold <tgingold@free.fr> | 2021-03-09 22:34:08 +0100 | 
| commit | 4ec4b3eb1d94fec82da28dbe28e694729e120562 (patch) | |
| tree | 76ec4b9c266a29ce0baf3db32d1f7062cfaa0ab9 | |
| parent | 1b0d3fdfca67a3ac8adf1b98fddefc0eeacad56c (diff) | |
| download | ghdl-4ec4b3eb1d94fec82da28dbe28e694729e120562.tar.gz ghdl-4ec4b3eb1d94fec82da28dbe28e694729e120562.tar.bz2 ghdl-4ec4b3eb1d94fec82da28dbe28e694729e120562.zip | |
Regenerate errorout.py
| -rw-r--r-- | pyGHDL/libghdl/errorout.py | 23 | 
1 files changed, 12 insertions, 11 deletions
| 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 | 
