diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-10-07 20:41:53 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-10-07 20:41:53 +0200 |
commit | 4f695902d589085bb0266294432453277455a102 (patch) | |
tree | d8ef7690b157a9039139a4032a5b40dd7ce80c2e /python/libghdl/thin/std_names.py | |
parent | 91a554e511ee36d213488c939e8afbde6d2abcb0 (diff) | |
download | ghdl-4f695902d589085bb0266294432453277455a102.tar.gz ghdl-4f695902d589085bb0266294432453277455a102.tar.bz2 ghdl-4f695902d589085bb0266294432453277455a102.zip |
synth: handle package bodies.
Diffstat (limited to 'python/libghdl/thin/std_names.py')
-rw-r--r-- | python/libghdl/thin/std_names.py | 343 |
1 files changed, 172 insertions, 171 deletions
diff --git a/python/libghdl/thin/std_names.py b/python/libghdl/thin/std_names.py index 5fccc6d0a..5ff5879d9 100644 --- a/python/libghdl/thin/std_names.py +++ b/python/libghdl/thin/std_names.py @@ -594,174 +594,175 @@ class Name: Shift_Right = 808 Rotate_Left = 809 Rotate_Right = 810 - Math_Real = 811 - Ceil = 812 - Log2 = 813 - Last_Ieee = 813 - First_Directive = 814 - Define = 814 - Endif = 815 - Ifdef = 816 - Ifndef = 817 - Include = 818 - Timescale = 819 - Undef = 820 - Protect = 821 - Begin_Protected = 822 - End_Protected = 823 - Key_Block = 824 - Data_Block = 825 - Line = 826 - Celldefine = 827 - Endcelldefine = 828 - Default_Nettype = 829 - Resetall = 830 - Last_Directive = 830 - First_Systask = 831 - Bits = 831 - D_Root = 832 - D_Unit = 833 - Last_Systask = 833 - First_SV_Method = 834 - Size = 834 - Insert = 835 - Delete = 836 - Pop_Front = 837 - Pop_Back = 838 - Push_Front = 839 - Push_Back = 840 - Name = 841 - Len = 842 - Substr = 843 - Exists = 844 - Atoi = 845 - Itoa = 846 - Find = 847 - Find_Index = 848 - Find_First = 849 - Find_First_Index = 850 - Find_Last = 851 - Find_Last_Index = 852 - Num = 853 - Randomize = 854 - Pre_Randomize = 855 - Post_Randomize = 856 - Srandom = 857 - Get_Randstate = 858 - Set_Randstate = 859 - Seed = 860 - State = 861 - Last_SV_Method = 861 - First_BSV = 862 - uAction = 862 - uActionValue = 863 - BVI = 864 - uC = 865 - uCF = 866 - uE = 867 - uSB = 868 - uSBR = 869 - Action = 870 - Endaction = 871 - Actionvalue = 872 - Endactionvalue = 873 - Ancestor = 874 - Clocked_By = 875 - Default_Clock = 876 - Default_Reset = 877 - Dependencies = 878 - Deriving = 879 - Determines = 880 - Enable = 881 - Ifc_Inout = 882 - Input_Clock = 883 - Input_Reset = 884 - Instance = 885 - Endinstance = 886 - Let = 887 - Match = 888 - Method = 889 - Endmethod = 890 - Numeric = 891 - Output_Clock = 892 - Output_Reset = 893 - Par = 894 - Endpar = 895 - Path = 896 - Provisos = 897 - Ready = 898 - Reset_By = 899 - Rule = 900 - Endrule = 901 - Rules = 902 - Endrules = 903 - Same_Family = 904 - Schedule = 905 - Seq = 906 - Endseq = 907 - Typeclass = 908 - Endtypeclass = 909 - Valueof = 910 - uValueof = 911 - Last_BSV = 911 - First_Comment = 912 - Psl = 912 - Pragma = 913 - Last_Comment = 913 - First_PSL = 914 - A = 914 - Af = 915 - Ag = 916 - Ax = 917 - Abort = 918 - Assume_Guarantee = 919 - Before = 920 - Clock = 921 - E = 922 - Ef = 923 - Eg = 924 - Ex = 925 - Endpoint = 926 - Eventually = 927 - Fairness = 928 - Fell = 929 - Forall = 930 - G = 931 - Inf = 932 - Inherit = 933 - Never = 934 - Next_A = 935 - Next_E = 936 - Next_Event = 937 - Next_Event_A = 938 - Next_Event_E = 939 - Prev = 940 - Rose = 941 - Strong = 942 - W = 943 - Whilenot = 944 - Within = 945 - X = 946 - Last_PSL = 946 - First_Edif = 947 - Celltype = 957 - View = 958 - Viewtype = 959 - Direction = 960 - Contents = 961 - Net = 962 - Viewref = 963 - Cellref = 964 - Libraryref = 965 - Portinstance = 966 - Joined = 967 - Portref = 968 - Instanceref = 969 - Design = 970 - Designator = 971 - Owner = 972 - Member = 973 - Number = 974 - Rename = 975 - Userdata = 976 - Last_Edif = 976 + To_Bitvector = 811 + Math_Real = 812 + Ceil = 813 + Log2 = 814 + Last_Ieee = 814 + First_Directive = 815 + Define = 815 + Endif = 816 + Ifdef = 817 + Ifndef = 818 + Include = 819 + Timescale = 820 + Undef = 821 + Protect = 822 + Begin_Protected = 823 + End_Protected = 824 + Key_Block = 825 + Data_Block = 826 + Line = 827 + Celldefine = 828 + Endcelldefine = 829 + Default_Nettype = 830 + Resetall = 831 + Last_Directive = 831 + First_Systask = 832 + Bits = 832 + D_Root = 833 + D_Unit = 834 + Last_Systask = 834 + First_SV_Method = 835 + Size = 835 + Insert = 836 + Delete = 837 + Pop_Front = 838 + Pop_Back = 839 + Push_Front = 840 + Push_Back = 841 + Name = 842 + Len = 843 + Substr = 844 + Exists = 845 + Atoi = 846 + Itoa = 847 + Find = 848 + Find_Index = 849 + Find_First = 850 + Find_First_Index = 851 + Find_Last = 852 + Find_Last_Index = 853 + Num = 854 + Randomize = 855 + Pre_Randomize = 856 + Post_Randomize = 857 + Srandom = 858 + Get_Randstate = 859 + Set_Randstate = 860 + Seed = 861 + State = 862 + Last_SV_Method = 862 + First_BSV = 863 + uAction = 863 + uActionValue = 864 + BVI = 865 + uC = 866 + uCF = 867 + uE = 868 + uSB = 869 + uSBR = 870 + Action = 871 + Endaction = 872 + Actionvalue = 873 + Endactionvalue = 874 + Ancestor = 875 + Clocked_By = 876 + Default_Clock = 877 + Default_Reset = 878 + Dependencies = 879 + Deriving = 880 + Determines = 881 + Enable = 882 + Ifc_Inout = 883 + Input_Clock = 884 + Input_Reset = 885 + Instance = 886 + Endinstance = 887 + Let = 888 + Match = 889 + Method = 890 + Endmethod = 891 + Numeric = 892 + Output_Clock = 893 + Output_Reset = 894 + Par = 895 + Endpar = 896 + Path = 897 + Provisos = 898 + Ready = 899 + Reset_By = 900 + Rule = 901 + Endrule = 902 + Rules = 903 + Endrules = 904 + Same_Family = 905 + Schedule = 906 + Seq = 907 + Endseq = 908 + Typeclass = 909 + Endtypeclass = 910 + Valueof = 911 + uValueof = 912 + Last_BSV = 912 + First_Comment = 913 + Psl = 913 + Pragma = 914 + Last_Comment = 914 + First_PSL = 915 + A = 915 + Af = 916 + Ag = 917 + Ax = 918 + Abort = 919 + Assume_Guarantee = 920 + Before = 921 + Clock = 922 + E = 923 + Ef = 924 + Eg = 925 + Ex = 926 + Endpoint = 927 + Eventually = 928 + Fairness = 929 + Fell = 930 + Forall = 931 + G = 932 + Inf = 933 + Inherit = 934 + Never = 935 + Next_A = 936 + Next_E = 937 + Next_Event = 938 + Next_Event_A = 939 + Next_Event_E = 940 + Prev = 941 + Rose = 942 + Strong = 943 + W = 944 + Whilenot = 945 + Within = 946 + X = 947 + Last_PSL = 947 + First_Edif = 948 + Celltype = 958 + View = 959 + Viewtype = 960 + Direction = 961 + Contents = 962 + Net = 963 + Viewref = 964 + Cellref = 965 + Libraryref = 966 + Portinstance = 967 + Joined = 968 + Portref = 969 + Instanceref = 970 + Design = 971 + Designator = 972 + Owner = 973 + Member = 974 + Number = 975 + Rename = 976 + Userdata = 977 + Last_Edif = 977 |