File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,9 +17,6 @@ cd $LOCAL_CHIPYARD_DIR
1717git fetch
1818git checkout $CHIPYARD_BRANCH
1919
20- # Pin the gemmini submodule (used by build-setup.sh) to the branch matching
21- # this PR's RoCC funct layout. Submodules are otherwise init'd at chipyard's
22- # recorded gitlink commit, which can be ahead/behind for MX work.
2320git submodule update --init generators/gemmini
2421git -C generators/gemmini fetch origin
2522git -C generators/gemmini checkout $GEMMINI_SUBMODULE_BRANCH
@@ -35,6 +32,8 @@ git config --global --add safe.directory $LOCAL_CHECKOUT_DIR
3532git config --global --add safe.directory ' *'
3633
3734cd $LOCAL_CHECKOUT_DIR
35+
36+ git submodule update --init --recursive mxgen
3837git submodule update --init --recursive software/gemmini-rocc-tests
3938rm -rf $LOCAL_CHIPYARD_DIR /generators/gemmini/* $LOCAL_CHIPYARD_DIR /generators/gemmini/.git*
4039mv -f $LOCAL_CHECKOUT_DIR /* $LOCAL_CHECKOUT_DIR /.git* $LOCAL_CHIPYARD_DIR /generators/gemmini/
Original file line number Diff line number Diff line change 99 url = https://github.com/Rakanic/gemmini-rocc-tests.git
1010[submodule "mxgen "]
1111 path = mxgen
12- url = git@ github.com: ucb-bar/MxGen.git
12+ url = https:// github.com/ ucb-bar/MxGen.git
You can’t perform that action at this time.
0 commit comments