(no commit message)
authorlkcl <lkcl@web>
Thu, 23 Jan 2020 14:11:08 +0000 (14:11 +0000)
committerIkiWiki <ikiwiki.info>
Thu, 23 Jan 2020 14:11:08 +0000 (14:11 +0000)
HDL_workflow.mdwn

index b972d1847edde7cc3823264e2b11179bdcff31b5..94db5b6c29eeafc65b0173ad2719c1b092c1b9d1 100644 (file)
@@ -148,6 +148,5 @@ The reasons for doing a proper modularisation job are several-fold:
 Find appropriate tutorials for nmigen and yosys, as well as symbiyosys.
 
 * Although a verilog example this is very useful to do <https://symbiyosys.readthedocs.io/en/latest/quickstart.html#first-step-a-simple-bmc-example>
-* There exist several nmigen examples which are also executable <https://github.com/m-labs/nmigen/tree/master/examples/>
 * This tutorial looks pretty good and will get you started <http://blog.lambdaconcept.com/doku.php?id=nmigen:nmigen_install> and walks not just through simulation, it takes you through using gtkwave as well.
-
+* There exist several nmigen examples which are also executable <https://github.com/m-labs/nmigen/tree/master/examples/> exactly as described in the above tutorial (python3 filename.py -h)