diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-03-11 18:42:01 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-03-11 18:42:01 +0100 |
commit | cae204093418e82299b93af809007aadd4cde36d (patch) | |
tree | 7370a644f30f66ce7a94df0b49c4ede8d9e1f578 /python/libghdl/thin/vhdl | |
parent | 4c9651dfbb4aeb4bd22b1b6eb5436119f599f8e4 (diff) | |
download | ghdl-cae204093418e82299b93af809007aadd4cde36d.tar.gz ghdl-cae204093418e82299b93af809007aadd4cde36d.tar.bz2 ghdl-cae204093418e82299b93af809007aadd4cde36d.zip |
vhdl-ieee-std_logic_arith: recognize more conversions.
Diffstat (limited to 'python/libghdl/thin/vhdl')
-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 28ff681ca..2da9debfd 100644 --- a/python/libghdl/thin/vhdl/nodes.py +++ b/python/libghdl/thin/vhdl/nodes.py @@ -1405,6 +1405,10 @@ class Iir_Predefined: Ieee_Std_Logic_Arith_Conv_Integer_Uns = 422 Ieee_Std_Logic_Arith_Conv_Integer_Sgn = 423 Ieee_Std_Logic_Arith_Conv_Integer_Log = 424 + Ieee_Std_Logic_Arith_Conv_Vector_Int = 425 + Ieee_Std_Logic_Arith_Conv_Vector_Uns = 426 + Ieee_Std_Logic_Arith_Conv_Vector_Sgn = 427 + Ieee_Std_Logic_Arith_Conv_Vector_Log = 428 Get_Kind = libghdl.vhdl__nodes__get_kind Get_Location = libghdl.vhdl__nodes__get_location |