Don't recursively clone nvdla/cva6
This commit is contained in:
@@ -69,6 +69,8 @@ cd "$RDIR"
|
|||||||
# path to temporarily exclude during the recursive update
|
# path to temporarily exclude during the recursive update
|
||||||
for name in \
|
for name in \
|
||||||
toolchains/*-tools/* \
|
toolchains/*-tools/* \
|
||||||
|
generators/cva6 \
|
||||||
|
generators/nvdla \
|
||||||
toolchains/libgloss \
|
toolchains/libgloss \
|
||||||
generators/sha3 \
|
generators/sha3 \
|
||||||
generators/gemmini \
|
generators/gemmini \
|
||||||
@@ -101,6 +103,14 @@ cd "$RDIR"
|
|||||||
# Non-recursive clone to exclude riscv-linux
|
# Non-recursive clone to exclude riscv-linux
|
||||||
git submodule update --init generators/sha3
|
git submodule update --init generators/sha3
|
||||||
|
|
||||||
|
# Non-recursive clone to exclude cva6 submods
|
||||||
|
git submodule update --init generators/cva6
|
||||||
|
git -C generators/cva6 submodule update --init src/main/resources/cva6/vsrc/cva6
|
||||||
|
|
||||||
|
# Non-recursive clone to exclude nvdla submods
|
||||||
|
git submodule update --init generators/nvdla
|
||||||
|
git -C generators/nvdla submodule update --init src/main/resources/hw
|
||||||
|
|
||||||
# Non-recursive clone to exclude gemmini-software
|
# Non-recursive clone to exclude gemmini-software
|
||||||
git submodule update --init generators/gemmini
|
git submodule update --init generators/gemmini
|
||||||
git -C generators/gemmini/ submodule update --init --recursive software/gemmini-rocc-tests
|
git -C generators/gemmini/ submodule update --init --recursive software/gemmini-rocc-tests
|
||||||
|
|||||||
Reference in New Issue
Block a user