(no commit message)
[libreriscv.git] / index.mdwn
index 6f9b670c9a176fbeeec48e35fe4a137a4792211d..5e8a4865e08962eb344e1957a4b4a7fd2893917f 100644 (file)
@@ -65,6 +65,8 @@ We are proud of our talented and diverse [team](about_us).
   deadline May 15th
 * The [[PowerPC Notebook]] Project
 * [RED Semiconductor](http://redsemiconductor.com) is the commercial realisation of Libre-SOC technology that respects and actively supports Libre principles in its business objectives.
+* [[fed4fire]] for supercomputer access for verilator simulations,
+  with thanks to Ghent University / IMEC.
 
 # How Can I Help?
 
@@ -133,9 +135,9 @@ step you will have needed to install yosys:
     cd c4m-jtag; python setup.py develop; cd ..
     cd nmutil; make install; cd ..
     cd ieee754fpu; make install; cd ..
-    cd soc; make gitupdate; make install; cd ..
+    cd soc; make gitupdate; make develop
     
-    python3 soc/src/soc/decoder/power_decoder.py
+    python3 src/soc/decoder/power_decoder.py
     yosys -p "read_ilang decoder.il; show dec31" 
 
 The full install process may be automated using scripts found
@@ -179,5 +181,5 @@ are quite welcome.
 
 # Documentation
 
- - [Source Code](/Documentation/index)
+ - [Source Code](/docs/)
  - [Architecture](3d_gpu/architecture)