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

submodule init further testing

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