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

index e7e0e7ecdf922852eda8b36a48785981f0e193c5..429fbc11fcf23bb1b986872454616d1063af1801 100644 (file)
@@ -18,9 +18,9 @@ The SOC is partitioned into three repositories. The subrepositories are intended
     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 ..