From 68291540a415d81e0b056ed25bfc278d2bda090e Mon Sep 17 00:00:00 2001 From: "tvijlbrief@8f4aa443232130439ed134e0d8e213b8cec69547" Date: Thu, 11 Jun 2020 09:29:19 +0100 Subject: [PATCH] riscv->soc --- index.mdwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 .. -- 2.30.2