3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-07 09:55:20 +00:00

Adds missing "end" and eol to module.

This commit is contained in:
Robert Baruch 2020-11-22 21:08:58 -08:00
parent c5a2ae01cd
commit d3d28e287f

View file

@ -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>