Adds missing "end" and eol to module.
authorRobert Baruch <robert.c.baruch@gmail.com>
Mon, 23 Nov 2020 05:08:58 +0000 (21:08 -0800)
committerRobert Baruch <robert.c.baruch@gmail.com>
Mon, 23 Nov 2020 05:08:58 +0000 (21:08 -0800)
manual/CHAPTER_TextRtlil.tex

index 30ddaafd3c6a8a89281d3b156163444bd4acc09a..e8423539833c76e56afe0bb3cfe57949a11c9165 100644 (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.
 
 \begin{indentgrammar}{<module-stmt>}
-<module> ::= "module" <id> <eol> <module-stmt>$*$
+<module> ::= "module" <id> <eol> <module-stmt>$*$ "end" <eol>
 
 <module-stmt> ::= 
 <param-stmt>