Merge remote-tracking branch 'origin/main' into use_conda

This commit is contained in:
Tim Snyder
2022-04-11 19:53:51 +00:00
15 changed files with 43 additions and 242 deletions

View File

@@ -107,10 +107,14 @@ cd "$CHIPYARD_DIR"
_unskip() { git config --local --unset-all "submodule.${1}.update" || : ; }
trap 'git_submodule_exclude _unskip' EXIT INT TERM
set -x
git_submodule_exclude _skip
git submodule update --init --recursive #--jobs 8
set +x
)
set -x
# Non-recursive clone to exclude riscv-linux
git submodule update --init generators/sha3
@@ -125,6 +129,8 @@ git config --local submodule.sims/firesim.update none
# Only shallow clone needed for basic SW tests
git submodule update --init software/firemarshal
set +x
# Configure firemarshal to know where our firesim installation is
if [ ! -f ./software/firemarshal/marshal-config.yaml ]; then
echo "firesim-dir: '../../sims/firesim/'" > ./software/firemarshal/marshal-config.yaml