From d9be7da0cf3d38e2476862fc6bb75a8d27de3276 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Mon, 24 Jun 2019 18:38:01 +0200 Subject: libraries.py: add more bindings. --- python/libghdl/thin/libraries.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'python') diff --git a/python/libghdl/thin/libraries.py b/python/libghdl/thin/libraries.py index cb5f20ec2..f0babf106 100644 --- a/python/libghdl/thin/libraries.py +++ b/python/libghdl/thin/libraries.py @@ -15,3 +15,7 @@ Work_Library = c_int32.in_dll(libghdl, "libraries__work_library") Purge_Design_File = libghdl.libraries__purge_design_file Find_Entity_For_Component = libghdl.libraries__find_entity_for_component + +Get_Library_No_Create = libghdl.libraries__get_library_no_create + +Find_Primary_Unit = libghdl.libraries__find_primary_unit -- cgit v1.2.3