mirror of https://github.com/YosysHQ/yosys.git
manual: Fix cell-stmt order
Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
parent
361916ad3e
commit
493b5e03e7
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue