riscv->soc
authortvijlbrief@8f4aa443232130439ed134e0d8e213b8cec69547 <tvijlbrief@web>
Thu, 11 Jun 2020 08:29:19 +0000 (09:29 +0100)
committerIkiWiki <ikiwiki.info>
Thu, 11 Jun 2020 08:29:19 +0000 (09:29 +0100)
index.mdwn

index 790815602a056122fcd57ea18c31931dc796e8ba..62ce1c9f9efeea035f41d37a801d4a585ec54e15 100644 (file)
@@ -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 ..