aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorAhmed Irfan <irfan@levert.(none)>2014-11-03 18:35:50 +0100
committerAhmed Irfan <irfan@levert.(none)>2014-11-03 18:35:50 +0100
commitd9444878cc52bc35e4ae696b5d13e82874b6b3b1 (patch)
treef4b8fd204cf07d943363e947970282023d957ed6 /manual
parent6460d094e51a66e2fe5efc71c99cd2f73847b6cb (diff)
downloadyosys-d9444878cc52bc35e4ae696b5d13e82874b6b3b1.tar.gz
yosys-d9444878cc52bc35e4ae696b5d13e82874b6b3b1.tar.bz2
yosys-d9444878cc52bc35e4ae696b5d13e82874b6b3b1.zip
corrected abstract of appnote
Diffstat (limited to 'manual')
-rw-r--r--manual/APPNOTE_012_Verilog_to_BTOR.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/manual/APPNOTE_012_Verilog_to_BTOR.tex b/manual/APPNOTE_012_Verilog_to_BTOR.tex
index 170f7378a..c441d9502 100644
--- a/manual/APPNOTE_012_Verilog_to_BTOR.tex
+++ b/manual/APPNOTE_012_Verilog_to_BTOR.tex
@@ -57,14 +57,14 @@
\begin{abstract}
Verilog-2005 is a powerful Hardware Description Language (HDL) that
-can be used to easily create complex designs from small HDL code.
+can be used to easily create complex designs from small HDL code.
BTOR~\cite{btor} is a bit-precise word-level format for model
checking. It is simple format and easy to parse. It allows to model
-the model checking problem over extensional theory of bit-vectors with
+the model checking problem over theory of bit-vectors with
one-dimensional arrays, thus enabling to model verilog designs with
-registers and memories.
-Yosys \cite{yosys} is an Open-Source Verilog synthesis tool that can
-be used to convert Verilog designs with simple assertions to BTOR format.
+registers and memories. Yosys \cite{yosys} is an Open-Source Verilog
+synthesis tool that can be used to convert Verilog designs with simple
+assertions to BTOR format.
\end{abstract}