2020-07-03 20:09:35 -06:00
Tutorial
========
.. todo ::
2021-12-09 22:39:50 -07:00
The official tutorial is still being written. Until it's ready, consider following one of the tutorials written by the Amaranth community:
2020-07-03 20:09:35 -06:00
* `Learning FPGA Design with nMigen <https://vivonomicon.com/2020/04/14/learning-fpga-design-with-nmigen/> `_ by Vivonomicon;
* `"I want to learn nMigen" <https://github.com/kbob/nmigen-examples> `_ by kbob;
2022-10-27 17:04:56 -06:00
* `A tutorial for using Amaranth HDL <https://github.com/robertbaruch/amaranth-tutorial> `_ by Robert Baruch.
2023-08-10 12:01:11 -06:00
* `Graded exercises for Amaranth HDL <https://github.com/robertbaruch/amaranth-exercises> `_ by Robert Baruch.
2023-09-28 03:42:37 -06:00
* `My journey with the Amaranth HDL <https://medium.com/@sporniket.studio/my-journey-with-the-amaranth-hdl-226b38d0b023> `_ by David Sporn, focussed on setting up the workstation, using formal verification and setting up continuous integration.