mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-09 07:33:25 +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
|
@ -7,8 +7,7 @@ Yosys reads and processes commands from synthesis scripts, command line
|
|||
arguments and an interactive command prompt. Yosys commands consist of a command
|
||||
name and an optional whitespace separated list of arguments. Commands are
|
||||
terminated using the newline character or a semicolon (;). Empty lines and lines
|
||||
starting with the hash sign (#) are ignored. See :ref:`sec:typusecase` for an
|
||||
example synthesis script.
|
||||
starting with the hash sign (#) are ignored. Also see :doc:`example_synth`.
|
||||
|
||||
The command :cmd:ref:`help` can be used to access the command reference manual,
|
||||
with ``help <command>`` providing details for a specific command. ``yosys -H``
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue