-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resiliance to malformed VHDL #669
Comments
I would think that is possible, after all vcom does not stop at the first error. Currently my parser will stop if there is a syntax error, but a syntax error is just something missing. I might be able to continue parsing and just skip the missing element. No guarantee the rest could be parsed though. It might give false results. Maybe just analyze up to the syntax error? |
When malformed VHDL is processed, I'd like VSG to report this rather than some obscure traceback error |
What is your question?
Sometimes I run VSG against code that does not compile i.e. it has VHDL syntax errors. VSG tends to fall over in a heap. Should this happen? Are there not traps somewhere so VSG can fail gracefully?
The text was updated successfully, but these errors were encountered: