projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
130dd5a
)
Leftover bullet point was causing numbered list to fail.
author
Andrey Miroshnikov
<andrey@technepisteme.xyz>
Sun, 10 Oct 2021 11:15:28 +0000
(12:15 +0100)
committer
Andrey Miroshnikov
<andrey@technepisteme.xyz>
Sun, 10 Oct 2021 11:15:28 +0000
(12:15 +0100)
docs/learning_nmigen.mdwn
patch
|
blob
|
history
diff --git
a/docs/learning_nmigen.mdwn
b/docs/learning_nmigen.mdwn
index b4d94c2ea99f3eb11c7ed0ce54aec31776f3377d..1558f76d738137fa49ed327222578c6de5078532 100644
(file)
--- a/
docs/learning_nmigen.mdwn
+++ b/
docs/learning_nmigen.mdwn
@@
-14,7
+14,7
@@
## Testbench, GTKWave, Verilog Output
-
*
nMigen code for counter and testbench here: <https://nmigen.info/nmigen/latest/start.html>
+nMigen code for counter and testbench here: <https://nmigen.info/nmigen/latest/start.html>
1. Create a file called "up_counter.py" containing the 16-bit up counter code from "Implementing a counter" section.