mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-03 17:05:16 +00:00
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).
18 lines
418 B
ReStructuredText
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
|
|
|