From aecf3b2208358bb60ab27c17fadcdedf137be2c8 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sat, 11 Apr 2020 15:35:20 +0200 Subject: vhdl: recognize math_real.floor. For #1210 --- python/libghdl/thin/std_names.py | 377 +++++++++++++++++++------------------- python/libghdl/thin/vhdl/nodes.py | 303 +++++++++++++++--------------- 2 files changed, 341 insertions(+), 339 deletions(-) (limited to 'python') 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 diff --git a/python/libghdl/thin/vhdl/nodes.py b/python/libghdl/thin/vhdl/nodes.py index e0f7425ec..1c94409d0 100644 --- a/python/libghdl/thin/vhdl/nodes.py +++ b/python/libghdl/thin/vhdl/nodes.py @@ -1368,157 +1368,158 @@ class Iir_Predefined: Ieee_Numeric_Std_To_01_Uns = 385 Ieee_Numeric_Std_To_01_Sgn = 386 Ieee_Math_Real_Ceil = 387 - Ieee_Math_Real_Round = 388 - Ieee_Math_Real_Log2 = 389 - Ieee_Math_Real_Sin = 390 - Ieee_Math_Real_Cos = 391 - Ieee_Std_Logic_Unsigned_Add_Slv_Slv = 392 - Ieee_Std_Logic_Unsigned_Add_Slv_Int = 393 - Ieee_Std_Logic_Unsigned_Add_Int_Slv = 394 - Ieee_Std_Logic_Unsigned_Add_Slv_Log = 395 - Ieee_Std_Logic_Unsigned_Add_Log_Slv = 396 - Ieee_Std_Logic_Unsigned_Sub_Slv_Slv = 397 - Ieee_Std_Logic_Unsigned_Sub_Slv_Int = 398 - Ieee_Std_Logic_Unsigned_Sub_Int_Slv = 399 - Ieee_Std_Logic_Unsigned_Sub_Slv_Log = 400 - Ieee_Std_Logic_Unsigned_Sub_Log_Slv = 401 - Ieee_Std_Logic_Unsigned_Mul_Slv_Slv = 402 - Ieee_Std_Logic_Unsigned_Lt_Slv_Slv = 403 - Ieee_Std_Logic_Unsigned_Lt_Slv_Int = 404 - Ieee_Std_Logic_Unsigned_Lt_Int_Slv = 405 - Ieee_Std_Logic_Unsigned_Le_Slv_Slv = 406 - Ieee_Std_Logic_Unsigned_Le_Slv_Int = 407 - Ieee_Std_Logic_Unsigned_Le_Int_Slv = 408 - Ieee_Std_Logic_Unsigned_Gt_Slv_Slv = 409 - Ieee_Std_Logic_Unsigned_Gt_Slv_Int = 410 - Ieee_Std_Logic_Unsigned_Gt_Int_Slv = 411 - Ieee_Std_Logic_Unsigned_Ge_Slv_Slv = 412 - Ieee_Std_Logic_Unsigned_Ge_Slv_Int = 413 - Ieee_Std_Logic_Unsigned_Ge_Int_Slv = 414 - Ieee_Std_Logic_Unsigned_Eq_Slv_Slv = 415 - Ieee_Std_Logic_Unsigned_Eq_Slv_Int = 416 - Ieee_Std_Logic_Unsigned_Eq_Int_Slv = 417 - Ieee_Std_Logic_Unsigned_Ne_Slv_Slv = 418 - Ieee_Std_Logic_Unsigned_Ne_Slv_Int = 419 - Ieee_Std_Logic_Unsigned_Ne_Int_Slv = 420 - Ieee_Std_Logic_Unsigned_Conv_Integer = 421 - Ieee_Std_Logic_Signed_Add_Slv_Slv = 422 - Ieee_Std_Logic_Signed_Add_Slv_Int = 423 - Ieee_Std_Logic_Signed_Add_Int_Slv = 424 - Ieee_Std_Logic_Signed_Add_Slv_Log = 425 - Ieee_Std_Logic_Signed_Add_Log_Slv = 426 - Ieee_Std_Logic_Signed_Sub_Slv_Slv = 427 - Ieee_Std_Logic_Signed_Sub_Slv_Int = 428 - Ieee_Std_Logic_Signed_Sub_Int_Slv = 429 - Ieee_Std_Logic_Signed_Sub_Slv_Log = 430 - Ieee_Std_Logic_Signed_Sub_Log_Slv = 431 - Ieee_Std_Logic_Signed_Mul_Slv_Slv = 432 - Ieee_Std_Logic_Arith_Conv_Unsigned_Int = 433 - Ieee_Std_Logic_Arith_Conv_Unsigned_Uns = 434 - Ieee_Std_Logic_Arith_Conv_Unsigned_Sgn = 435 - Ieee_Std_Logic_Arith_Conv_Unsigned_Log = 436 - Ieee_Std_Logic_Arith_Conv_Integer_Int = 437 - Ieee_Std_Logic_Arith_Conv_Integer_Uns = 438 - Ieee_Std_Logic_Arith_Conv_Integer_Sgn = 439 - Ieee_Std_Logic_Arith_Conv_Integer_Log = 440 - Ieee_Std_Logic_Arith_Conv_Vector_Int = 441 - Ieee_Std_Logic_Arith_Conv_Vector_Uns = 442 - Ieee_Std_Logic_Arith_Conv_Vector_Sgn = 443 - Ieee_Std_Logic_Arith_Conv_Vector_Log = 444 - Ieee_Std_Logic_Arith_Ext = 445 - Ieee_Std_Logic_Arith_Sxt = 446 - Ieee_Std_Logic_Arith_Mul_Uns_Uns_Uns = 447 - Ieee_Std_Logic_Arith_Mul_Sgn_Sgn_Sgn = 448 - Ieee_Std_Logic_Arith_Mul_Sgn_Uns_Sgn = 449 - Ieee_Std_Logic_Arith_Mul_Uns_Sgn_Sgn = 450 - Ieee_Std_Logic_Arith_Mul_Uns_Uns_Slv = 451 - Ieee_Std_Logic_Arith_Mul_Sgn_Sgn_Slv = 452 - Ieee_Std_Logic_Arith_Mul_Sgn_Uns_Slv = 453 - Ieee_Std_Logic_Arith_Mul_Uns_Sgn_Slv = 454 - Ieee_Std_Logic_Arith_Add_Uns_Uns_Uns = 455 - Ieee_Std_Logic_Arith_Add_Sgn_Sgn_Sgn = 456 - Ieee_Std_Logic_Arith_Add_Uns_Sgn_Sgn = 457 - Ieee_Std_Logic_Arith_Add_Sgn_Uns_Sgn = 458 - Ieee_Std_Logic_Arith_Add_Uns_Int_Uns = 459 - Ieee_Std_Logic_Arith_Add_Int_Uns_Uns = 460 - Ieee_Std_Logic_Arith_Add_Sgn_Int_Sgn = 461 - Ieee_Std_Logic_Arith_Add_Int_Sgn_Sgn = 462 - Ieee_Std_Logic_Arith_Add_Uns_Log_Uns = 463 - Ieee_Std_Logic_Arith_Add_Log_Uns_Uns = 464 - Ieee_Std_Logic_Arith_Add_Sgn_Log_Sgn = 465 - Ieee_Std_Logic_Arith_Add_Log_Sgn_Sgn = 466 - Ieee_Std_Logic_Arith_Add_Uns_Uns_Slv = 467 - Ieee_Std_Logic_Arith_Add_Sgn_Sgn_Slv = 468 - Ieee_Std_Logic_Arith_Add_Uns_Sgn_Slv = 469 - Ieee_Std_Logic_Arith_Add_Sgn_Uns_Slv = 470 - Ieee_Std_Logic_Arith_Add_Uns_Int_Slv = 471 - Ieee_Std_Logic_Arith_Add_Int_Uns_Slv = 472 - Ieee_Std_Logic_Arith_Add_Sgn_Int_Slv = 473 - Ieee_Std_Logic_Arith_Add_Int_Sgn_Slv = 474 - Ieee_Std_Logic_Arith_Add_Uns_Log_Slv = 475 - Ieee_Std_Logic_Arith_Add_Log_Uns_Slv = 476 - Ieee_Std_Logic_Arith_Add_Sgn_Log_Slv = 477 - Ieee_Std_Logic_Arith_Add_Log_Sgn_Slv = 478 - Ieee_Std_Logic_Arith_Lt_Uns_Uns = 479 - Ieee_Std_Logic_Arith_Lt_Sgn_Sgn = 480 - Ieee_Std_Logic_Arith_Lt_Uns_Sgn = 481 - Ieee_Std_Logic_Arith_Lt_Sgn_Uns = 482 - Ieee_Std_Logic_Arith_Lt_Uns_Int = 483 - Ieee_Std_Logic_Arith_Lt_Int_Uns = 484 - Ieee_Std_Logic_Arith_Lt_Sgn_Int = 485 - Ieee_Std_Logic_Arith_Lt_Int_Sgn = 486 - Ieee_Std_Logic_Arith_Le_Uns_Uns = 487 - Ieee_Std_Logic_Arith_Le_Sgn_Sgn = 488 - Ieee_Std_Logic_Arith_Le_Uns_Sgn = 489 - Ieee_Std_Logic_Arith_Le_Sgn_Uns = 490 - Ieee_Std_Logic_Arith_Le_Uns_Int = 491 - Ieee_Std_Logic_Arith_Le_Int_Uns = 492 - Ieee_Std_Logic_Arith_Le_Sgn_Int = 493 - Ieee_Std_Logic_Arith_Le_Int_Sgn = 494 - Ieee_Std_Logic_Arith_Gt_Uns_Uns = 495 - Ieee_Std_Logic_Arith_Gt_Sgn_Sgn = 496 - Ieee_Std_Logic_Arith_Gt_Uns_Sgn = 497 - Ieee_Std_Logic_Arith_Gt_Sgn_Uns = 498 - Ieee_Std_Logic_Arith_Gt_Uns_Int = 499 - Ieee_Std_Logic_Arith_Gt_Int_Uns = 500 - Ieee_Std_Logic_Arith_Gt_Sgn_Int = 501 - Ieee_Std_Logic_Arith_Gt_Int_Sgn = 502 - Ieee_Std_Logic_Arith_Ge_Uns_Uns = 503 - Ieee_Std_Logic_Arith_Ge_Sgn_Sgn = 504 - Ieee_Std_Logic_Arith_Ge_Uns_Sgn = 505 - Ieee_Std_Logic_Arith_Ge_Sgn_Uns = 506 - Ieee_Std_Logic_Arith_Ge_Uns_Int = 507 - Ieee_Std_Logic_Arith_Ge_Int_Uns = 508 - Ieee_Std_Logic_Arith_Ge_Sgn_Int = 509 - Ieee_Std_Logic_Arith_Ge_Int_Sgn = 510 - Ieee_Std_Logic_Arith_Eq_Uns_Uns = 511 - Ieee_Std_Logic_Arith_Eq_Sgn_Sgn = 512 - Ieee_Std_Logic_Arith_Eq_Uns_Sgn = 513 - Ieee_Std_Logic_Arith_Eq_Sgn_Uns = 514 - Ieee_Std_Logic_Arith_Eq_Uns_Int = 515 - Ieee_Std_Logic_Arith_Eq_Int_Uns = 516 - Ieee_Std_Logic_Arith_Eq_Sgn_Int = 517 - Ieee_Std_Logic_Arith_Eq_Int_Sgn = 518 - Ieee_Std_Logic_Arith_Ne_Uns_Uns = 519 - Ieee_Std_Logic_Arith_Ne_Sgn_Sgn = 520 - Ieee_Std_Logic_Arith_Ne_Uns_Sgn = 521 - Ieee_Std_Logic_Arith_Ne_Sgn_Uns = 522 - Ieee_Std_Logic_Arith_Ne_Uns_Int = 523 - Ieee_Std_Logic_Arith_Ne_Int_Uns = 524 - Ieee_Std_Logic_Arith_Ne_Sgn_Int = 525 - Ieee_Std_Logic_Arith_Ne_Int_Sgn = 526 - Ieee_Std_Logic_Misc_And_Reduce_Slv = 527 - Ieee_Std_Logic_Misc_And_Reduce_Suv = 528 - Ieee_Std_Logic_Misc_Nand_Reduce_Slv = 529 - Ieee_Std_Logic_Misc_Nand_Reduce_Suv = 530 - Ieee_Std_Logic_Misc_Or_Reduce_Slv = 531 - Ieee_Std_Logic_Misc_Or_Reduce_Suv = 532 - Ieee_Std_Logic_Misc_Nor_Reduce_Slv = 533 - Ieee_Std_Logic_Misc_Nor_Reduce_Suv = 534 - Ieee_Std_Logic_Misc_Xor_Reduce_Slv = 535 - Ieee_Std_Logic_Misc_Xor_Reduce_Suv = 536 - Ieee_Std_Logic_Misc_Xnor_Reduce_Slv = 537 - Ieee_Std_Logic_Misc_Xnor_Reduce_Suv = 538 + Ieee_Math_Real_Floor = 388 + Ieee_Math_Real_Round = 389 + Ieee_Math_Real_Log2 = 390 + Ieee_Math_Real_Sin = 391 + Ieee_Math_Real_Cos = 392 + Ieee_Std_Logic_Unsigned_Add_Slv_Slv = 393 + Ieee_Std_Logic_Unsigned_Add_Slv_Int = 394 + Ieee_Std_Logic_Unsigned_Add_Int_Slv = 395 + Ieee_Std_Logic_Unsigned_Add_Slv_Log = 396 + Ieee_Std_Logic_Unsigned_Add_Log_Slv = 397 + Ieee_Std_Logic_Unsigned_Sub_Slv_Slv = 398 + Ieee_Std_Logic_Unsigned_Sub_Slv_Int = 399 + Ieee_Std_Logic_Unsigned_Sub_Int_Slv = 400 + Ieee_Std_Logic_Unsigned_Sub_Slv_Log = 401 + Ieee_Std_Logic_Unsigned_Sub_Log_Slv = 402 + Ieee_Std_Logic_Unsigned_Mul_Slv_Slv = 403 + Ieee_Std_Logic_Unsigned_Lt_Slv_Slv = 404 + Ieee_Std_Logic_Unsigned_Lt_Slv_Int = 405 + Ieee_Std_Logic_Unsigned_Lt_Int_Slv = 406 + Ieee_Std_Logic_Unsigned_Le_Slv_Slv = 407 + Ieee_Std_Logic_Unsigned_Le_Slv_Int = 408 + Ieee_Std_Logic_Unsigned_Le_Int_Slv = 409 + Ieee_Std_Logic_Unsigned_Gt_Slv_Slv = 410 + Ieee_Std_Logic_Unsigned_Gt_Slv_Int = 411 + Ieee_Std_Logic_Unsigned_Gt_Int_Slv = 412 + Ieee_Std_Logic_Unsigned_Ge_Slv_Slv = 413 + Ieee_Std_Logic_Unsigned_Ge_Slv_Int = 414 + Ieee_Std_Logic_Unsigned_Ge_Int_Slv = 415 + Ieee_Std_Logic_Unsigned_Eq_Slv_Slv = 416 + Ieee_Std_Logic_Unsigned_Eq_Slv_Int = 417 + Ieee_Std_Logic_Unsigned_Eq_Int_Slv = 418 + Ieee_Std_Logic_Unsigned_Ne_Slv_Slv = 419 + Ieee_Std_Logic_Unsigned_Ne_Slv_Int = 420 + Ieee_Std_Logic_Unsigned_Ne_Int_Slv = 421 + Ieee_Std_Logic_Unsigned_Conv_Integer = 422 + Ieee_Std_Logic_Signed_Add_Slv_Slv = 423 + Ieee_Std_Logic_Signed_Add_Slv_Int = 424 + Ieee_Std_Logic_Signed_Add_Int_Slv = 425 + Ieee_Std_Logic_Signed_Add_Slv_Log = 426 + Ieee_Std_Logic_Signed_Add_Log_Slv = 427 + Ieee_Std_Logic_Signed_Sub_Slv_Slv = 428 + Ieee_Std_Logic_Signed_Sub_Slv_Int = 429 + Ieee_Std_Logic_Signed_Sub_Int_Slv = 430 + Ieee_Std_Logic_Signed_Sub_Slv_Log = 431 + Ieee_Std_Logic_Signed_Sub_Log_Slv = 432 + Ieee_Std_Logic_Signed_Mul_Slv_Slv = 433 + Ieee_Std_Logic_Arith_Conv_Unsigned_Int = 434 + Ieee_Std_Logic_Arith_Conv_Unsigned_Uns = 435 + Ieee_Std_Logic_Arith_Conv_Unsigned_Sgn = 436 + Ieee_Std_Logic_Arith_Conv_Unsigned_Log = 437 + Ieee_Std_Logic_Arith_Conv_Integer_Int = 438 + Ieee_Std_Logic_Arith_Conv_Integer_Uns = 439 + Ieee_Std_Logic_Arith_Conv_Integer_Sgn = 440 + Ieee_Std_Logic_Arith_Conv_Integer_Log = 441 + Ieee_Std_Logic_Arith_Conv_Vector_Int = 442 + Ieee_Std_Logic_Arith_Conv_Vector_Uns = 443 + Ieee_Std_Logic_Arith_Conv_Vector_Sgn = 444 + Ieee_Std_Logic_Arith_Conv_Vector_Log = 445 + Ieee_Std_Logic_Arith_Ext = 446 + Ieee_Std_Logic_Arith_Sxt = 447 + Ieee_Std_Logic_Arith_Mul_Uns_Uns_Uns = 448 + Ieee_Std_Logic_Arith_Mul_Sgn_Sgn_Sgn = 449 + Ieee_Std_Logic_Arith_Mul_Sgn_Uns_Sgn = 450 + Ieee_Std_Logic_Arith_Mul_Uns_Sgn_Sgn = 451 + Ieee_Std_Logic_Arith_Mul_Uns_Uns_Slv = 452 + Ieee_Std_Logic_Arith_Mul_Sgn_Sgn_Slv = 453 + Ieee_Std_Logic_Arith_Mul_Sgn_Uns_Slv = 454 + Ieee_Std_Logic_Arith_Mul_Uns_Sgn_Slv = 455 + Ieee_Std_Logic_Arith_Add_Uns_Uns_Uns = 456 + Ieee_Std_Logic_Arith_Add_Sgn_Sgn_Sgn = 457 + Ieee_Std_Logic_Arith_Add_Uns_Sgn_Sgn = 458 + Ieee_Std_Logic_Arith_Add_Sgn_Uns_Sgn = 459 + Ieee_Std_Logic_Arith_Add_Uns_Int_Uns = 460 + Ieee_Std_Logic_Arith_Add_Int_Uns_Uns = 461 + Ieee_Std_Logic_Arith_Add_Sgn_Int_Sgn = 462 + Ieee_Std_Logic_Arith_Add_Int_Sgn_Sgn = 463 + Ieee_Std_Logic_Arith_Add_Uns_Log_Uns = 464 + Ieee_Std_Logic_Arith_Add_Log_Uns_Uns = 465 + Ieee_Std_Logic_Arith_Add_Sgn_Log_Sgn = 466 + Ieee_Std_Logic_Arith_Add_Log_Sgn_Sgn = 467 + Ieee_Std_Logic_Arith_Add_Uns_Uns_Slv = 468 + Ieee_Std_Logic_Arith_Add_Sgn_Sgn_Slv = 469 + Ieee_Std_Logic_Arith_Add_Uns_Sgn_Slv = 470 + Ieee_Std_Logic_Arith_Add_Sgn_Uns_Slv = 471 + Ieee_Std_Logic_Arith_Add_Uns_Int_Slv = 472 + Ieee_Std_Logic_Arith_Add_Int_Uns_Slv = 473 + Ieee_Std_Logic_Arith_Add_Sgn_Int_Slv = 474 + Ieee_Std_Logic_Arith_Add_Int_Sgn_Slv = 475 + Ieee_Std_Logic_Arith_Add_Uns_Log_Slv = 476 + Ieee_Std_Logic_Arith_Add_Log_Uns_Slv = 477 + Ieee_Std_Logic_Arith_Add_Sgn_Log_Slv = 478 + Ieee_Std_Logic_Arith_Add_Log_Sgn_Slv = 479 + Ieee_Std_Logic_Arith_Lt_Uns_Uns = 480 + Ieee_Std_Logic_Arith_Lt_Sgn_Sgn = 481 + Ieee_Std_Logic_Arith_Lt_Uns_Sgn = 482 + Ieee_Std_Logic_Arith_Lt_Sgn_Uns = 483 + Ieee_Std_Logic_Arith_Lt_Uns_Int = 484 + Ieee_Std_Logic_Arith_Lt_Int_Uns = 485 + Ieee_Std_Logic_Arith_Lt_Sgn_Int = 486 + Ieee_Std_Logic_Arith_Lt_Int_Sgn = 487 + Ieee_Std_Logic_Arith_Le_Uns_Uns = 488 + Ieee_Std_Logic_Arith_Le_Sgn_Sgn = 489 + Ieee_Std_Logic_Arith_Le_Uns_Sgn = 490 + Ieee_Std_Logic_Arith_Le_Sgn_Uns = 491 + Ieee_Std_Logic_Arith_Le_Uns_Int = 492 + Ieee_Std_Logic_Arith_Le_Int_Uns = 493 + Ieee_Std_Logic_Arith_Le_Sgn_Int = 494 + Ieee_Std_Logic_Arith_Le_Int_Sgn = 495 + Ieee_Std_Logic_Arith_Gt_Uns_Uns = 496 + Ieee_Std_Logic_Arith_Gt_Sgn_Sgn = 497 + Ieee_Std_Logic_Arith_Gt_Uns_Sgn = 498 + Ieee_Std_Logic_Arith_Gt_Sgn_Uns = 499 + Ieee_Std_Logic_Arith_Gt_Uns_Int = 500 + Ieee_Std_Logic_Arith_Gt_Int_Uns = 501 + Ieee_Std_Logic_Arith_Gt_Sgn_Int = 502 + Ieee_Std_Logic_Arith_Gt_Int_Sgn = 503 + Ieee_Std_Logic_Arith_Ge_Uns_Uns = 504 + Ieee_Std_Logic_Arith_Ge_Sgn_Sgn = 505 + Ieee_Std_Logic_Arith_Ge_Uns_Sgn = 506 + Ieee_Std_Logic_Arith_Ge_Sgn_Uns = 507 + Ieee_Std_Logic_Arith_Ge_Uns_Int = 508 + Ieee_Std_Logic_Arith_Ge_Int_Uns = 509 + Ieee_Std_Logic_Arith_Ge_Sgn_Int = 510 + Ieee_Std_Logic_Arith_Ge_Int_Sgn = 511 + Ieee_Std_Logic_Arith_Eq_Uns_Uns = 512 + Ieee_Std_Logic_Arith_Eq_Sgn_Sgn = 513 + Ieee_Std_Logic_Arith_Eq_Uns_Sgn = 514 + Ieee_Std_Logic_Arith_Eq_Sgn_Uns = 515 + Ieee_Std_Logic_Arith_Eq_Uns_Int = 516 + Ieee_Std_Logic_Arith_Eq_Int_Uns = 517 + Ieee_Std_Logic_Arith_Eq_Sgn_Int = 518 + Ieee_Std_Logic_Arith_Eq_Int_Sgn = 519 + Ieee_Std_Logic_Arith_Ne_Uns_Uns = 520 + Ieee_Std_Logic_Arith_Ne_Sgn_Sgn = 521 + Ieee_Std_Logic_Arith_Ne_Uns_Sgn = 522 + Ieee_Std_Logic_Arith_Ne_Sgn_Uns = 523 + Ieee_Std_Logic_Arith_Ne_Uns_Int = 524 + Ieee_Std_Logic_Arith_Ne_Int_Uns = 525 + Ieee_Std_Logic_Arith_Ne_Sgn_Int = 526 + Ieee_Std_Logic_Arith_Ne_Int_Sgn = 527 + Ieee_Std_Logic_Misc_And_Reduce_Slv = 528 + Ieee_Std_Logic_Misc_And_Reduce_Suv = 529 + Ieee_Std_Logic_Misc_Nand_Reduce_Slv = 530 + Ieee_Std_Logic_Misc_Nand_Reduce_Suv = 531 + Ieee_Std_Logic_Misc_Or_Reduce_Slv = 532 + Ieee_Std_Logic_Misc_Or_Reduce_Suv = 533 + Ieee_Std_Logic_Misc_Nor_Reduce_Slv = 534 + Ieee_Std_Logic_Misc_Nor_Reduce_Suv = 535 + Ieee_Std_Logic_Misc_Xor_Reduce_Slv = 536 + Ieee_Std_Logic_Misc_Xor_Reduce_Suv = 537 + Ieee_Std_Logic_Misc_Xnor_Reduce_Slv = 538 + Ieee_Std_Logic_Misc_Xnor_Reduce_Suv = 539 Get_Kind = libghdl.vhdl__nodes__get_kind Get_Location = libghdl.vhdl__nodes__get_location -- cgit v1.2.3