diff options
Diffstat (limited to 'src/vhdl/python')
-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 bcc8d9fbe..54a025e1f 100755 --- a/src/vhdl/python/pnodespy.py +++ b/src/vhdl/python/pnodespy.py @@ -221,7 +221,7 @@ def do_libghdl_tokens(): def do_libghdl_errorout(): - read_enum("errorout.ads", "Msgid_Type", "(Msgid|Warnid)_", "Msgid", + read_enum("../errorout.ads", "Msgid_Type", "(Msgid|Warnid)_", "Msgid", g=lambda m: m.group(1) + '_' + m.group(2)) |