diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-04-11 15:35:20 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-04-11 15:35:20 +0200 |
commit | aecf3b2208358bb60ab27c17fadcdedf137be2c8 (patch) | |
tree | ec215e27b74280fd643d5f9ea3950c54a602b758 /python/libghdl/thin/std_names.py | |
parent | f6b61769014221f190b68c3bae4acac1441f79b5 (diff) | |
download | ghdl-aecf3b2208358bb60ab27c17fadcdedf137be2c8.tar.gz ghdl-aecf3b2208358bb60ab27c17fadcdedf137be2c8.tar.bz2 ghdl-aecf3b2208358bb60ab27c17fadcdedf137be2c8.zip |
vhdl: recognize math_real.floor. For #1210
Diffstat (limited to 'python/libghdl/thin/std_names.py')
-rw-r--r-- | python/libghdl/thin/std_names.py | 377 |
1 files changed, 189 insertions, 188 deletions
diff --git a/python/libghdl/thin/std_names.py b/python/libghdl/thin/std_names.py index 76053f968..02d2dad53 100644 --- a/python/libghdl/thin/std_names.py +++ b/python/libghdl/thin/std_names.py @@ -613,191 +613,192 @@ class Name: Xor_Reduce = 825 Xnor_Reduce = 826 Ceil = 827 - Round = 828 - Log2 = 829 - Sin = 830 - Cos = 831 - Ext = 832 - Sxt = 833 - Last_Ieee_Name = 833 - First_Synthesis = 834 - Allconst = 834 - Allseq = 835 - Anyconst = 836 - Anyseq = 837 - Last_Synthesis = 837 - First_Directive = 838 - Define = 838 - Endif = 839 - Ifdef = 840 - Ifndef = 841 - Include = 842 - Timescale = 843 - Undef = 844 - Protect = 845 - Begin_Protected = 846 - End_Protected = 847 - Key_Block = 848 - Data_Block = 849 - Line = 850 - Celldefine = 851 - Endcelldefine = 852 - Default_Nettype = 853 - Resetall = 854 - Last_Directive = 854 - First_Systask = 855 - Bits = 855 - D_Root = 856 - D_Unit = 857 - Last_Systask = 857 - First_SV_Method = 858 - Size = 858 - Insert = 859 - Delete = 860 - Pop_Front = 861 - Pop_Back = 862 - Push_Front = 863 - Push_Back = 864 - Name = 865 - Len = 866 - Substr = 867 - Exists = 868 - Atoi = 869 - Itoa = 870 - Find = 871 - Find_Index = 872 - Find_First = 873 - Find_First_Index = 874 - Find_Last = 875 - Find_Last_Index = 876 - Num = 877 - Randomize = 878 - Pre_Randomize = 879 - Post_Randomize = 880 - Srandom = 881 - Get_Randstate = 882 - Set_Randstate = 883 - Seed = 884 - State = 885 - Last_SV_Method = 885 - First_BSV = 886 - uAction = 886 - uActionValue = 887 - BVI = 888 - uC = 889 - uCF = 890 - uE = 891 - uSB = 892 - uSBR = 893 - Action = 894 - Endaction = 895 - Actionvalue = 896 - Endactionvalue = 897 - Ancestor = 898 - Clocked_By = 899 - Default_Clock = 900 - Default_Reset = 901 - Dependencies = 902 - Deriving = 903 - Determines = 904 - Enable = 905 - Ifc_Inout = 906 - Input_Clock = 907 - Input_Reset = 908 - Instance = 909 - Endinstance = 910 - Let = 911 - Match = 912 - Method = 913 - Endmethod = 914 - Numeric = 915 - Output_Clock = 916 - Output_Reset = 917 - Par = 918 - Endpar = 919 - Path = 920 - Provisos = 921 - Ready = 922 - Reset_By = 923 - Rule = 924 - Endrule = 925 - Rules = 926 - Endrules = 927 - Same_Family = 928 - Schedule = 929 - Seq = 930 - Endseq = 931 - Typeclass = 932 - Endtypeclass = 933 - Valueof = 934 - uValueof = 935 - Last_BSV = 935 - First_Comment = 936 - Psl = 936 - Pragma = 937 - Synthesis = 938 - Synopsys = 939 - Translate_Off = 940 - Translate_On = 941 - Translate = 942 - Synthesis_Off = 943 - Synthesis_On = 944 - Off = 945 - Last_Comment = 945 - First_PSL = 946 - A = 946 - Af = 947 - Ag = 948 - Ax = 949 - Abort = 950 - Assume_Guarantee = 951 - Before = 952 - Clock = 953 - E = 954 - Ef = 955 - Eg = 956 - Ex = 957 - Endpoint = 958 - Eventually = 959 - Fairness = 960 - Fell = 961 - Forall = 962 - G = 963 - Inf = 964 - Inherit = 965 - Never = 966 - Next_A = 967 - Next_E = 968 - Next_Event = 969 - Next_Event_A = 970 - Next_Event_E = 971 - Prev = 972 - Rose = 973 - Strong = 974 - W = 975 - Whilenot = 976 - Within = 977 - X = 978 - Last_PSL = 978 - First_Edif = 979 - Celltype = 989 - View = 990 - Viewtype = 991 - Direction = 992 - Contents = 993 - Net = 994 - Viewref = 995 - Cellref = 996 - Libraryref = 997 - Portinstance = 998 - Joined = 999 - Portref = 1000 - Instanceref = 1001 - Design = 1002 - Designator = 1003 - Owner = 1004 - Member = 1005 - Number = 1006 - Rename = 1007 - Userdata = 1008 - Last_Edif = 1008 + Floor = 828 + Round = 829 + Log2 = 830 + Sin = 831 + Cos = 832 + Ext = 833 + Sxt = 834 + Last_Ieee_Name = 834 + First_Synthesis = 835 + Allconst = 835 + Allseq = 836 + Anyconst = 837 + Anyseq = 838 + Last_Synthesis = 838 + First_Directive = 839 + Define = 839 + Endif = 840 + Ifdef = 841 + Ifndef = 842 + Include = 843 + Timescale = 844 + Undef = 845 + Protect = 846 + Begin_Protected = 847 + End_Protected = 848 + Key_Block = 849 + Data_Block = 850 + Line = 851 + Celldefine = 852 + Endcelldefine = 853 + Default_Nettype = 854 + Resetall = 855 + Last_Directive = 855 + First_Systask = 856 + Bits = 856 + D_Root = 857 + D_Unit = 858 + Last_Systask = 858 + First_SV_Method = 859 + Size = 859 + Insert = 860 + Delete = 861 + Pop_Front = 862 + Pop_Back = 863 + Push_Front = 864 + Push_Back = 865 + Name = 866 + Len = 867 + Substr = 868 + Exists = 869 + Atoi = 870 + Itoa = 871 + Find = 872 + Find_Index = 873 + Find_First = 874 + Find_First_Index = 875 + Find_Last = 876 + Find_Last_Index = 877 + Num = 878 + Randomize = 879 + Pre_Randomize = 880 + Post_Randomize = 881 + Srandom = 882 + Get_Randstate = 883 + Set_Randstate = 884 + Seed = 885 + State = 886 + Last_SV_Method = 886 + First_BSV = 887 + uAction = 887 + uActionValue = 888 + BVI = 889 + uC = 890 + uCF = 891 + uE = 892 + uSB = 893 + uSBR = 894 + Action = 895 + Endaction = 896 + Actionvalue = 897 + Endactionvalue = 898 + Ancestor = 899 + Clocked_By = 900 + Default_Clock = 901 + Default_Reset = 902 + Dependencies = 903 + Deriving = 904 + Determines = 905 + Enable = 906 + Ifc_Inout = 907 + Input_Clock = 908 + Input_Reset = 909 + Instance = 910 + Endinstance = 911 + Let = 912 + Match = 913 + Method = 914 + Endmethod = 915 + Numeric = 916 + Output_Clock = 917 + Output_Reset = 918 + Par = 919 + Endpar = 920 + Path = 921 + Provisos = 922 + Ready = 923 + Reset_By = 924 + Rule = 925 + Endrule = 926 + Rules = 927 + Endrules = 928 + Same_Family = 929 + Schedule = 930 + Seq = 931 + Endseq = 932 + Typeclass = 933 + Endtypeclass = 934 + Valueof = 935 + uValueof = 936 + Last_BSV = 936 + First_Comment = 937 + Psl = 937 + Pragma = 938 + Synthesis = 939 + Synopsys = 940 + Translate_Off = 941 + Translate_On = 942 + Translate = 943 + Synthesis_Off = 944 + Synthesis_On = 945 + Off = 946 + Last_Comment = 946 + First_PSL = 947 + A = 947 + Af = 948 + Ag = 949 + Ax = 950 + Abort = 951 + Assume_Guarantee = 952 + Before = 953 + Clock = 954 + E = 955 + Ef = 956 + Eg = 957 + Ex = 958 + Endpoint = 959 + Eventually = 960 + Fairness = 961 + Fell = 962 + Forall = 963 + G = 964 + Inf = 965 + Inherit = 966 + Never = 967 + Next_A = 968 + Next_E = 969 + Next_Event = 970 + Next_Event_A = 971 + Next_Event_E = 972 + Prev = 973 + Rose = 974 + Strong = 975 + W = 976 + Whilenot = 977 + Within = 978 + X = 979 + Last_PSL = 979 + First_Edif = 980 + Celltype = 990 + View = 991 + Viewtype = 992 + Direction = 993 + Contents = 994 + Net = 995 + Viewref = 996 + Cellref = 997 + Libraryref = 998 + Portinstance = 999 + Joined = 1000 + Portref = 1001 + Instanceref = 1002 + Design = 1003 + Designator = 1004 + Owner = 1005 + Member = 1006 + Number = 1007 + Rename = 1008 + Userdata = 1009 + Last_Edif = 1009 |