Skip to content
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

Sanitizer is missing some SystemVerilog keywords #168

Closed
mkorbel1 opened this issue Sep 28, 2022 · 0 comments
Closed

Sanitizer is missing some SystemVerilog keywords #168

mkorbel1 opened this issue Sep 28, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@mkorbel1
Copy link
Contributor

Describe the bug

Noticed that byte keyword in SystemVerilog is not in _reservedSVKeywords in sanitizer.dart. There are probably other reserved keywords not included in the list, and we should add all of them to help ensure valid SystemVerilog generation.

Additional details

To fix, it would be good to find a definitive source of SV keywords and populate with that.

@mkorbel1 mkorbel1 added the bug Something isn't working label Sep 28, 2022
@mkorbel1 mkorbel1 self-assigned this Oct 21, 2022
mkorbel1 added a commit to mkorbel1/rohd that referenced this issue Oct 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant