From 029f91eb242cc3f2b1788e1780db284399681617 Mon Sep 17 00:00:00 2001 From: lkcl Date: Mon, 19 Apr 2021 23:28:46 +0100 Subject: [PATCH] --- index.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2