projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0a1abb
)
Add git "submodule init" and "submodule update" for soc
author
tvijlbrief@8f4aa443232130439ed134e0d8e213b8cec69547
<tvijlbrief@web>
Sun, 17 May 2020 10:22:13 +0000
(11:22 +0100)
committer
IkiWiki
<ikiwiki.info>
Sun, 17 May 2020 10:22:13 +0000
(11:22 +0100)
index.mdwn
patch
|
blob
|
history
diff --git
a/index.mdwn
b/index.mdwn
index cd6ec735e4c3b23c2816406691e32a410a531faa..079637f4e9fd5c6e07a52220756dba474fcaae67 100644
(file)
--- a/
index.mdwn
+++ b/
index.mdwn
@@
-119,7
+119,7
@@
Here is an example process of how to play with the soc code:
cd nmutil; pip3 install -e .; cd ..
cd ieee754fpu; pip3 install -e .; cd ..
- cd soc; pip3 install -e .; cd ..
+ cd soc;
git submodule init; git submodule update;
pip3 install -e .; cd ..
python3 soc/src/soc/decoder/power_decoder.py
yosys -p "read_ilang decoder.il; show dec31"