aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/python/pnodespy.py
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-05-22 18:38:03 +0200
committerTristan Gingold <tgingold@free.fr>2019-05-22 18:38:03 +0200
commitb6267cd2b25a3e6115fd5df2db3a07ad0c013f47 (patch)
treefa841f663c549055fc99a4d7a8569d42b7697e7d /src/vhdl/python/pnodespy.py
parent1b761905bb2eeb243e60d2846cfb04aad7388d1a (diff)
downloadghdl-b6267cd2b25a3e6115fd5df2db3a07ad0c013f47.tar.gz
ghdl-b6267cd2b25a3e6115fd5df2db3a07ad0c013f47.tar.bz2
ghdl-b6267cd2b25a3e6115fd5df2db3a07ad0c013f47.zip
python: regenerate elocations.py
Diffstat (limited to 'src/vhdl/python/pnodespy.py')
-rwxr-xr-xsrc/vhdl/python/pnodespy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/python/pnodespy.py b/src/vhdl/python/pnodespy.py
index 4088efa3a..515c3d1c2 100755
--- a/src/vhdl/python/pnodespy.py
+++ b/src/vhdl/python/pnodespy.py
@@ -55,7 +55,7 @@ def do_iirs_subprg():
def do_libghdl_elocations():
- classname = 'elocations'
+ classname = 'vhdl__elocations'
print('from libghdl import libghdl')
print()
for k in pnodes.funcs: