Skip to content
Snippets Groups Projects
Commit 4cfd708d authored by dam1n19's avatar dam1n19
Browse files

test2

parent a921522a
No related branches found
No related tags found
No related merge requests found
...@@ -19,3 +19,5 @@ url = git@git.soton.ac.uk:soclabs/CHIPKIT.git ...@@ -19,3 +19,5 @@ url = git@git.soton.ac.uk:soclabs/CHIPKIT.git
[submodule "fpga-lib"] [submodule "fpga-lib"]
path = fpga-lib path = fpga-lib
url = git@git.soton.ac.uk:soclabs/fpga-lib.git url = git@git.soton.ac.uk:soclabs/fpga-lib.git
[submodule "nanosoc/"]
branch = feat_accel_decouple
...@@ -70,7 +70,7 @@ if [ ! -f $PROJECT_DIR/.socinit ]; then ...@@ -70,7 +70,7 @@ if [ ! -f $PROJECT_DIR/.socinit ]; then
fi fi
fi fi
done done
git submodule update --remote --recursive --init git submodule update --remote --recursive
# git submodule foreach --recursive git checkout main # git submodule foreach --recursive git checkout main
git restore $DESIGN_ROOT/.gitmodules git restore $DESIGN_ROOT/.gitmodules
touch $PROJECT_DIR/.socinit touch $PROJECT_DIR/.socinit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment