diff options
Diffstat (limited to 'pyGHDL/libghdl/std_names.py')
| -rw-r--r-- | pyGHDL/libghdl/std_names.py | 126 | 
1 files changed, 64 insertions, 62 deletions
diff --git a/pyGHDL/libghdl/std_names.py b/pyGHDL/libghdl/std_names.py index d99e28081..7f27a0116 100644 --- a/pyGHDL/libghdl/std_names.py +++ b/pyGHDL/libghdl/std_names.py @@ -762,65 +762,67 @@ class Name:      Synthesis_Off = 955      Synthesis_On = 956      Off = 957 -    Last_Comment = 957 -    First_PSL = 958 -    A = 958 -    Af = 959 -    Ag = 960 -    Ax = 961 -    Abort = 962 -    Assume_Guarantee = 963 -    Async_Abort = 964 -    Before = 965 -    Clock = 966 -    E = 967 -    Ef = 968 -    Eg = 969 -    Ex = 970 -    Endpoint = 971 -    Eventually = 972 -    Fairness = 973 -    Fell = 974 -    Forall = 975 -    G = 976 -    Inf = 977 -    Inherit = 978 -    Never = 979 -    Next_A = 980 -    Next_E = 981 -    Next_Event = 982 -    Next_Event_A = 983 -    Next_Event_E = 984 -    Onehot = 985 -    Onehot0 = 986 -    Prev = 987 -    Rose = 988 -    Strong = 989 -    Sync_Abort = 990 -    W = 991 -    Whilenot = 992 -    Within = 993 -    X = 994 -    Last_PSL = 994 -    First_Edif = 995 -    Celltype = 1005 -    View = 1006 -    Viewtype = 1007 -    Direction = 1008 -    Contents = 1009 -    Net = 1010 -    Viewref = 1011 -    Cellref = 1012 -    Libraryref = 1013 -    Portinstance = 1014 -    Joined = 1015 -    Portref = 1016 -    Instanceref = 1017 -    Design = 1018 -    Designator = 1019 -    Owner = 1020 -    Member = 1021 -    Number = 1022 -    Rename = 1023 -    Userdata = 1024 -    Last_Edif = 1024 +    Full_Case = 958 +    Parallel_Case = 959 +    Last_Comment = 959 +    First_PSL = 960 +    A = 960 +    Af = 961 +    Ag = 962 +    Ax = 963 +    Abort = 964 +    Assume_Guarantee = 965 +    Async_Abort = 966 +    Before = 967 +    Clock = 968 +    E = 969 +    Ef = 970 +    Eg = 971 +    Ex = 972 +    Endpoint = 973 +    Eventually = 974 +    Fairness = 975 +    Fell = 976 +    Forall = 977 +    G = 978 +    Inf = 979 +    Inherit = 980 +    Never = 981 +    Next_A = 982 +    Next_E = 983 +    Next_Event = 984 +    Next_Event_A = 985 +    Next_Event_E = 986 +    Onehot = 987 +    Onehot0 = 988 +    Prev = 989 +    Rose = 990 +    Strong = 991 +    Sync_Abort = 992 +    W = 993 +    Whilenot = 994 +    Within = 995 +    X = 996 +    Last_PSL = 996 +    First_Edif = 997 +    Celltype = 1007 +    View = 1008 +    Viewtype = 1009 +    Direction = 1010 +    Contents = 1011 +    Net = 1012 +    Viewref = 1013 +    Cellref = 1014 +    Libraryref = 1015 +    Portinstance = 1016 +    Joined = 1017 +    Portref = 1018 +    Instanceref = 1019 +    Design = 1020 +    Designator = 1021 +    Owner = 1022 +    Member = 1023 +    Number = 1024 +    Rename = 1025 +    Userdata = 1026 +    Last_Edif = 1026  | 
