use --recursive on git submodule not --remote - one does a "latest update" master
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 15 Aug 2022 16:01:59 +0000 (16:01 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 15 Aug 2022 16:04:43 +0000 (16:04 +0000)
the other gets what's set in the submodule

experiments9/build_full.sh
experiments9/build_full_4ksram.sh
experiments9/build_full_4ksram_recon.sh
experiments9/freepdk_c4m45/build_full.sh
experiments9/tsmc_c018/build_full_4ksram.sh
experiments9/tsmc_c018/build_full_4ksram_recon.sh

index e0e97dd32b562e8b14b598cc636056d14ea2d26b..94ef4d33b8816c6cc3e6d8638bd08e965251e433 100755 (executable)
@@ -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
index 050c7190f6ee0dc77b2b81eb9779772b9ffb85f1..9f5e45b6798b58e0be0e4da59c204c93ecde8042 100755 (executable)
@@ -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
index be12a5af6e6a1ac5e38fcc508d0162eac87f0644..29ce8f192af41dfb46e6ad0e8c0337e3f3299818 100755 (executable)
@@ -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
index e36219868bd876cf7a0052268685c1bf3d54d8ec..d237a3598a03b30f22567ef63877f8e53f53f043 100755 (executable)
@@ -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
index 98fb7e602b035abdbd4f22cddea9914a01962ada..d76ee6617d0c4262c13b4c945f4dffef2a521ac5 100755 (executable)
@@ -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
index 4d1c8fb0449cdb06d47db53eb6d21df077c53c93..6087423fda8495e42890d6eaf0a7c2bf572ace8f 100755 (executable)
@@ -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