mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 17:44:09 +00:00
Drop the parts that are being dropped. Move the things that are being moved. Also move the verilog stuff out of README and into the docs. GettingStarted is less cut and dry, so hold off on that one.
17 lines
391 B
ReStructuredText
17 lines
391 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
|
|
contributing
|
|
test_suites
|
|
|