Replies: 1 comment
-
You can't use
You could force an error at the end of parsing by specifying an invalid top level module name with the The parser for I'll move this to the Discussions area. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
This is more of a question than an issue.
I want to verify the syntax correctness of a verilog code. How can I use iverilog to parse this?
How does iverilog parse the official verilog grammar ? I want to use the code version of verilog grammar in EBNF:
https://github.com/circuitgraph/circuitgraph/blob/main/circuitgraph/parsing/verilog.lark
https://www.verilog.com/VerilogBNF.html
Beta Was this translation helpful? Give feedback.
All reactions