2023-08-02 23:20:29 +02:00
|
|
|
Getting started with Yosys
|
|
|
|
|
==========================
|
|
|
|
|
|
2024-01-21 23:35:00 +01:00
|
|
|
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.
|
2023-12-12 00:05:45 +01:00
|
|
|
|
2023-08-02 23:20:29 +02:00
|
|
|
.. toctree::
|
2023-12-07 01:04:46 +01:00
|
|
|
:maxdepth: 3
|
2023-08-02 23:20:29 +02:00
|
|
|
|
2023-12-07 01:04:46 +01:00
|
|
|
installation
|
|
|
|
|
example_synth
|
2024-01-18 03:33:59 +01:00
|
|
|
scripting_intro
|