diff options
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 |