updated hash of cva6 and arch-tests

This commit is contained in:
Fatima Saleem 2023-08-07 22:12:04 +05:00
parent 54747422ef
commit 7489e30889
2 changed files with 2 additions and 2 deletions

View file

@ -67,7 +67,7 @@ export NUM_JOBS=24
if [ -z "$CVA6_REPO" ]; then
CVA6_REPO="https://github.com/openhwgroup/cva6.git"
CVA6_BRANCH="master"
CVA6_HASH="4f06aa620f75bcae369f05d0652283d45ef76a24"
CVA6_HASH="853fb4bee5ca6e36e39dc3c272a97f49d95c3c1d"
CVA6_PATCH=
fi
echo $CVA6_REPO

View file

@ -17,7 +17,7 @@ fi
if ! [ -n "$ARCH_TEST_REPO" ]; then
ARCH_TEST_REPO=https://github.com/riscv-non-isa/riscv-arch-test
ARCH_TEST_BRANCH=main
ARCH_TEST_HASH=ad04e119a5d846a1c11159786ad3382cf5ad3649
ARCH_TEST_HASH="46cf99d0e020887e398508fc776928a1adad7c23"
fi
echo "Repo: " $ARCH_TEST_REPO
echo "Branch:" $ARCH_TEST_BRANCH