3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2026-05-09 22:12:24 +00:00
sby/docs/source/index.rst
Krystine Sherwin 1a27ba7b1b
Docs: Advanced tag use
Add complex pycode example, generating tasks and then parsing tags to select source files.  Warn against doing it, and reiterate the usefulness of `--dumptasks` and `--dumpcfg`.
Modify gen.sh for modifiable script/task and to echo how it was called (in case they need to be regenerated, which isn't a problem for the regular example/task1 but is for the complex one).
2026-05-05 17:50:49 +12:00

26 lines
600 B
ReStructuredText

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
.. toctree::
:maxdepth: 3
install.rst
quickstart.rst
usage.rst
reference.rst
autotune.rst
verilog.rst
verific.rst
license.rst
advanced/index