mirror of https://github.com/YosysHQ/yosys.git
Docs: Intro to Yosys source section
This commit is contained in:
parent
e18a2f1e27
commit
d97a243c22
|
@ -8,6 +8,8 @@ Writing extensions
|
|||
|
||||
.. todo:: update to use :file:`/code_examples/extensions/test*.log`
|
||||
|
||||
.. todo:: should this be moved to yosys_source section?
|
||||
|
||||
This chapter contains some bits and pieces of information about programming
|
||||
yosys extensions. Don't be afraid to ask questions on the YosysHQ Slack.
|
||||
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
Yosys source details
|
||||
--------------------
|
||||
|
||||
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::
|
||||
|
||||
build_verific
|
||||
|
|
Loading…
Reference in New Issue