projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
361916a
)
manual: Fix cell-stmt order
author
gatecat
<gatecat@ds0.me>
Sat, 1 Jan 2022 18:26:59 +0000
(18:26 +0000)
committer
Zachary 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
patch
|
blob
|
history
diff --git
a/manual/CHAPTER_TextRtlil.tex
b/manual/CHAPTER_TextRtlil.tex
index 5615a87079a53a6b17a63eb391fc31d2477c8dc1..67eade8bf926b671e05f3d442440a817006a179f 100644
(file)
--- 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>