Merge pull request #336 from ucb-bar/bumpMarshal
Faster FireMarshal Initialization
This commit is contained in:
Submodule generators/sha3 updated: 60ddfe7c5b...e27d808cf1
@@ -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
|
||||
|
||||
Submodule sims/firesim updated: c3a4731a60...cfeb0e67fe
Reference in New Issue
Block a user