mirror of
https://github.com/YosysHQ/sby.git
synced 2026-05-10 06:22:25 +00:00
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).
26 lines
600 B
ReStructuredText
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
|
|
|