aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/libghdl/std_names.py
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2021-06-19 02:23:45 +0200
committerPatrick Lehmann <Patrick.Lehmann@plc2.de>2021-06-19 15:25:07 +0200
commit0e76c86e142d9528ddf8b34a2a8af913f60760ea (patch)
tree707edd3043550a5dcf0754aff569c26cf5e6de9a /pyGHDL/libghdl/std_names.py
parent35673cc2ec1b572379396ca5f3e35939a99c3a31 (diff)
downloadghdl-0e76c86e142d9528ddf8b34a2a8af913f60760ea.tar.gz
ghdl-0e76c86e142d9528ddf8b34a2a8af913f60760ea.tar.bz2
ghdl-0e76c86e142d9528ddf8b34a2a8af913f60760ea.zip
Regenerated interface files.
Diffstat (limited to 'pyGHDL/libghdl/std_names.py')
-rw-r--r--pyGHDL/libghdl/std_names.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyGHDL/libghdl/std_names.py b/pyGHDL/libghdl/std_names.py
index b9bdb95d3..256a1c425 100644
--- a/pyGHDL/libghdl/std_names.py
+++ b/pyGHDL/libghdl/std_names.py
@@ -4,6 +4,8 @@
from enum import IntEnum, unique
from pydecor import export
+from pyGHDL.libghdl._decorator import BindToLibGHDL
+
@export
class Name: