-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Quite excited to see what I can make of the pyVHDLparser. In using it on a simple enough file, I encounter the following:
================================================================================
pyVHDLParser - Test Application
================================================================================
FATAL: An unknown or unhandled exception reached the topmost exception handler!
Exception type: TokenizerException
Exception message: (line: 15, col: 37): Ambiguous syntax detected. buffer: ''l'
Caused in: GetVHDLTokenizer in file '/mnt/d/Development/OpenSource/pyVHDLParser/pyVHDLParser/Token/Parser.py' at line 368
--------------------------------------------------------------------------------
...Token/Parser.py", line 368, in GetVHDLTokenizer
raise TokenizerException("Ambiguous syntax detected. buffer: '{buffer}'".format(buffer=buffer), start)
--------------------------------------------------------------------------------
Please report this bug at GitHub: https://github.com/VLSI-EDA/pyIPCMI/issues
--------------------------------------------------------------------------------
This seems to be triggered by the access of 'length... I'll be diving into the Parser.py file to see if I can rectify.
Thanks!
Metadata
Metadata
Assignees
Labels
No labels