aboutsummaryrefslogtreecommitdiffstats
path: root/python/libghdl/thin/vhdl/nodes.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/libghdl/thin/vhdl/nodes.py')
-rw-r--r--python/libghdl/thin/vhdl/nodes.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/libghdl/thin/vhdl/nodes.py b/python/libghdl/thin/vhdl/nodes.py
index b77434aa7..700846bbb 100644
--- a/python/libghdl/thin/vhdl/nodes.py
+++ b/python/libghdl/thin/vhdl/nodes.py
@@ -1213,6 +1213,10 @@ class Iir_Predefined:
Ieee_Std_Logic_Arith_Conv_Unsigned_Uns = 334
Ieee_Std_Logic_Arith_Conv_Unsigned_Sgn = 335
Ieee_Std_Logic_Arith_Conv_Unsigned_Log = 336
+ Ieee_Std_Logic_Arith_Conv_Integer_Int = 337
+ Ieee_Std_Logic_Arith_Conv_Integer_Uns = 338
+ Ieee_Std_Logic_Arith_Conv_Integer_Sgn = 339
+ Ieee_Std_Logic_Arith_Conv_Integer_Log = 340
Get_Kind = libghdl.vhdl__nodes__get_kind
Get_Location = libghdl.vhdl__nodes__get_location