diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-06-24 18:38:01 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-06-24 21:14:11 +0200 |
commit | d9be7da0cf3d38e2476862fc6bb75a8d27de3276 (patch) | |
tree | ebb2c35d416e856ec96b6475bec6d1015f1524ac /python/libghdl | |
parent | 37d33fb7b2f43e275a98d22561080758fcdfc601 (diff) | |
download | ghdl-d9be7da0cf3d38e2476862fc6bb75a8d27de3276.tar.gz ghdl-d9be7da0cf3d38e2476862fc6bb75a8d27de3276.tar.bz2 ghdl-d9be7da0cf3d38e2476862fc6bb75a8d27de3276.zip |
libraries.py: add more bindings.
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 |