3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-05-03 17:05:16 +00:00
yosys/docs/source/yosys_internals/extending_yosys/index.rst
Krystine Sherwin 88b348f9ff
docs: Add information on CI
Mostly bullet points, giving a brief description of what runs and when.
Mention public/private runners, and manually triggering jobs (on forks).
Adds tips for when the different parts of the test suite are run (and under what OS).
2026-02-24 12:56:56 +13:00

18 lines
418 B
ReStructuredText

Working with the Yosys codebase
-------------------------------
This section goes into additional detail on the Yosys source code and git
repository. This information is not needed for simply using Yosys, but may be
of interest for developers looking to customise Yosys builds.
.. toctree::
:maxdepth: 3
extensions
build_verific
functional_ir
advanced_bugpoint
contributing
test_suites
ci