projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e75bff6
)
Added link to simple tutorial
author
Andrey Miroshnikov
<andrey@technepisteme.xyz>
Sun, 10 Oct 2021 09:48:44 +0000
(10:48 +0100)
committer
Andrey Miroshnikov
<andrey@technepisteme.xyz>
Sun, 10 Oct 2021 09:48:44 +0000
(10:48 +0100)
docs/learning_nmigen.mdwn
patch
|
blob
|
history
diff --git
a/docs/learning_nmigen.mdwn
b/docs/learning_nmigen.mdwn
index 84629d8fb96a45366ccdbbbaf661a12392770124..4f7ae97b69c624da6e6e1aedbd04ce768a6f767d 100644
(file)
--- a/
docs/learning_nmigen.mdwn
+++ b/
docs/learning_nmigen.mdwn
@@
-1,6
+1,7
@@
# Learning nmigen
* links to community <https://nmigen.info/nmigen/latest/tutorial.html>
+* Useful counter tutorial (gtkwave and verilog) for latest nmigen <https://nmigen.info/nmigen/latest/start.html>
* Robert Baruch's nmigen tutorials are really good:
<https://github.com/RobertBaruch/nmigen-tutorial>
* <https://github.com/GuzTech/ulx3s-nmigen-examples>