-
Notifications
You must be signed in to change notification settings - Fork 264
Open
Labels
rejects-valid syntaxIf the parser wrongly rejects syntactically valid code (according to SV-2017).If the parser wrongly rejects syntactically valid code (according to SV-2017).
Description
Describe the bug
Short summary.
To Reproduce
verible-verilog-lint test.svwith test.sv
module test;
logic analog;
endmoduleActual behavior:
Rejects valid syntax
test.sv:2 9-14 syntax error at token "analog"
Expected behavior
No syntax error.
analog is not a reserved keyword according to LRM Annex B Table B.1
Metadata
Metadata
Assignees
Labels
rejects-valid syntaxIf the parser wrongly rejects syntactically valid code (according to SV-2017).If the parser wrongly rejects syntactically valid code (according to SV-2017).