diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-08-16 11:50:59 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-08-16 11:50:59 +0200 |
commit | fb72fae0a907684c00bb19950ad9a20c21732f77 (patch) | |
tree | 66408fda742506d59f443b369ecf4b46ffe9605a /python/libghdl/thin/std_names.py | |
parent | 9810f6ae993e18e6a711ee0289498d1c105d889d (diff) | |
download | ghdl-fb72fae0a907684c00bb19950ad9a20c21732f77.tar.gz ghdl-fb72fae0a907684c00bb19950ad9a20c21732f77.tar.bz2 ghdl-fb72fae0a907684c00bb19950ad9a20c21732f77.zip |
vhdl: declare verification units (WIP).
Diffstat (limited to 'python/libghdl/thin/std_names.py')
-rw-r--r-- | python/libghdl/thin/std_names.py | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/python/libghdl/thin/std_names.py b/python/libghdl/thin/std_names.py index 0cc9749b3..68f8aad32 100644 --- a/python/libghdl/thin/std_names.py +++ b/python/libghdl/thin/std_names.py @@ -733,30 +733,30 @@ class Name: Prev = 935 Rose = 936 Strong = 937 - W = 941 - Whilenot = 942 - Within = 943 - X = 944 - Last_PSL = 944 - First_Edif = 945 - Celltype = 955 - View = 956 - Viewtype = 957 - Direction = 958 - Contents = 959 - Net = 960 - Viewref = 961 - Cellref = 962 - Libraryref = 963 - Portinstance = 964 - Joined = 965 - Portref = 966 - Instanceref = 967 - Design = 968 - Designator = 969 - Owner = 970 - Member = 971 - Number = 972 - Rename = 973 - Userdata = 974 - Last_Edif = 974 + W = 938 + Whilenot = 939 + Within = 940 + X = 941 + Last_PSL = 941 + First_Edif = 942 + Celltype = 952 + View = 953 + Viewtype = 954 + Direction = 955 + Contents = 956 + Net = 957 + Viewref = 958 + Cellref = 959 + Libraryref = 960 + Portinstance = 961 + Joined = 962 + Portref = 963 + Instanceref = 964 + Design = 965 + Designator = 966 + Owner = 967 + Member = 968 + Number = 969 + Rename = 970 + Userdata = 971 + Last_Edif = 971 |