corrections in appnote
authorAhmed Irfan <irfan@levert.(none)>
Mon, 3 Nov 2014 15:18:53 +0000 (16:18 +0100)
committerAhmed Irfan <irfan@levert.(none)>
Mon, 3 Nov 2014 15:18:53 +0000 (16:18 +0100)
manual/APPNOTE_012_Verilog_to_BTOR.tex

index 7cd73943c302d3d30c68762b0161c1caf6a14a0b..270ccacddabe70c9348f5043f5de9b4ad4797fde 100644 (file)
@@ -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