From: Clifford Wolf Date: Mon, 7 Jan 2019 09:07:28 +0000 (+0100) Subject: Fix typo in manual X-Git-Tag: yosys-0.9~334 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f042559e9dbcc0738c6404903ac22da63cd27404;p=yosys.git Fix typo in manual Signed-off-by: Clifford Wolf --- diff --git a/manual/CHAPTER_CellLib.tex b/manual/CHAPTER_CellLib.tex index d40a600ed..e22664a82 100644 --- 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 <= $RstVal$; else Q <= D; \end{lstlisting}