aboutsummaryrefslogtreecommitdiffstats
path: root/python/libghdl/thin/errorout.py
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-03-03 19:07:19 +0100
committerTristan Gingold <tgingold@free.fr>2020-03-03 19:07:19 +0100
commit19f51ee0c895f2d779aa75cebcb7edc669e3e80c (patch)
tree97c4b3d8761850f634a7d40dd91af59976172da1 /python/libghdl/thin/errorout.py
parent32182c77dd199b5eda61956d437430511e165ff3 (diff)
downloadghdl-19f51ee0c895f2d779aa75cebcb7edc669e3e80c.tar.gz
ghdl-19f51ee0c895f2d779aa75cebcb7edc669e3e80c.tar.bz2
ghdl-19f51ee0c895f2d779aa75cebcb7edc669e3e80c.zip
[PATCH] Add names for synopsys packages.
Diffstat (limited to 'python/libghdl/thin/errorout.py')
-rw-r--r--python/libghdl/thin/errorout.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/python/libghdl/thin/errorout.py b/python/libghdl/thin/errorout.py
index 58ba48f4d..cbe6d030e 100644
--- a/python/libghdl/thin/errorout.py
+++ b/python/libghdl/thin/errorout.py
@@ -30,7 +30,8 @@ class Msgid:
Warnid_Others = 22
Warnid_Pure = 23
Warnid_Analyze_Assert = 24
- Warnid_Static = 25
- Msgid_Warning = 26
- Msgid_Error = 27
- Msgid_Fatal = 28
+ Warnid_Attribute = 25
+ Warnid_Static = 26
+ Msgid_Warning = 27
+ Msgid_Error = 28
+ Msgid_Fatal = 29