projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9bf7ba
)
riscv->soc
author
tvijlbrief@8f4aa443232130439ed134e0d8e213b8cec69547
<tvijlbrief@web>
Thu, 11 Jun 2020 08:29:19 +0000
(09:29 +0100)
committer
IkiWiki
<ikiwiki.info>
Thu, 11 Jun 2020 08:29:19 +0000
(09:29 +0100)
index.mdwn
patch
|
blob
|
history
diff --git
a/index.mdwn
b/index.mdwn
index 790815602a056122fcd57ea18c31931dc796e8ba..62ce1c9f9efeea035f41d37a801d4a585ec54e15 100644
(file)
--- a/
index.mdwn
+++ b/
index.mdwn
@@
-116,9
+116,9
@@
Here is an example process of how to play with the soc code:
source ~/.virtualenvs/libresoc/bin/activate
cd ~; mkdir libresoc; cd libresoc
- git clone https://git.libre-
riscv
.org/git/nmutil.git
- git clone https://git.libre-
riscv
.org/git/ieee754fpu.git
- git clone https://git.libre-
riscv
.org/git/soc.git
+ git clone https://git.libre-
soc
.org/git/nmutil.git
+ git clone https://git.libre-
soc
.org/git/ieee754fpu.git
+ git clone https://git.libre-
soc
.org/git/soc.git
cd nmutil; make install; cd ..
cd ieee754fpu; make install; cd ..