Skip to content

Commit

Permalink
Merge pull request openhwgroup#1710 from zchamski/pr/track-cva6-commi…
Browse files Browse the repository at this point in the history
…t-upon-install

Track cva6 commit upon install
  • Loading branch information
ASintzoff authored Mar 10, 2023
2 parents 0f9f5ae + b47799c commit 702348d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cva6/regress/install-cva6.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ echo $CVA6_PATCH
if ! [ -d core-v-cores/cva6 ]; then
git clone --recursive $CVA6_REPO -b $CVA6_BRANCH core-v-cores/cva6
cd core-v-cores/cva6; git checkout $CVA6_HASH;
echo -n "Using CVA6 commit "; git describe --always HEAD
if [ -f ../$CVA6_PATCH ]; then
git apply ../$CVA6_PATCH
fi
Expand Down

0 comments on commit 702348d

Please sign in to comment.