From: lkcl Date: Mon, 19 Apr 2021 22:28:46 +0000 (+0100) Subject: (no commit message) X-Git-Tag: DRAFT_SVP64_0_1~1050 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=029f91eb242cc3f2b1788e1780db284399681617;p=libreriscv.git --- diff --git a/index.mdwn b/index.mdwn index 9daa23068..5e8a4865e 100644 --- a/index.mdwn +++ b/index.mdwn @@ -135,9 +135,9 @@ step you will have needed to install yosys: cd c4m-jtag; python setup.py develop; cd .. cd nmutil; make install; cd .. cd ieee754fpu; make install; cd .. - cd soc; make gitupdate; make install; cd .. + cd soc; make gitupdate; make develop - python3 soc/src/soc/decoder/power_decoder.py + python3 src/soc/decoder/power_decoder.py yosys -p "read_ilang decoder.il; show dec31" The full install process may be automated using scripts found