From 640a548573d4c45bfdcdc464dbfa1a5ae64215b6 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 5 Oct 2017 20:40:33 +0200 Subject: python binding: set prefix, add interfaces. --- src/vhdl/python/libghdl/thin.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/vhdl/python/libghdl/thin.py') 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 -- cgit v1.2.3