Files

14 lines
341 B
ReStructuredText
Raw Permalink Normal View History

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