From 966ffd5b0317e61f5b4e48c2e43889d055ddddcc Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Fri, 11 Oct 2019 06:57:27 +0200 Subject: vhdl: recognize conv_integer functions from std_logic_arith. --- python/libghdl/thin/vhdl/nodes.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'python/libghdl/thin/vhdl') 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 -- cgit v1.2.3