diff options
author | gatecat <gatecat@ds0.me> | 2022-01-01 18:26:59 +0000 |
---|---|---|
committer | Zachary Snow <zachary.j.snow@gmail.com> | 2022-01-03 18:17:10 -0700 |
commit | 493b5e03e7ce9496980c9235bb2979bd259995a6 (patch) | |
tree | c82c24b2582726e373ddd3acb4bb77ddc55dbf5d | |
parent | 361916ad3e556e3e447ba80058acdc44b9f527e9 (diff) | |
download | yosys-493b5e03e7ce9496980c9235bb2979bd259995a6.tar.gz yosys-493b5e03e7ce9496980c9235bb2979bd259995a6.tar.bz2 yosys-493b5e03e7ce9496980c9235bb2979bd259995a6.zip |
manual: Fix cell-stmt order
Signed-off-by: gatecat <gatecat@ds0.me>
-rw-r--r-- | manual/CHAPTER_TextRtlil.tex | 2 |
1 files changed, 1 insertions, 1 deletions
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> |