From: lkcl Date: Sat, 1 May 2021 09:00:00 +0000 (+0100) Subject: (no commit message) X-Git-Tag: DRAFT_SVP64_0_1~1006 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=91e864bb87e40a30141df6f639827f225dc2f91e;p=libreriscv.git --- diff --git a/docs.mdwn b/docs.mdwn index 0bdef1267..4b242c295 100644 --- a/docs.mdwn +++ b/docs.mdwn @@ -29,12 +29,14 @@ Also see [[SOC Architecture|3d_gpu/architecture]] cd ~; mkdir libresoc; cd libresoc git clone https://git.libre-soc.org/git/nmutil.git + git clone https://git.libre-soc.org/git/c4m-jtag.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 .. - cd soc; make gitupdate; make install; cd .. + cd nmutil; make develop; cd .. + cd c4m-jtag; make develop; cd .. + cd ieee754fpu; make develop; cd .. + cd soc; make gitupdate; make develop; cd .. python3 soc/src/soc/decoder/power_decoder.py yosys -p "read_ilang decoder.il; show dec31"