From: tvijlbrief@8f4aa443232130439ed134e0d8e213b8cec69547 Date: Sun, 7 Jun 2020 11:55:31 +0000 (+0100) Subject: Copy changes from frontpage index X-Git-Tag: convert-csv-opcode-to-binary~2534 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d52820a23d77ca60cbea5b107c8a02b1243565fa;p=libreriscv.git Copy changes from frontpage index --- 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"