projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5a2ae0
)
Adds missing "end" and eol to module.
author
Robert Baruch
<robert.c.baruch@gmail.com>
Mon, 23 Nov 2020 05:08:58 +0000
(21:08 -0800)
committer
Robert Baruch
<robert.c.baruch@gmail.com>
Mon, 23 Nov 2020 05:08:58 +0000
(21:08 -0800)
manual/CHAPTER_TextRtlil.tex
patch
|
blob
|
history
diff --git
a/manual/CHAPTER_TextRtlil.tex
b/manual/CHAPTER_TextRtlil.tex
index 30ddaafd3c6a8a89281d3b156163444bd4acc09a..e8423539833c76e56afe0bb3cfe57949a11c9165 100644
(file)
--- a/
manual/CHAPTER_TextRtlil.tex
+++ b/
manual/CHAPTER_TextRtlil.tex
@@
-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>