From: tvijlbrief@8f4aa443232130439ed134e0d8e213b8cec69547 Date: Thu, 11 Jun 2020 08:29:19 +0000 (+0100) Subject: riscv->soc X-Git-Tag: convert-csv-opcode-to-binary~2480 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=68291540a415d81e0b056ed25bfc278d2bda090e;p=libreriscv.git riscv->soc --- diff --git a/index.mdwn b/index.mdwn index 790815602..62ce1c9f9 100644 --- a/index.mdwn +++ b/index.mdwn @@ -116,9 +116,9 @@ Here is an example process of how to play with the soc code: 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 + git clone https://git.libre-soc.org/git/nmutil.git + git clone https://git.libre-soc.org/git/ieee754fpu.git + git clone https://git.libre-soc.org/git/soc.git cd nmutil; make install; cd .. cd ieee754fpu; make install; cd ..