From 4cfd708dd9970cc1521eaa20c2fc7bc7f67d6fb2 Mon Sep 17 00:00:00 2001 From: dam1n19 <dam1n19@soton.ac.uk> Date: Thu, 27 Apr 2023 14:33:46 +0100 Subject: [PATCH] test2 --- .gitmodules | 2 ++ set_env.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 1836fde..19abf09 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,5 @@ url = git@git.soton.ac.uk:soclabs/CHIPKIT.git [submodule "fpga-lib"] path = fpga-lib url = git@git.soton.ac.uk:soclabs/fpga-lib.git +[submodule "nanosoc/"] + branch = feat_accel_decouple diff --git a/set_env.sh b/set_env.sh index 3c4c028..38fcb4c 100755 --- a/set_env.sh +++ b/set_env.sh @@ -70,7 +70,7 @@ if [ ! -f $PROJECT_DIR/.socinit ]; then fi fi done - git submodule update --remote --recursive --init + git submodule update --remote --recursive # git submodule foreach --recursive git checkout main git restore $DESIGN_ROOT/.gitmodules touch $PROJECT_DIR/.socinit -- GitLab