diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-03-03 19:07:19 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-03-03 19:07:19 +0100 |
commit | 19f51ee0c895f2d779aa75cebcb7edc669e3e80c (patch) | |
tree | 97c4b3d8761850f634a7d40dd91af59976172da1 /python/libghdl/thin/errorout.py | |
parent | 32182c77dd199b5eda61956d437430511e165ff3 (diff) | |
download | ghdl-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.py | 9 |
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 |