mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
corrections in appnote
This commit is contained in:
parent
6c6cdf736a
commit
3dd316bdc7
1 changed files with 2 additions and 1 deletions
|
@ -150,7 +150,8 @@ endmodule
|
|||
|
||||
\begin{figure}[H]
|
||||
\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;
|
||||
output safety1;
|
||||
always @(posedge clk) begin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue