3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-07 09:55:20 +00:00

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

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>