From: Robert Baruch Date: Mon, 23 Nov 2020 05:08:58 +0000 (-0800) Subject: Adds missing "end" and eol to module. X-Git-Tag: working-ls180~181^2~8 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d3d28e287f1935a25e288ecdbb50060bc4d0de84;p=yosys.git Adds missing "end" and eol to module. --- diff --git a/manual/CHAPTER_TextRtlil.tex b/manual/CHAPTER_TextRtlil.tex index 30ddaafd3..e84235398 100644 --- 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" $*$ + ::= "module" $*$ "end" ::=