projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d486793
)
missed two brs
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 4 May 2020 08:02:11 +0000
(09:02 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 4 May 2020 08:02:11 +0000
(09:02 +0100)
index.mdwn
patch
|
blob
|
history
diff --git
a/index.mdwn
b/index.mdwn
index bedaf0de22ae08455ddeb738e01b33ff6b201f5a..15c75aa542ee7fbbc34ee5e0b359adab4996ffcb 100644
(file)
--- a/
index.mdwn
+++ b/
index.mdwn
@@
-113,8
+113,8
@@
cd soc; pip3 install -e .; cd .. <br />
<br />
# play with the decoder <br />
python3 soc/src/soc/decoder/power_decoder.py <br />
-# after installing yosys
-yosys -p "read_ilang decoder.il; show dec31"
+# after installing yosys
<br />
+yosys -p "read_ilang decoder.il; show dec31"
<br />
</div>
## How can I learn?