From c4d8b8bfed4f9ac55c4fb60d456d0045c8b201d0 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 15 Aug 2022 16:01:59 +0000 Subject: [PATCH] use --recursive on git submodule not --remote - one does a "latest update" the other gets what's set in the submodule --- experiments9/build_full.sh | 2 +- experiments9/build_full_4ksram.sh | 2 +- experiments9/build_full_4ksram_recon.sh | 2 +- experiments9/freepdk_c4m45/build_full.sh | 2 +- experiments9/tsmc_c018/build_full_4ksram.sh | 2 +- experiments9/tsmc_c018/build_full_4ksram_recon.sh | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/experiments9/build_full.sh b/experiments9/build_full.sh index e0e97dd..94ef4d3 100755 --- a/experiments9/build_full.sh +++ b/experiments9/build_full.sh @@ -7,7 +7,7 @@ echo "this only works at the moment with yosys 049e3abf9" # change the settings to the larger chip/corona size # initialise/update the pinmux submodule -git submodule update --init --remote +git submodule update --init --recursive # makes symlinks to alliance ./mksyms.sh diff --git a/experiments9/build_full_4ksram.sh b/experiments9/build_full_4ksram.sh index 050c719..9f5e45b 100755 --- a/experiments9/build_full_4ksram.sh +++ b/experiments9/build_full_4ksram.sh @@ -7,7 +7,7 @@ echo "remember to check doDesign core size" echo "also use yosys 049e3abf9" # initialise/update the pinmux submodule -git submodule update --init --remote +git submodule update --init --recursive # makes symlinks to alliance ./mksyms.sh diff --git a/experiments9/build_full_4ksram_recon.sh b/experiments9/build_full_4ksram_recon.sh index be12a5a..29ce8f1 100755 --- a/experiments9/build_full_4ksram_recon.sh +++ b/experiments9/build_full_4ksram_recon.sh @@ -18,7 +18,7 @@ wget http://ftp.libre-soc.org/sorbonne_logo.gds wget http://ftp.libre-soc.org/libresoc_logo.gds # initialise/update the pinmux submodule -git submodule update --init --remote +git submodule update --init --recursive # makes symlinks to alliance ./mksyms.sh diff --git a/experiments9/freepdk_c4m45/build_full.sh b/experiments9/freepdk_c4m45/build_full.sh index e362198..d237a35 100755 --- a/experiments9/freepdk_c4m45/build_full.sh +++ b/experiments9/freepdk_c4m45/build_full.sh @@ -7,7 +7,7 @@ echo "remember to check doDesign core size" # initialise/update the pinmux & c4m-pdk-freepdk45 submodule #pushd .. -git submodule update --init --remote +git submodule update --init --recursive #popd # makes symlinks to alliance diff --git a/experiments9/tsmc_c018/build_full_4ksram.sh b/experiments9/tsmc_c018/build_full_4ksram.sh index 98fb7e6..d76ee66 100755 --- a/experiments9/tsmc_c018/build_full_4ksram.sh +++ b/experiments9/tsmc_c018/build_full_4ksram.sh @@ -6,7 +6,7 @@ echo "remember to check doDesign core size" # initialise/update the pinmux submodule -git submodule update --init --remote +git submodule update --init --recursive # makes symlinks to alliance ./mksyms.sh diff --git a/experiments9/tsmc_c018/build_full_4ksram_recon.sh b/experiments9/tsmc_c018/build_full_4ksram_recon.sh index 4d1c8fb..6087423 100755 --- a/experiments9/tsmc_c018/build_full_4ksram_recon.sh +++ b/experiments9/tsmc_c018/build_full_4ksram_recon.sh @@ -23,9 +23,9 @@ wget http://ftp.libre-soc.org/libresoc_logo.gds # initialise/update the pinmux submodule if [ "${USER}" = "jpc" ]; then # Must be done in the root of the repository when cloning anew. - (cd ../..; git submodule update --init --remote) + (cd ../..; git submodule update --init --recursive) else - git submodule update --init --remote + git submodule update --init --recursive fi # makes symlinks to alliance -- 2.30.2