-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
A few fails while parsing ivtest in the sv-tests environment #28
Comments
Thank you for your information!
sv-parser can parse UTF-8 only. I think this is a reasonable restriction because comment should be ASCII in LRM:
|
Thank you for looking into this. We have recently become aware of '{} being invalid and are trying to understand how to rewrite tests etc. to remove it along with fixes to the Icarus parser. I can add those to the sv-tests exclusion list for now. Yes, I assumed it was the non-ASCII text. Thanks for verifying. Not sure what to do about that. I think many of our users appreciate this functionality. I will exclude this for now as well. |
FYI '{} is supported by commercial tools (e.g. VCS). I opened an item to discuss how to handle these de facto standard items in sv-tests the other day. |
Adding br_gh435.v as another unexpected fail which we recently added to ivtest. It has an embedded single line comment in a macro. I think there is some ambiguity in the standard around this though it is supported by commercial tools. Cary |
I fixed the embedded single line comment issue. |
I noticed sv-parser does an excellent job of parsing most of the code in the sv-tests test bench (https://github.com/SymbiFlow/sv-tests). While working to get ivtest clean I noticed there are a few of our test that sv-parser is failing. One actually looks like a crash. If you were not aware of this TB I wanted to let you know. As one of the developers on Icarus Verilog I am interested in getting it and our regressions as clean as possible. This includes finding things we may have done incorrectly in our regressions so when I see a tool that is parsing most thing I want to know if it is something at our end our a miss on your end. Unfortunately the output they are showing does not indicate why the parse is failing so it's hard for me to know what the issue is.
The text was updated successfully, but these errors were encountered: