diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-12-26 18:05:51 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-12-28 18:45:25 +0100 |
commit | a52af2f98e34648a2a9b056b11da518a60a6c6cd (patch) | |
tree | 32e150cfbe061e6f20d0c3d4cb57e23abb0f315e /python/libghdl/thin/vhdl/elocations.py | |
parent | 8a5fe99b279b1ce1ea7fe4313a24d0f3a399149d (diff) | |
download | ghdl-a52af2f98e34648a2a9b056b11da518a60a6c6cd.tar.gz ghdl-a52af2f98e34648a2a9b056b11da518a60a6c6cd.tar.bz2 ghdl-a52af2f98e34648a2a9b056b11da518a60a6c6cd.zip |
vhdl: improve support of AMS-vhdl (array and record natures, source quantities)
Diffstat (limited to 'python/libghdl/thin/vhdl/elocations.py')
-rw-r--r-- | python/libghdl/thin/vhdl/elocations.py | 4 |
1 files changed, 4 insertions, 0 deletions
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 |