You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: