aboutsummaryrefslogtreecommitdiffstats
path: root/python/libghdl/thin
diff options
context:
space:
mode:
Diffstat (limited to 'python/libghdl/thin')
-rw-r--r--python/libghdl/thin/vhdl/nodes.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/python/libghdl/thin/vhdl/nodes.py b/python/libghdl/thin/vhdl/nodes.py
index 7a9b650c1..9a2a05f60 100644
--- a/python/libghdl/thin/vhdl/nodes.py
+++ b/python/libghdl/thin/vhdl/nodes.py
@@ -1457,6 +1457,18 @@ class Iir_Predefined:
Ieee_Std_Logic_Arith_Add_Log_Uns_Slv = 474
Ieee_Std_Logic_Arith_Add_Sgn_Log_Slv = 475
Ieee_Std_Logic_Arith_Add_Log_Sgn_Slv = 476
+ Ieee_Std_Logic_Misc_And_Reduce_Slv = 477
+ Ieee_Std_Logic_Misc_And_Reduce_Suv = 478
+ Ieee_Std_Logic_Misc_Nand_Reduce_Slv = 479
+ Ieee_Std_Logic_Misc_Nand_Reduce_Suv = 480
+ Ieee_Std_Logic_Misc_Or_Reduce_Slv = 481
+ Ieee_Std_Logic_Misc_Or_Reduce_Suv = 482
+ Ieee_Std_Logic_Misc_Nor_Reduce_Slv = 483
+ Ieee_Std_Logic_Misc_Nor_Reduce_Suv = 484
+ Ieee_Std_Logic_Misc_Xor_Reduce_Slv = 485
+ Ieee_Std_Logic_Misc_Xor_Reduce_Suv = 486
+ Ieee_Std_Logic_Misc_Xnor_Reduce_Slv = 487
+ Ieee_Std_Logic_Misc_Xnor_Reduce_Suv = 488
Get_Kind = libghdl.vhdl__nodes__get_kind
Get_Location = libghdl.vhdl__nodes__get_location
63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121