From a52af2f98e34648a2a9b056b11da518a60a6c6cd Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 26 Dec 2019 18:05:51 +0100 Subject: vhdl: improve support of AMS-vhdl (array and record natures, source quantities) --- python/libghdl/thin/vhdl/elocations.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'python/libghdl/thin/vhdl/elocations.py') diff --git a/python/libghdl/thin/vhdl/elocations.py b/python/libghdl/thin/vhdl/elocations.py index 642598650..87d87b731 100644 --- a/python/libghdl/thin/vhdl/elocations.py +++ b/python/libghdl/thin/vhdl/elocations.py @@ -25,6 +25,10 @@ Get_Then_Location = libghdl.vhdl__elocations__get_then_location Set_Then_Location = libghdl.vhdl__elocations__set_then_location +Get_Use_Location = libghdl.vhdl__elocations__get_use_location + +Set_Use_Location = libghdl.vhdl__elocations__set_use_location + Get_Loop_Location = libghdl.vhdl__elocations__get_loop_location Set_Loop_Location = libghdl.vhdl__elocations__set_loop_location -- cgit v1.2.3