mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-29 07:27:58 +00:00
Docs: some restructure of advanced section
- Filling out index descriptions for `using_yosys` and `using_yosys/synthesis`. - To discourage skipping over these index pages, the toctree in `using_yosys/index` is hidden and instead has inline links to the two subsections. - Tidying todos. - Moves technology mapping to `techmap_synth`, leaving the techmap by example in the internals section. `yosys_flows` gets split up, with the coarse-grain intro replaced by `synthesis/index`, the extract pass moving to `synthesis/extract` and model checking to `more_scripting/model_checking`.
This commit is contained in:
parent
4582ab59da
commit
e2e7065590
10 changed files with 259 additions and 273 deletions
|
@ -1,11 +1,17 @@
|
|||
Using Yosys (advanced)
|
||||
======================
|
||||
|
||||
.. todo:: brief overview for the using Yosys index
|
||||
While much of Yosys is focused around synthesis, there are also a number of
|
||||
other useful things that can be accomplished with Yosys scripts or in an
|
||||
interactive shell. As such this section is broken into two parts:
|
||||
:doc:`/using_yosys/synthesis/index` expands on the
|
||||
:doc:`/getting_started/example_synth` and goes into further detail on the major
|
||||
commands used in synthesis; :doc:`/using_yosys/more_scripting/index` covers the
|
||||
ways Yosys can interact with designs for a deeper investigation.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:hidden:
|
||||
|
||||
synthesis/index
|
||||
more_scripting/index
|
||||
yosys_flows
|
||||
synthesis/index
|
||||
more_scripting/index
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue