From 0c3ada62503359900f185a9b2d8f122b2d952013 Mon Sep 17 00:00:00 2001 From: David SPORN Date: Thu, 28 Sep 2023 11:42:37 +0200 Subject: [PATCH] Reference to my series of articles --- docs/tutorial.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tutorial.rst b/docs/tutorial.rst index 95d7417..4f78949 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -9,3 +9,4 @@ Tutorial * `"I want to learn nMigen" `_ by kbob; * `A tutorial for using Amaranth HDL `_ by Robert Baruch. * `Graded exercises for Amaranth HDL `_ by Robert Baruch. + * `My journey with the Amaranth HDL `_ by David Sporn, focussed on setting up the workstation, using formal verification and setting up continuous integration.