Add git "submodule init" and "submodule update" for soc
authortvijlbrief@8f4aa443232130439ed134e0d8e213b8cec69547 <tvijlbrief@web>
Sun, 17 May 2020 10:22:13 +0000 (11:22 +0100)
committerIkiWiki <ikiwiki.info>
Sun, 17 May 2020 10:22:13 +0000 (11:22 +0100)
index.mdwn

index cd6ec735e4c3b23c2816406691e32a410a531faa..079637f4e9fd5c6e07a52220756dba474fcaae67 100644 (file)
@@ -119,7 +119,7 @@ Here is an example process of how to play with the soc code:
     
     cd nmutil; pip3 install -e .; cd ..
     cd ieee754fpu; pip3 install -e .; cd ..
-    cd soc; pip3 install -e .; cd ..
+    cd soc; git submodule init; git submodule update; pip3 install -e .; cd ..
     
     python3 soc/src/soc/decoder/power_decoder.py
     yosys -p "read_ilang decoder.il; show dec31"