aboutsummaryrefslogtreecommitdiffstats
path: root/python/libghdl
diff options
context:
space:
mode:
Diffstat (limited to 'python/libghdl')
-rw-r--r--python/libghdl/thin/std_names.py4
-rw-r--r--python/libghdl/thin/vhdl/nodes.py18
2 files changed, 16 insertions, 6 deletions
diff --git a/python/libghdl/thin/std_names.py b/python/libghdl/thin/std_names.py
index c2ddef117..e9b7308b7 100644
--- a/python/libghdl/thin/std_names.py
+++ b/python/libghdl/thin/std_names.py
@@ -583,8 +583,8 @@ class Name:
Unresolved_Signed = 797
Std_Logic_Arith = 798
Std_Logic_Signed = 799
- Std_Logic_Textio = 800
- Std_Logic_Unsigned = 801
+ Std_Logic_Unsigned = 800
+ Std_Logic_Textio = 801
To_Integer = 802
To_Unsigned = 803
To_Signed = 804
diff --git a/python/libghdl/thin/vhdl/nodes.py b/python/libghdl/thin/vhdl/nodes.py
index d684700a6..b77434aa7 100644
--- a/python/libghdl/thin/vhdl/nodes.py
+++ b/python/libghdl/thin/vhdl/nodes.py
@@ -1199,10 +1199,20 @@ class Iir_Predefined:
Ieee_Std_Logic_Unsigned_Ne_Slv_Slv = 320
Ieee_Std_Logic_Unsigned_Ne_Slv_Int = 321
Ieee_Std_Logic_Unsigned_Ne_Int_Slv = 322
- Ieee_Std_Logic_Arith_Conv_Unsigned_Int = 323
- Ieee_Std_Logic_Arith_Conv_Unsigned_Uns = 324
- Ieee_Std_Logic_Arith_Conv_Unsigned_Sgn = 325
- Ieee_Std_Logic_Arith_Conv_Unsigned_Log = 326
+ Ieee_Std_Logic_Signed_Add_Slv_Slv = 323
+ Ieee_Std_Logic_Signed_Add_Slv_Int = 324
+ Ieee_Std_Logic_Signed_Add_Int_Slv = 325
+ Ieee_Std_Logic_Signed_Add_Slv_Sl = 326
+ Ieee_Std_Logic_Signed_Add_Sl_Slv = 327
+ Ieee_Std_Logic_Signed_Sub_Slv_Slv = 328
+ Ieee_Std_Logic_Signed_Sub_Slv_Int = 329
+ Ieee_Std_Logic_Signed_Sub_Int_Slv = 330
+ Ieee_Std_Logic_Signed_Sub_Slv_Sl = 331
+ Ieee_Std_Logic_Signed_Sub_Sl_Slv = 332
+ Ieee_Std_Logic_Arith_Conv_Unsigned_Int = 333
+ Ieee_Std_Logic_Arith_Conv_Unsigned_Uns = 334
+ Ieee_Std_Logic_Arith_Conv_Unsigned_Sgn = 335
+ Ieee_Std_Logic_Arith_Conv_Unsigned_Log = 336
Get_Kind = libghdl.vhdl__nodes__get_kind
Get_Location = libghdl.vhdl__nodes__get_location