aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-06-24 18:38:01 +0200
committerTristan Gingold <tgingold@free.fr>2019-06-24 21:14:11 +0200
commitd9be7da0cf3d38e2476862fc6bb75a8d27de3276 (patch)
treeebb2c35d416e856ec96b6475bec6d1015f1524ac /python
parent37d33fb7b2f43e275a98d22561080758fcdfc601 (diff)
downloadghdl-d9be7da0cf3d38e2476862fc6bb75a8d27de3276.tar.gz
ghdl-d9be7da0cf3d38e2476862fc6bb75a8d27de3276.tar.bz2
ghdl-d9be7da0cf3d38e2476862fc6bb75a8d27de3276.zip
libraries.py: add more bindings.
Diffstat (limited to 'python')
-rw-r--r--python/libghdl/thin/libraries.py4
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