mirror of https://github.com/YosysHQ/yosys.git
corrections in appnote
This commit is contained in:
parent
6c6cdf736a
commit
3dd316bdc7
|
@ -150,7 +150,8 @@ endmodule
|
||||||
|
|
||||||
\begin{figure}[H]
|
\begin{figure}[H]
|
||||||
\begin{lstlisting}[language=Verilog]
|
\begin{lstlisting}[language=Verilog]
|
||||||
module test(input clk, input rst, output y);
|
module test(input clk, input rst, output y,
|
||||||
|
output safety1);
|
||||||
reg [2:0] state;
|
reg [2:0] state;
|
||||||
output safety1;
|
output safety1;
|
||||||
always @(posedge clk) begin
|
always @(posedge clk) begin
|
||||||
|
|
Loading…
Reference in New Issue