diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-05-22 18:38:03 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-05-22 18:38:03 +0200 |
commit | b6267cd2b25a3e6115fd5df2db3a07ad0c013f47 (patch) | |
tree | fa841f663c549055fc99a4d7a8569d42b7697e7d /src/vhdl/python/pnodespy.py | |
parent | 1b761905bb2eeb243e60d2846cfb04aad7388d1a (diff) | |
download | ghdl-b6267cd2b25a3e6115fd5df2db3a07ad0c013f47.tar.gz ghdl-b6267cd2b25a3e6115fd5df2db3a07ad0c013f47.tar.bz2 ghdl-b6267cd2b25a3e6115fd5df2db3a07ad0c013f47.zip |
python: regenerate elocations.py
Diffstat (limited to 'src/vhdl/python/pnodespy.py')
-rwxr-xr-x | src/vhdl/python/pnodespy.py | 2 |
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: |