3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-07 22:53:25 +00:00
yosys/docs/source/yosys_internals/extending_yosys/index.rst
Krystine Sherwin 6e2695a206
docs: Split bugpoint.rst into user/developer
Minimizing scripts (and more generally identifying root cause) isn't necessary for regular bug reports.  Rather, it can be useful for developers working on *fixing* bugs, and also for fuzzers to avoid spam.
Minor adjustments to `bugpoint.rst`.
Add note to `advanced_bugpoint.rst` about primitives when minimizing scripts.
2025-05-23 10:52:54 +12:00

17 lines
412 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