3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2026-05-10 22:42:29 +00:00

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).
This commit is contained in:
Krystine Sherwin 2026-05-05 17:50:49 +12:00
parent b476597edf
commit 1a27ba7b1b
No known key found for this signature in database
8 changed files with 143 additions and 9 deletions

View file

@ -31,6 +31,7 @@ specified then the default behavior is to run all available tasks.
.. literalinclude:: ../examples/tags/example.log
:language: console
:start-at: dumptasks
:end-before: dumptags
:caption: Viewing available tasks