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