From 41da9cd12285f4d07306b4e9117c0942d856c8f3 Mon Sep 17 00:00:00 2001 From: "tvijlbrief@8f4aa443232130439ed134e0d8e213b8cec69547" Date: Sun, 17 May 2020 11:22:13 +0100 Subject: [PATCH] Add git "submodule init" and "submodule update" for soc --- index.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.mdwn b/index.mdwn index cd6ec735e..079637f4e 100644 --- a/index.mdwn +++ b/index.mdwn @@ -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" -- 2.30.2