Merge pull request #336 from ucb-bar/bumpMarshal

Faster FireMarshal Initialization
This commit is contained in:
Nathan Pemberton
2019-11-13 16:34:38 -08:00
committed by GitHub
3 changed files with 9 additions and 2 deletions

View File

@@ -32,6 +32,9 @@ for name in toolchains/*/*/ ; do
done
git config submodule.toolchains/qemu.update none
# Don't automatically initialize generators with big submodules (e.g. linux source)
git config submodule.generators/sha3.update none
# Disable updates to the FireSim submodule until explicitly requested
git config submodule.sims/firesim.update none
# Disable updates to the hammer tool plugins repos
@@ -49,6 +52,10 @@ git config --unset submodule.vlsi/hammer-cadence-plugins.update
git config --unset submodule.vlsi/hammer-synopsys-plugins.update
git config --unset submodule.vlsi/hammer-mentor-plugins.update
git config --unset submodule.generators/sha3.update
# Shallow clone by default (recursive clone would get linux)
git submodule update --init generators/sha3
if [ $NO_FIRESIM = false ]; then
echo "initializing firesim"
# Renable firesim and init only the required submodules to provide