This website requires JavaScript.
Explore
Help
Sign In
riscv
/
yosys
mirror of
https://github.com/YosysHQ/yosys.git
Watch
1
Star
0
Fork
You've already forked yosys
0
Code
Issues
Projects
Releases
Wiki
Activity
1e3b90ae56
yosys
/
docs
/
source
/
using_yosys
/
synthesis
/
index.rst
14 lines
120 B
ReStructuredText
Raw
Normal View
History
Unescape
Escape
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).
2023-12-06 18:04:46 -06:00
Synthesis in detail
-------------------
..
toctree
::
:maxdepth:
3
synth
proc
Removing typical phases doc Moved remaining content into relevant places. Added `load_design.rst` to more scripting. Split fsm handling and abc out of optimization passes. Also moved things around to match the general flow previously described. Changed generic `synth` for `prep` instead.
2023-12-06 22:14:21 -06:00
fsm
memory
opt
abc