3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2026-07-31 16:44:05 +00:00

Docs: Running tasks in parallel

Also using make for dependency management/ordering.
Includes `tests/stage_sim_and_verif/dependencies.mk` file because I was using that to check my make logic (and the docs example is once again incomplete sby).
This commit is contained in:
Krystine Sherwin 2026-07-16 15:12:10 +12:00
parent 138d39159e
commit 3d2d953526
No known key found for this signature in database
6 changed files with 93 additions and 6 deletions

View file

@ -74,9 +74,11 @@ It is possible to check the pre-processed config file for a given task with the
first.
Note that there is currently no way to specify dependencies on other tasks. For complex flows where such dependencies are needed, consider using separate ``.sby`` files, or a single file with external scripting. For an advanced example which uses tasks and external scripting to implement a multi-stage verification
flow, see `AppNote 130: Multi-Stage Verification
<https://yosyshq.readthedocs.io/projects/ap130>`_.
Note that there is currently no way to specify dependencies on other tasks. For
complex flows where such dependencies are needed, refer to :ref:`Task
dependencies with Make`. For an advanced example which uses tasks and external
scripting to implement a multi-stage verification flow, see `AppNote 130:
Multi-Stage Verification <https://yosyshq.readthedocs.io/projects/ap130>`_.
Options section
---------------