Skip to content

Commit

Permalink
Non-recursive clone of compress-acc (#1910)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryz123 authored Jun 26, 2024
1 parent b8bcf07 commit e7fc86c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/init-submodules-no-riscv-tools-nolog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ cd "$RDIR"
toolchains/libgloss \
generators/gemmini \
generators/rocket-chip \
generators/compress-acc \
sims/firesim \
software/nvdla-workload \
software/coremark \
Expand Down Expand Up @@ -121,6 +122,9 @@ cd "$RDIR"
# Non-recursive clone
git submodule update --init generators/rocket-chip

# Non-recursive clone
git submodule update --init generators/compress-acc

# Minimal non-recursive clone to initialize sbt dependencies
git submodule update --init sims/firesim
git config --local submodule.sims/firesim.update none
Expand Down

0 comments on commit e7fc86c

Please sign in to comment.