Skip to content

Commit

Permalink
Merge pull request #42 from cyyself/do-not-recursive-xs
Browse files Browse the repository at this point in the history
env: do not recursively init XiangShan
  • Loading branch information
chenguokai authored Apr 13, 2024
2 parents de25a04 + 6601b60 commit 468b844
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# This script will setup XiangShan develop environment automatically

# Init submodules
git submodule update --init --recursive
# TODO: rocket submodules are not needed
git submodule update --init --recursive DRAMsim3 NEMU NutShell nexus-am
git submodule update --init XiangShan && make -C XiangShan init;

# Setup XiangShan environment variables
source env.sh
Expand Down

0 comments on commit 468b844

Please sign in to comment.