mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-30 01:48:17 +02:00
Rename `show` intro and point to `/cmd/show`. Add getting_started section overview.
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
|