Reference to my series of articles

This commit is contained in:
David SPORN 2023-09-28 11:42:37 +02:00 committed by Catherine
parent 8c56b2033f
commit 0c3ada6250

View file

@ -9,3 +9,4 @@ Tutorial
* `"I want to learn nMigen" <https://github.com/kbob/nmigen-examples>`_ by kbob;
* `A tutorial for using Amaranth HDL <https://github.com/robertbaruch/amaranth-tutorial>`_ by Robert Baruch.
* `Graded exercises for Amaranth HDL <https://github.com/robertbaruch/amaranth-exercises>`_ by Robert Baruch.
* `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.