From 11bb83a7da71511ebea14c1c604301f08310555c Mon Sep 17 00:00:00 2001 From: Yehowshua Date: Sat, 2 May 2020 07:10:43 +0100 Subject: [PATCH] --- index.mdwn | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/index.mdwn b/index.mdwn index c4a544f4e..131955ecf 100644 --- a/index.mdwn +++ b/index.mdwn @@ -80,8 +80,24 @@ list](http://bugs.libre-riscv.org) and see if there are any bugs that pique your interest. 3. After that, go ahead and take a look at the [git repositories](https://git.libre-riscv.org). -Try and clone a repository with -``git clone https://git.libre-riscv.org/git/repositoryname.git`` + + 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 + + 4. If you plan to do HDL work, you should familiarize yourself with our [[HDL_workflow]]. 5. We do have funding available (see [[nlnet]]) upon completion of issues - -- 2.30.2