From 493b5e03e7ce9496980c9235bb2979bd259995a6 Mon Sep 17 00:00:00 2001 From: gatecat <gatecat@ds0.me> Date: Sat, 1 Jan 2022 18:26:59 +0000 Subject: manual: Fix cell-stmt order Signed-off-by: gatecat <gatecat@ds0.me> --- manual/CHAPTER_TextRtlil.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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> -- cgit v1.2.3