mirror of https://github.com/YosysHQ/yosys.git
14 lines
341 B
ReStructuredText
14 lines
341 B
ReStructuredText
Getting started with Yosys
|
|
==========================
|
|
|
|
This section covers how to get started with Yosys, from installation to a guided
|
|
walkthrough of synthesizing a design for hardware, and finishing with an
|
|
introduction to writing re-usable Yosys scripts.
|
|
|
|
.. toctree::
|
|
:maxdepth: 3
|
|
|
|
installation
|
|
example_synth
|
|
scripting_intro
|