+++ /dev/null
-The SOC is designed to be compliant with POWER 3.0B with somewhere near 300 instructions excluding Vector instructions.
--- /dev/null
+The SOC is designed to be compliant with POWER 3.0B with somewhere near 300 instructions excluding Vector instructions.
+++ /dev/null
-# Documentation
-## Codebase Structure
-
-The SOC is partitioned into three repositories at the moments.
-
-| Git Repo | Documentation |
-|----------|---------------|
-| [SOC](https://git.libre-soc.org/?p=soc.git;a=tree) | [SOC Docs](../SOC/index.md) |
-| [FPU](https://git.libre-soc.org/?p=ieee754fpu.git;a=tree) | -- |
-| [nmutil](https://git.libre-soc.org/?p=nmutil.git;a=tree) | -- |
-
-## Installing the Codebase
-
- pip3 install virtualenv requests
- mkdir ~/.virtualenvs && cd ~/.virtualenvs
- python3 -m venv libresoc
- source ~/.virtualenvs/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
-
- cd nmutil; pip3 install -e .; cd ..
- cd ieee754fpu; pip3 install -e .; cd ..
- cd soc; pip3 install -e .; cd ..
-
- python3 soc/src/soc/decoder/power_decoder.py
- yosys -p "read_ilang decoder.il; show dec31"
--- /dev/null
+# Documentation
+## Codebase Structure
+
+The SOC is partitioned into three repositories at the moments.
+
+| Git Repo | Documentation |
+|----------|---------------|
+| [SOC](https://git.libre-soc.org/?p=soc.git;a=tree) | [SOC Docs](../SOC/index.md) |
+| [FPU](https://git.libre-soc.org/?p=ieee754fpu.git;a=tree) | -- |
+| [nmutil](https://git.libre-soc.org/?p=nmutil.git;a=tree) | -- |
+
+## Installing the Codebase
+
+ pip3 install virtualenv requests
+ mkdir ~/.virtualenvs && cd ~/.virtualenvs
+ python3 -m venv libresoc
+ source ~/.virtualenvs/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
+
+ cd nmutil; pip3 install -e .; cd ..
+ cd ieee754fpu; pip3 install -e .; cd ..
+ cd soc; pip3 install -e .; cd ..
+
+ python3 soc/src/soc/decoder/power_decoder.py
+ yosys -p "read_ilang decoder.il; show dec31"
| [Updates][9] |
| [[conferences]] |
| [[HDL_workflow]] |
-| [Documentation](../Documentation/index.md) |
+| [Documentation](/Documentation/index) |
| [Bugs and Tasks][2] |
| [Mailing Lists][3] |
| [List Archives][4] |