diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-10-10 07:34:03 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-10-10 07:34:03 +0200 |
commit | 8be1c7f59f6f824ab3a90f9fe3767984c50c45b6 (patch) | |
tree | 713ab7b5d6bc47eb6e9aea9aab851fe48ce08a1c /python/libghdl/thin/vhdl/nodes.py | |
parent | afedf0957ac9cdc0bc832e0b5947a3f92d79b1fb (diff) | |
download | ghdl-8be1c7f59f6f824ab3a90f9fe3767984c50c45b6.tar.gz ghdl-8be1c7f59f6f824ab3a90f9fe3767984c50c45b6.tar.bz2 ghdl-8be1c7f59f6f824ab3a90f9fe3767984c50c45b6.zip |
vhdl: recognize conv_unsigned from ieee.std_logic_arith.
Diffstat (limited to 'python/libghdl/thin/vhdl/nodes.py')
-rw-r--r-- | python/libghdl/thin/vhdl/nodes.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/libghdl/thin/vhdl/nodes.py b/python/libghdl/thin/vhdl/nodes.py index 3d3323bc6..08feba5fc 100644 --- a/python/libghdl/thin/vhdl/nodes.py +++ b/python/libghdl/thin/vhdl/nodes.py @@ -1194,6 +1194,10 @@ class Iir_Predefined: Ieee_Std_Logic_Unsigned_Ne_Slv_Slv = 315 Ieee_Std_Logic_Unsigned_Ne_Slv_Int = 316 Ieee_Std_Logic_Unsigned_Ne_Int_Slv = 317 + Ieee_Std_Logic_Arith_Conv_Unsigned_Int = 318 + Ieee_Std_Logic_Arith_Conv_Unsigned_Uns = 319 + Ieee_Std_Logic_Arith_Conv_Unsigned_Sgn = 320 + Ieee_Std_Logic_Arith_Conv_Unsigned_Log = 321 Get_Kind = libghdl.vhdl__nodes__get_kind Get_Location = libghdl.vhdl__nodes__get_location |