aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-02-21 21:08:47 +0100
committerTristan Gingold <tgingold@free.fr>2021-02-21 21:08:47 +0100
commitdb5d662a76ad288336af9832ec7765a9bba16ce0 (patch)
treea8d5e622337942ba98dce02d7dbc2c4fc1b2abaf /pyGHDL
parente6f397e0ee0c8e3e8f0ca5ac864f02a4cd305818 (diff)
downloadghdl-db5d662a76ad288336af9832ec7765a9bba16ce0.tar.gz
ghdl-db5d662a76ad288336af9832ec7765a9bba16ce0.tar.bz2
ghdl-db5d662a76ad288336af9832ec7765a9bba16ce0.zip
std_names: add async_abort and sync_abort. For #1654
Diffstat (limited to 'pyGHDL')
-rw-r--r--pyGHDL/libghdl/std_names.py106
1 files changed, 54 insertions, 52 deletions
diff --git a/pyGHDL/libghdl/std_names.py b/pyGHDL/libghdl/std_names.py
index 656f54f06..96027778a 100644
--- a/pyGHDL/libghdl/std_names.py
+++ b/pyGHDL/libghdl/std_names.py
@@ -768,55 +768,57 @@ class Name:
Ax = 959
Abort = 960
Assume_Guarantee = 961
- Before = 962
- Clock = 963
- E = 964
- Ef = 965
- Eg = 966
- Ex = 967
- Endpoint = 968
- Eventually = 969
- Fairness = 970
- Fell = 971
- Forall = 972
- G = 973
- Inf = 974
- Inherit = 975
- Never = 976
- Next_A = 977
- Next_E = 978
- Next_Event = 979
- Next_Event_A = 980
- Next_Event_E = 981
- Onehot = 982
- Onehot0 = 983
- Prev = 984
- Rose = 985
- Strong = 986
- W = 987
- Whilenot = 988
- Within = 989
- X = 990
- Last_PSL = 990
- First_Edif = 991
- Celltype = 1001
- View = 1002
- Viewtype = 1003
- Direction = 1004
- Contents = 1005
- Net = 1006
- Viewref = 1007
- Cellref = 1008
- Libraryref = 1009
- Portinstance = 1010
- Joined = 1011
- Portref = 1012
- Instanceref = 1013
- Design = 1014
- Designator = 1015
- Owner = 1016
- Member = 1017
- Number = 1018
- Rename = 1019
- Userdata = 1020
- Last_Edif = 1020
+ Async_Abort = 962
+ Before = 963
+ Clock = 964
+ E = 965
+ Ef = 966
+ Eg = 967
+ Ex = 968
+ Endpoint = 969
+ Eventually = 970
+ Fairness = 971
+ Fell = 972
+ Forall = 973
+ G = 974
+ Inf = 975
+ Inherit = 976
+ Never = 977
+ Next_A = 978
+ Next_E = 979
+ Next_Event = 980
+ Next_Event_A = 981
+ Next_Event_E = 982
+ Onehot = 983
+ Onehot0 = 984
+ Prev = 985
+ Rose = 986
+ Strong = 987
+ Sync_Abort = 988
+ W = 989
+ Whilenot = 990
+ Within = 991
+ X = 992
+ Last_PSL = 992
+ First_Edif = 993
+ Celltype = 1003
+ View = 1004
+ Viewtype = 1005
+ Direction = 1006
+ Contents = 1007
+ Net = 1008
+ Viewref = 1009
+ Cellref = 1010
+ Libraryref = 1011
+ Portinstance = 1012
+ Joined = 1013
+ Portref = 1014
+ Instanceref = 1015
+ Design = 1016
+ Designator = 1017
+ Owner = 1018
+ Member = 1019
+ Number = 1020
+ Rename = 1021
+ Userdata = 1022
+ Last_Edif = 1022