3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2026-07-31 08:33:59 +00:00
Commit graph

5 commits

Author SHA1 Message Date
Krystine Sherwin
3d2d953526
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).
2026-07-16 15:12:10 +12:00
Krystine Sherwin
948a2caacb
Docs: regex tag matching
This feels cursed.
2026-07-16 11:45:16 +12:00
Krystine Sherwin
a31f3706ec
Docs: Add default tasks and alt tag assignment
Demonstrate `--dumpcfg` sans task in the complex code example (and how the empty task impacts tag matching).
2026-07-16 11:45:16 +12:00
Krystine Sherwin
6f212c47a4
Docs: Multi-line tag sections 2026-07-16 11:45:16 +12:00
Krystine Sherwin
2e74292d2a
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-07-16 11:45:15 +12:00