update variables | add more repos to commit check

This commit is contained in:
abejgonzalez
2019-07-09 16:31:36 -07:00
parent 4963b607e1
commit f5a3ff3ac5
4 changed files with 19 additions and 5 deletions

View File

@@ -5,8 +5,12 @@
# turn echo on and error on earliest command
set -ex
# get shared variables
SCRIPT_DIR="$( cd "$( dirname "$0" )" && pwd )"
source $SCRIPT_DIR/defaults.sh
# enter bhd repo
cd $HOME/project
cd $LOCAL_CHIPYARD_DIR
# initialize submodules and get the hashes
git submodule update --init
@@ -22,7 +26,7 @@ search () {
done
}
submodules=("boom" "hwacha" "rocket-chip" "sifive-blocks" "testchipip")
submodules=("boom" "firechip" "hwacha" "icenet" "rocket-chip" "sifive-blocks" "sifive-cache" "testchipip")
dir="generators"
search