From d52820a23d77ca60cbea5b107c8a02b1243565fa Mon Sep 17 00:00:00 2001 From: "tvijlbrief@8f4aa443232130439ed134e0d8e213b8cec69547" Date: Sun, 7 Jun 2020 12:55:31 +0100 Subject: [PATCH] Copy changes from frontpage index --- Documentation/index.mdwn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/index.mdwn b/Documentation/index.mdwn index 932ee61fe..5dbdaead8 100644 --- a/Documentation/index.mdwn +++ b/Documentation/index.mdwn @@ -14,16 +14,16 @@ The SOC is partitioned into three repositories at the moments. pip3 install virtualenv requests mkdir ~/.virtualenvs && cd ~/.virtualenvs python3 -m venv libresoc - source ~/.virtualenvs/bin/activate + source ~/.virtualenvs/libresoc/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 .. + cd nmutil; make install; cd .. + cd ieee754fpu; make install; cd .. + cd soc; make gitupdate; make install; cd .. python3 soc/src/soc/decoder/power_decoder.py yosys -p "read_ilang decoder.il; show dec31" -- 2.30.2