diff options
-rw-r--r-- | manual/CHAPTER_TextRtlil.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/CHAPTER_TextRtlil.tex b/manual/CHAPTER_TextRtlil.tex index 5615a8707..67eade8bf 100644 --- a/manual/CHAPTER_TextRtlil.tex +++ b/manual/CHAPTER_TextRtlil.tex @@ -217,7 +217,7 @@ Cells perform functions on input signals. See Chap.~\ref{chapter:celllib} for a \begin{indentgrammar}{<cell-body-stmt>} <cell> ::= <attr-stmt>$*$ <cell-stmt> <cell-body-stmt>$*$ <cell-end-stmt> -<cell-stmt> ::= "cell" <cell-id> <cell-type> <eol> +<cell-stmt> ::= "cell" <cell-type> <cell-id> <eol> <cell-id> ::= <id> |