manual: Fix cell-stmt order

Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
gatecat 2022-01-01 18:26:59 +00:00 committed by Zachary Snow
parent 361916ad3e
commit 493b5e03e7
1 changed files with 1 additions and 1 deletions

View 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>