diff options
Diffstat (limited to 'python/libghdl')
-rw-r--r-- | python/libghdl/thin/libraries.py | 4 |
1 files changed, 4 insertions, 0 deletions
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 |