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