(no commit message)
[libreriscv.git] / docs.mdwn
index 78e360292e43883eb5d07d1aed5ed62305c5a412..0bdef1267c0c7ed6cf54c0b10680638cf3e44ab7 100644 (file)
--- a/docs.mdwn
+++ b/docs.mdwn
@@ -1,16 +1,24 @@
 # Documentation
 
-A draft version of the specification is available at <https://ftp.libre-soc.org/power-spec-draft.pdf>
+A draft version of the specification is available at
+<https://ftp.libre-soc.org/power-spec-draft.pdf>
 
 ## Codebase Structure
 
-The SOC is partitioned into three repositories. The subrepositories are intended as standalone projects useful outside of LibreSOC. For example, the IEE754 FPU repository is a general purpose IEEE754 toolkit for the construction of FSMs and arbitrary length pipelines.
+The SOC is partitioned into three repositories. The subrepositories are
+intended as standalone projects useful outside of LibreSOC. For example,
+the IEE754 FPU repository is a general purpose IEEE754 toolkit for the
+construction of FSMs and arbitrary length pipelines.
 
-| Git Repo | Documentation | Description
-|----------|---------------|---------------|
-| [SOC](https://git.libre-soc.org/?p=soc.git;a=tree) | [[SOC Docs|3d_gpu/architecture]] | Main POWER9 GPU |
-| [FPU](https://git.libre-soc.org/?p=ieee754fpu.git;a=tree) | -- | Equivalent to hardfloat-3 |
-| [nmutil](https://git.libre-soc.org/?p=nmutil.git;a=tree) | -- | Equivalent to Chisel3.util |
+| Git Repo | Documentation | Description   | Pypi    |
+|----------|---------------|---------------|--------
+| [SOC](https://git.libre-soc.org/?p=soc.git;a=tree) | [Libre-SOC](https://docs.libre-soc.org/soc/) | Main OpenPOWER Hybrid CPU-GPU | TBD |
+| [FPU](https://git.libre-soc.org/?p=ieee754fpu.git;a=tree) | -- | Equivalent to hardfloat-3 | [libresoc-ieee754fpu](https://pypi.org/project/libresoc-ieee754fpu) |
+| [nmutil](https://git.libre-soc.org/?p=nmutil.git;a=tree) | -- | Equivalent to Chisel3.util | [libresoc-nmutil](https://pypi.org/project/libresoc-nmutil) |
+| [OpenPOWER ISA](https://git.libre-soc.org/?p=nmutil.git;a=tree) | [OpenPOWER ISA](https://docs.libre-soc.org/openpower-isa/) | Simulator, ISA spec compiler, co-simulation infrastructure |  [libresoc-openpower-isa](https://pypi.org/project/libresoc-openpower-isa/)  |
+
+
+Also see [[SOC Architecture|3d_gpu/architecture]]
 
 ## Installing the Codebase