From: Luke Kenneth Casson Leighton Date: Tue, 5 May 2020 09:04:27 +0000 (+0100) Subject: rename index.markdown.markdown files X-Git-Tag: convert-csv-opcode-to-binary~2728 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cb75a5e6dade6b593a4b1496155818e74e0f8212;p=libreriscv.git rename index.markdown.markdown files --- diff --git a/Documentation/SOC/index.md.mdwn b/Documentation/SOC/index.md.mdwn deleted file mode 100644 index 3c56d8adb..000000000 --- a/Documentation/SOC/index.md.mdwn +++ /dev/null @@ -1 +0,0 @@ -The SOC is designed to be compliant with POWER 3.0B with somewhere near 300 instructions excluding Vector instructions. diff --git a/Documentation/SOC/index.mdwn b/Documentation/SOC/index.mdwn new file mode 100644 index 000000000..3c56d8adb --- /dev/null +++ b/Documentation/SOC/index.mdwn @@ -0,0 +1 @@ +The SOC is designed to be compliant with POWER 3.0B with somewhere near 300 instructions excluding Vector instructions. diff --git a/Documentation/index.md.mdwn b/Documentation/index.md.mdwn deleted file mode 100644 index 8f39ae819..000000000 --- a/Documentation/index.md.mdwn +++ /dev/null @@ -1,29 +0,0 @@ -# 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" diff --git a/Documentation/index.mdwn b/Documentation/index.mdwn new file mode 100644 index 000000000..8f39ae819 --- /dev/null +++ b/Documentation/index.mdwn @@ -0,0 +1,29 @@ +# 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" diff --git a/sidebar.mdwn b/sidebar.mdwn index c61fc9d46..ff213519b 100644 --- a/sidebar.mdwn +++ b/sidebar.mdwn @@ -4,7 +4,7 @@ | [Updates][9] | | [[conferences]] | | [[HDL_workflow]] | -| [Documentation](../Documentation/index.md) | +| [Documentation](/Documentation/index) | | [Bugs and Tasks][2] | | [Mailing Lists][3] | | [List Archives][4] |