mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-27 15:35:51 +00:00
Initial import
This commit is contained in:
commit
3a13b116a6
11 changed files with 1402 additions and 0 deletions
33
docs/source/index.rst
Normal file
33
docs/source/index.rst
Normal file
|
@ -0,0 +1,33 @@
|
|||
|
||||
SymbiYosys (sby) Documentation
|
||||
==============================
|
||||
|
||||
SymbiYosys (sby) is a front-end driver program for Yosys-based formal
|
||||
hardware verification flows. SymbiYosys provides flows for the following
|
||||
formal tasks:
|
||||
|
||||
* Bounded verification of safety properties (assertions)
|
||||
* *Unbounded verification of safety properties*
|
||||
* *Generation of test benches from cover statements*
|
||||
* *Verification of liveness properties*
|
||||
* *Formal equivalence checking*
|
||||
|
||||
(Italic items are features under construction and not available
|
||||
at the moment.)
|
||||
|
||||
Contents:
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
quickstart.rst
|
||||
reference.rst
|
||||
license.rst
|
||||
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
||||
* :ref:`genindex`
|
||||
* :ref:`search`
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue