projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a63fc5
)
Fix typo in manual
author
Clifford Wolf
<clifford@clifford.at>
Mon, 7 Jan 2019 09:07:28 +0000
(10:07 +0100)
committer
Clifford Wolf
<clifford@clifford.at>
Mon, 7 Jan 2019 09:07:28 +0000
(10:07 +0100)
Signed-off-by: Clifford Wolf <clifford@clifford.at>
manual/CHAPTER_CellLib.tex
patch
|
blob
|
history
diff --git
a/manual/CHAPTER_CellLib.tex
b/manual/CHAPTER_CellLib.tex
index d40a600ed415999c3a04e68af2d13d87b6b4329b..e22664a829a0d3ff7ffdf5c32f4a7b696df0c4e0 100644
(file)
--- a/
manual/CHAPTER_CellLib.tex
+++ b/
manual/CHAPTER_CellLib.tex
@@
-437,7
+437,7
@@
otherwise.
\begin{lstlisting}[mathescape,language=Verilog]
always @($ClkEdge$ C, $RstEdge$ R)
if (R == $RstLvl$)
- Q <= $RstVa
$l
;
+ Q <= $RstVa
l$
;
else
Q <= D;
\end{lstlisting}