mirror of https://github.com/YosysHQ/yosys.git
Adds missing "end" and eol to module.
This commit is contained in:
parent
c5a2ae01cd
commit
d3d28e287f
|
@ -102,7 +102,7 @@ Note that in general, statements are terminated by an end of line.
|
||||||
A module consists of zero or more module statements.
|
A module consists of zero or more module statements.
|
||||||
|
|
||||||
\begin{indentgrammar}{<module-stmt>}
|
\begin{indentgrammar}{<module-stmt>}
|
||||||
<module> ::= "module" <id> <eol> <module-stmt>$*$
|
<module> ::= "module" <id> <eol> <module-stmt>$*$ "end" <eol>
|
||||||
|
|
||||||
<module-stmt> ::=
|
<module-stmt> ::=
|
||||||
<param-stmt>
|
<param-stmt>
|
||||||
|
|
Loading…
Reference in New Issue