(no commit message)
authorlkcl <lkcl@web>
Mon, 19 Apr 2021 22:28:46 +0000 (23:28 +0100)
committerIkiWiki <ikiwiki.info>
Mon, 19 Apr 2021 22:28:46 +0000 (23:28 +0100)
index.mdwn

index 9daa230688280477d99ee67d8b9e1f48fb0073f4..5e8a4865e08962eb344e1957a4b4a7fd2893917f 100644 (file)
@@ -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