mirror of https://github.com/YosysHQ/yosys.git
corrected abstract of appnote
This commit is contained in:
parent
6460d094e5
commit
d9444878cc
|
@ -57,14 +57,14 @@
|
||||||
|
|
||||||
\begin{abstract}
|
\begin{abstract}
|
||||||
Verilog-2005 is a powerful Hardware Description Language (HDL) that
|
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
|
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
|
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
|
one-dimensional arrays, thus enabling to model verilog designs with
|
||||||
registers and memories.
|
registers and memories. Yosys \cite{yosys} is an Open-Source Verilog
|
||||||
Yosys \cite{yosys} is an Open-Source Verilog synthesis tool that can
|
synthesis tool that can be used to convert Verilog designs with simple
|
||||||
be used to convert Verilog designs with simple assertions to BTOR format.
|
assertions to BTOR format.
|
||||||
|
|
||||||
\end{abstract}
|
\end{abstract}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue