diff options
Diffstat (limited to 'python/libghdl/thin/std_names.py')
-rw-r--r-- | python/libghdl/thin/std_names.py | 352 |
1 files changed, 179 insertions, 173 deletions
diff --git a/python/libghdl/thin/std_names.py b/python/libghdl/thin/std_names.py index bef6eee48..9098c9db4 100644 --- a/python/libghdl/thin/std_names.py +++ b/python/libghdl/thin/std_names.py @@ -572,176 +572,182 @@ class Name: Std_Logic_Signed = 786 Std_Logic_Textio = 787 Std_Logic_Unsigned = 788 - Last_Ieee = 788 - First_Directive = 789 - Define = 789 - Endif = 790 - Ifdef = 791 - Ifndef = 792 - Include = 793 - Timescale = 794 - Undef = 795 - Protect = 796 - Begin_Protected = 797 - End_Protected = 798 - Key_Block = 799 - Data_Block = 800 - Line = 801 - Celldefine = 802 - Endcelldefine = 803 - Default_Nettype = 804 - Resetall = 805 - Last_Directive = 805 - First_Systask = 806 - Bits = 806 - D_Root = 807 - D_Unit = 808 - Last_Systask = 808 - First_SV_Method = 809 - Size = 809 - Insert = 810 - Delete = 811 - Pop_Front = 812 - Pop_Back = 813 - Push_Front = 814 - Push_Back = 815 - Name = 816 - Len = 817 - Substr = 818 - Exists = 819 - Atoi = 820 - Itoa = 821 - Find = 822 - Find_Index = 823 - Find_First = 824 - Find_First_Index = 825 - Find_Last = 826 - Find_Last_Index = 827 - Num = 828 - Randomize = 829 - Pre_Randomize = 830 - Post_Randomize = 831 - Srandom = 832 - Get_Randstate = 833 - Set_Randstate = 834 - Seed = 835 - State = 836 - Last_SV_Method = 836 - First_BSV = 837 - uAction = 837 - uActionValue = 838 - BVI = 839 - uC = 840 - uCF = 841 - uE = 842 - uSB = 843 - uSBR = 844 - Action = 845 - Endaction = 846 - Actionvalue = 847 - Endactionvalue = 848 - Ancestor = 849 - Clocked_By = 850 - Default_Clock = 851 - Default_Reset = 852 - Dependencies = 853 - Deriving = 854 - Determines = 855 - Enable = 856 - Ifc_Inout = 857 - Input_Clock = 858 - Input_Reset = 859 - Instance = 860 - Endinstance = 861 - Let = 862 - Match = 863 - Method = 864 - Endmethod = 865 - Numeric = 866 - Output_Clock = 867 - Output_Reset = 868 - Par = 869 - Endpar = 870 - Path = 871 - Provisos = 872 - Ready = 873 - Reset_By = 874 - Rule = 875 - Endrule = 876 - Rules = 877 - Endrules = 878 - Same_Family = 879 - Schedule = 880 - Seq = 881 - Endseq = 882 - Typeclass = 883 - Endtypeclass = 884 - Valueof = 885 - uValueof = 886 - Last_BSV = 886 - First_Comment = 887 - Psl = 887 - Pragma = 888 - Last_Comment = 888 - First_PSL = 889 - A = 889 - Af = 890 - Ag = 891 - Ax = 892 - Abort = 893 - Assume_Guarantee = 894 - Before = 895 - Clock = 896 - E = 897 - Ef = 898 - Eg = 899 - Ex = 900 - Endpoint = 901 - Eventually = 902 - Fairness = 903 - Fell = 904 - Forall = 905 - G = 906 - Inf = 907 - Inherit = 908 - Never = 909 - Next_A = 910 - Next_E = 911 - Next_Event = 912 - Next_Event_A = 913 - Next_Event_E = 914 - Prev = 915 - Restrict = 916 - Restrict_Guarantee = 917 - Rose = 918 - Strong = 919 - Vmode = 920 - Vprop = 921 - Vunit = 922 - W = 923 - Whilenot = 924 - Within = 925 - X = 926 - Last_PSL = 926 - First_Edif = 927 - Celltype = 937 - View = 938 - Viewtype = 939 - Direction = 940 - Contents = 941 - Net = 942 - Viewref = 943 - Cellref = 944 - Libraryref = 945 - Portinstance = 946 - Joined = 947 - Portref = 948 - Instanceref = 949 - Design = 950 - Designator = 951 - Owner = 952 - Member = 953 - Number = 954 - Rename = 955 - Userdata = 956 - Last_Edif = 956 + To_Integer = 789 + To_Unsigned = 790 + To_Signed = 791 + Math_Real = 792 + Ceil = 793 + Log2 = 794 + Last_Ieee = 794 + First_Directive = 795 + Define = 795 + Endif = 796 + Ifdef = 797 + Ifndef = 798 + Include = 799 + Timescale = 800 + Undef = 801 + Protect = 802 + Begin_Protected = 803 + End_Protected = 804 + Key_Block = 805 + Data_Block = 806 + Line = 807 + Celldefine = 808 + Endcelldefine = 809 + Default_Nettype = 810 + Resetall = 811 + Last_Directive = 811 + First_Systask = 812 + Bits = 812 + D_Root = 813 + D_Unit = 814 + Last_Systask = 814 + First_SV_Method = 815 + Size = 815 + Insert = 816 + Delete = 817 + Pop_Front = 818 + Pop_Back = 819 + Push_Front = 820 + Push_Back = 821 + Name = 822 + Len = 823 + Substr = 824 + Exists = 825 + Atoi = 826 + Itoa = 827 + Find = 828 + Find_Index = 829 + Find_First = 830 + Find_First_Index = 831 + Find_Last = 832 + Find_Last_Index = 833 + Num = 834 + Randomize = 835 + Pre_Randomize = 836 + Post_Randomize = 837 + Srandom = 838 + Get_Randstate = 839 + Set_Randstate = 840 + Seed = 841 + State = 842 + Last_SV_Method = 842 + First_BSV = 843 + uAction = 843 + uActionValue = 844 + BVI = 845 + uC = 846 + uCF = 847 + uE = 848 + uSB = 849 + uSBR = 850 + Action = 851 + Endaction = 852 + Actionvalue = 853 + Endactionvalue = 854 + Ancestor = 855 + Clocked_By = 856 + Default_Clock = 857 + Default_Reset = 858 + Dependencies = 859 + Deriving = 860 + Determines = 861 + Enable = 862 + Ifc_Inout = 863 + Input_Clock = 864 + Input_Reset = 865 + Instance = 866 + Endinstance = 867 + Let = 868 + Match = 869 + Method = 870 + Endmethod = 871 + Numeric = 872 + Output_Clock = 873 + Output_Reset = 874 + Par = 875 + Endpar = 876 + Path = 877 + Provisos = 878 + Ready = 879 + Reset_By = 880 + Rule = 881 + Endrule = 882 + Rules = 883 + Endrules = 884 + Same_Family = 885 + Schedule = 886 + Seq = 887 + Endseq = 888 + Typeclass = 889 + Endtypeclass = 890 + Valueof = 891 + uValueof = 892 + Last_BSV = 892 + First_Comment = 893 + Psl = 893 + Pragma = 894 + Last_Comment = 894 + First_PSL = 895 + A = 895 + Af = 896 + Ag = 897 + Ax = 898 + Abort = 899 + Assume_Guarantee = 900 + Before = 901 + Clock = 902 + E = 903 + Ef = 904 + Eg = 905 + Ex = 906 + Endpoint = 907 + Eventually = 908 + Fairness = 909 + Fell = 910 + Forall = 911 + G = 912 + Inf = 913 + Inherit = 914 + Never = 915 + Next_A = 916 + Next_E = 917 + Next_Event = 918 + Next_Event_A = 919 + Next_Event_E = 920 + Prev = 921 + Restrict = 922 + Restrict_Guarantee = 923 + Rose = 924 + Strong = 925 + Vmode = 926 + Vprop = 927 + Vunit = 928 + W = 929 + Whilenot = 930 + Within = 931 + X = 932 + Last_PSL = 932 + First_Edif = 933 + Celltype = 943 + View = 944 + Viewtype = 945 + Direction = 946 + Contents = 947 + Net = 948 + Viewref = 949 + Cellref = 950 + Libraryref = 951 + Portinstance = 952 + Joined = 953 + Portref = 954 + Instanceref = 955 + Design = 956 + Designator = 957 + Owner = 958 + Member = 959 + Number = 960 + Rename = 961 + Userdata = 962 + Last_Edif = 962 |