From 39a04f35a55e84b8d3b4bd8490d7101ec4e189a8 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 18 Apr 2021 13:25:36 +0100 Subject: [PATCH] update sphinx doc link --- docs.mdwn | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/docs.mdwn b/docs.mdwn index 78e360292..1386b875d 100644 --- a/docs.mdwn +++ b/docs.mdwn @@ -1,17 +1,23 @@ # Documentation -A draft version of the specification is available at +A draft version of the specification is available at + ## 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 | +| [SOC](https://git.libre-soc.org/?p=soc.git;a=tree) | [Libre-SOC](https://docs.libre-soc.org/soc/) | Main OpenPOWER Hybrid CPU-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 | +Also see [[SOC Architecture|3d_gpu/architecture]] + ## Installing the Codebase pip3 install virtualenv requests -- 2.30.2