mirror of https://github.com/YosysHQ/yosys.git
Fix typo in manual
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
8a63fc51d3
commit
f042559e9d
|
@ -437,7 +437,7 @@ otherwise.
|
||||||
\begin{lstlisting}[mathescape,language=Verilog]
|
\begin{lstlisting}[mathescape,language=Verilog]
|
||||||
always @($ClkEdge$ C, $RstEdge$ R)
|
always @($ClkEdge$ C, $RstEdge$ R)
|
||||||
if (R == $RstLvl$)
|
if (R == $RstLvl$)
|
||||||
Q <= $RstVa$l;
|
Q <= $RstVal$;
|
||||||
else
|
else
|
||||||
Q <= D;
|
Q <= D;
|
||||||
\end{lstlisting}
|
\end{lstlisting}
|
||||||
|
|
Loading…
Reference in New Issue