From 91e864bb87e40a30141df6f639827f225dc2f91e Mon Sep 17 00:00:00 2001 From: lkcl Date: Sat, 1 May 2021 10:00:00 +0100 Subject: [PATCH] --- docs.mdwn | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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" -- 2.30.2