aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/libghdl/libraries.py
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-06-19 06:55:30 +0200
committerTristan Gingold <tgingold@free.fr>2021-06-19 06:55:30 +0200
commit87d5a055051838d9e80624f547e0a11b877daec2 (patch)
treea681875de3ded1c8c37d3043942bb15aded3d84d /pyGHDL/libghdl/libraries.py
parenta219d4ce25c38a308a8db518c8562f0348452bd7 (diff)
downloadghdl-87d5a055051838d9e80624f547e0a11b877daec2.tar.gz
ghdl-87d5a055051838d9e80624f547e0a11b877daec2.tar.bz2
ghdl-87d5a055051838d9e80624f547e0a11b877daec2.zip
pyGHDL: use LocationType instead of Location_Type
Diffstat (limited to 'pyGHDL/libghdl/libraries.py')
-rw-r--r--pyGHDL/libghdl/libraries.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyGHDL/libghdl/libraries.py b/pyGHDL/libghdl/libraries.py
index 963f390d9..7dd417054 100644
--- a/pyGHDL/libghdl/libraries.py
+++ b/pyGHDL/libghdl/libraries.py
@@ -42,13 +42,13 @@ from pyGHDL.libghdl._types import (
Iir_Library_Declaration,
Iir_Design_Unit,
Iir_Design_File,
- Location_Type,
+ LocationType,
)
from pyGHDL.libghdl._decorator import BindToLibGHDL
__all__ = ["Library_Location", "Work_Library"]
-Library_Location: Location_Type = c_int32.in_dll(libghdl, "libraries__library_location")
+Library_Location: LocationType = c_int32.in_dll(libghdl, "libraries__library_location")
"""
A location for library declarations (such as library WORK). Use ``.value`` to
access this variable inside libghdl.