diff --git a/cva6/regress/install-cva6.sh b/cva6/regress/install-cva6.sh index 33edb73b23..01808cdd64 100755 --- a/cva6/regress/install-cva6.sh +++ b/cva6/regress/install-cva6.sh @@ -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