add to nlnet FAQ
[libreriscv.git] / index.mdwn
index 771bb93bd6ea3fccbc983610ffc182cd3b11093a..f9806a84fb36066ea65ea934b11977cbc07c624c 100644 (file)
@@ -116,11 +116,11 @@ 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; ;ake install; cd ..
+    cd nmutil; make install; cd ..
     cd ieee754fpu; make install; cd ..
     cd soc; make gitupdate; make install; cd ..
     
@@ -160,4 +160,7 @@ accelerated opcodes (all of which SwiftShader lacks)
 Also, individuals with experience in formal mathematical verification
 are quite welcome.
 
-# [Documentation](Documentation/SOC/index)
+# Documentation
+
+ - [Source Code](/Documentation/index)
+ - [Architecture](3d_gpu/architecture)