manual: Fix cell-stmt order
authorgatecat <gatecat@ds0.me>
Sat, 1 Jan 2022 18:26:59 +0000 (18:26 +0000)
committerZachary Snow <zachary.j.snow@gmail.com>
Tue, 4 Jan 2022 01:17:10 +0000 (18:17 -0700)
Signed-off-by: gatecat <gatecat@ds0.me>
manual/CHAPTER_TextRtlil.tex

index 5615a87079a53a6b17a63eb391fc31d2477c8dc1..67eade8bf926b671e05f3d442440a817006a179f 100644 (file)
@@ -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>