From 32307552950b66c2f06d0528a7c61d46e67158c8 Mon Sep 17 00:00:00 2001 From: dam1n19 <dam1n19@soton.ac.uk> Date: Mon, 3 Apr 2023 15:33:36 +0100 Subject: [PATCH] Updated repo init --- .gitmodules | 8 ++++++++ set_env.sh | 2 -- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 5f134ec..e1c54ec 100644 --- a/.gitmodules +++ b/.gitmodules @@ -18,3 +18,11 @@ path = secworks-sha256 url = git@git.soton.ac.uk:soclabs/secworks-sha256.git branch = main +[submodule "$DESIGN_ROOT/accelerator-wrapper"] + branch = main +[submodule "$DESIGN_ROOT/CHIPKIT"] + branch = main +[submodule "$DESIGN_ROOT/nanosoc"] + branch = main +[submodule "$DESIGN_ROOT/socsim"] + branch = main diff --git a/set_env.sh b/set_env.sh index 9d7f402..dc61db8 100755 --- a/set_env.sh +++ b/set_env.sh @@ -10,7 +10,6 @@ #----------------------------------------------------------------------------- #!/bin/bash -echo "set_env root" # Get Root Location of Design Structure if [ -z $DESIGN_ROOT ]; then # If $DESIGN_ROOT hasn't been set yet @@ -38,7 +37,6 @@ else # Source environment variables for all submodules for d in $SOC_TOP_DIR/* ; do if [ -e "$d/.git" ]; then - echo $d if [ -f "$d/set_env.sh" ]; then # If .git file exists - submodule source $d/set_env.sh -- GitLab