mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-12 06:00:55 +00:00
WIP merging synth phases with example
Replace `typical_phases.rst` and `examples.rst` with a single `example_synth.rst`. Also updating the counter example to match. Aims to reduce redundancy, and simplify the getting started section. Details on things like `proc`, `memory` and `fsm` should instead be in the advanced section (under the new `synth` subsection).
This commit is contained in:
parent
bad8dba2cd
commit
f9ce3d1c26
14 changed files with 245 additions and 163 deletions
|
@ -168,7 +168,7 @@ The command :cmd:ref:`clean` can be used as alias for :cmd:ref:`opt_clean`. And
|
|||
hierarchy; proc; opt; memory; opt_expr;; fsm;;
|
||||
|
||||
Example
|
||||
"""""""
|
||||
^^^^^^^
|
||||
|
||||
.. todo:: describe ``opt`` images
|
||||
|
||||
|
@ -217,7 +217,7 @@ Example
|
|||
:caption: ``docs/source/code_examples/synth_flow/opt_04.ys``
|
||||
|
||||
When to use :cmd:ref:`opt` or :cmd:ref:`clean`
|
||||
""""""""""""""""""""""""""""""""""""""""""""""
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Usually it does not hurt to call :cmd:ref:`opt` after each regular command in
|
||||
the synthesis script. But it increases the synthesis time, so it is favourable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue