aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/python/libghdl/thin.py
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-10-05 20:40:33 +0200
committerTristan Gingold <tgingold@free.fr>2017-10-05 20:40:33 +0200
commit640a548573d4c45bfdcdc464dbfa1a5ae64215b6 (patch)
treed6c72de5af6dca45bf9369d956a76a5afb9cc454 /src/vhdl/python/libghdl/thin.py
parentf8bf562141e892483af1f568ed4f3a858fcde878 (diff)
downloadghdl-640a548573d4c45bfdcdc464dbfa1a5ae64215b6.tar.gz
ghdl-640a548573d4c45bfdcdc464dbfa1a5ae64215b6.tar.bz2
ghdl-640a548573d4c45bfdcdc464dbfa1a5ae64215b6.zip
python binding: set prefix, add interfaces.
Diffstat (limited to 'src/vhdl/python/libghdl/thin.py')
-rw-r--r--src/vhdl/python/libghdl/thin.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/vhdl/python/libghdl/thin.py b/src/vhdl/python/libghdl/thin.py
index 9110e3f3d..f8b5f3eac 100644
--- a/src/vhdl/python/libghdl/thin.py
+++ b/src/vhdl/python/libghdl/thin.py
@@ -46,10 +46,16 @@ Get_File_Buffer.restype = c_char_p
Get_Name_Length = libghdl.name_table__get_name_length
+Get_Name_Ptr = libghdl.name_table__get_name_ptr
+Get_Name_Ptr.restype = c_char_p
+
# std.standard
Standard_Package = c_int32.in_dll(libghdl, "std_package__standard_package")
+# libraries
+
+Get_Libraries_Chain = libghdl.libraries__get_libraries_chain
Null_Iir = 0
Null_Iir_List = 0