diff options
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: |