Bump to latest rocket-chip
This commit is contained in:
@@ -102,11 +102,14 @@ cd "$RDIR"
|
||||
toolchains/libgloss \
|
||||
generators/sha3 \
|
||||
generators/gemmini \
|
||||
generators/rocket-chip \
|
||||
sims/firesim \
|
||||
software/nvdla-workload \
|
||||
software/coremark \
|
||||
software/firemarshal \
|
||||
software/spec2017 \
|
||||
tools/dsptools \
|
||||
tools/rocket-dsp-utils \
|
||||
vlsi/hammer-mentor-plugins
|
||||
do
|
||||
"$1" "${name%/}"
|
||||
@@ -132,10 +135,19 @@ cd "$RDIR"
|
||||
git submodule update --init generators/gemmini
|
||||
git -C generators/gemmini/ submodule update --init --recursive software/gemmini-rocc-tests
|
||||
|
||||
# Non-recursive clone
|
||||
git submodule update --init generators/rocket-chip
|
||||
|
||||
# Minimal non-recursive clone to initialize sbt dependencies
|
||||
git submodule update --init sims/firesim
|
||||
git config --local submodule.sims/firesim.update none
|
||||
|
||||
# Non-recursive clone
|
||||
git submodule update --init tools/rocket-dsp-utils
|
||||
|
||||
# Non-recursive clone
|
||||
git submodule update --init tools/dsptools
|
||||
|
||||
# Only shallow clone needed for basic SW tests
|
||||
git submodule update --init software/firemarshal
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user