From 5d8ca8e013a944b6b71663ff964c392a08c3f2d6 Mon Sep 17 00:00:00 2001 From: jock_tanner Date: Wed, 6 May 2020 08:17:45 +0100 Subject: [PATCH] Add link to Robert Baruch's nMigen resources (GitHub and YouTube) --- resources.mdwn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources.mdwn b/resources.mdwn index cf88c3ffe..a8e39b2fa 100644 --- a/resources.mdwn +++ b/resources.mdwn @@ -261,6 +261,9 @@ ZipCPU provides a comprehensive tutorial for beginners and many exercises/quizze RTL for a SOC configured with cache, a RISCV core, ethernet, DRAM support, and parameterizeable CSRs. * [Migen Tutorial](http://blog.lambdaconcept.com/doku.php?id=migen:tutorial>) + +* There is a great guy, Robert Baruch, who has a good [tutorial](https://github.com/RobertBaruch/nmigen-tutorial) on nMigen. He also build an FPGA-proven Motorola 6800 CPU clone with nMigen and put [the code](https://github.com/RobertBaruch/n6800) and [instructional videos](https://www.youtube.com/playlist?list=PLEeZWGE3PwbbjxV7_XnPSR7ouLR2zjktw) online. + * [Minerva](https://github.com/lambdaconcept/minerva) An SOC written in Python nMigen DSL -- 2.30.2