From: Luke Kenneth Casson Leighton Date: Tue, 8 Feb 2022 14:43:03 +0000 (+0000) Subject: cross-link to gitlab rst files X-Git-Tag: opf_rfc_ls005_v1~3220 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7efaf2c0a888c2326b3b7cb21fdac4945b49429f;p=libreriscv.git cross-link to gitlab rst files --- diff --git a/docs/learning_nmigen.mdwn b/docs/learning_nmigen.mdwn index 795a7c72b..1c14cd264 100644 --- a/docs/learning_nmigen.mdwn +++ b/docs/learning_nmigen.mdwn @@ -1,8 +1,9 @@ # Learning nmigen * Link to the mail thread: -* Links to community -* Useful counter tutorial (gtkwave and verilog) for latest nmigen +* Links to community +* Useful counter tutorial (gtkwave and verilog) for latest nmigen + * Robert Baruch's nmigen tutorials are really good: * @@ -15,7 +16,8 @@ ## Testbench, GTKWave, Verilog Output -nMigen code for counter and testbench here: +nMigen code for counter and testbench here: + 1. Create a file called "up_counter.py" containing the 16-bit up counter code from "Implementing a counter" section.