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]
|
||||
always @($ClkEdge$ C, $RstEdge$ R)
|
||||
if (R == $RstLvl$)
|
||||
Q <= $RstVa$l;
|
||||
Q <= $RstVal$;
|
||||
else
|
||||
Q <= D;
|
||||
\end{lstlisting}
|
||||
|
|
Loading…
Reference in New Issue