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

submodule init further testing

parent 32307552
Branches
Tags
No related merge requests found
[submodule "accelerator-wrapper"]
path = accelerator-wrapper
url = git@git.soton.ac.uk:soclabs/accelerator-wrapper.git
branch = main
[submodule "nanosoc"]
path = nanosoc
url = git@git.soton.ac.uk:soclabs/nanosoc.git
branch = main
[submodule "socsim"]
path = socsim
url = git@git.soton.ac.uk:soclabs/socsim.git
branch = main
[submodule "CHIPKIT"]
path = CHIPKIT
url = git@git.soton.ac.uk:soclabs/CHIPKIT.git
branch = main
[submodule "secworks-sha256"]
path = secworks-sha256
url = git@git.soton.ac.uk:soclabs/secworks-sha256.git
branch = main
[submodule "$DESIGN_ROOT/accelerator-wrapper"]
[submodule "accelerator-wrapper"]
branch = main
[submodule "$DESIGN_ROOT/CHIPKIT"]
[submodule "CHIPKIT"]
branch = main
[submodule "$DESIGN_ROOT/nanosoc"]
[submodule "nanosoc"]
branch = main
[submodule "$DESIGN_ROOT/socsim"]
[submodule "socsim"]
branch = main
......@@ -12,6 +12,7 @@
#!/usr/bin/env bash
# Source environment variables for all submodules
cd $DESIGN_ROOT
for d in $SOC_TOP_DIR/* ; do
if [ -e "$d/.git" ]; then
echo $d
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment