update pre-compiled hash

This commit is contained in:
alonamid
2019-07-17 07:08:27 +00:00
parent 44f2c594da
commit baf3753b91
2 changed files with 3 additions and 3 deletions

View File

@@ -62,12 +62,12 @@ do
shift
done
if [ "TOOLCHAINS" = "riscv-tools" ]; then
if [ "$TOOLCHAINS" = "riscv-tools" ]; then
if [ "$FIRESIMINSTALL" = "true" ]; then
cd sims/firesim/
git clone https://github.com/firesim/firesim-riscv-tools-prebuilt.git
cd firesim-riscv-tools-prebuilt
git checkout 5fee18421a32058ab339572128201f4904354aaa
git checkout 56a40961c98db5e8f904f15dc6efd0870bfefd9e
PREBUILTHASH="$(cat HASH)"
cd $RDIR/toolchain/riscv-tools/
GITHASH="git rev-parse HEAD"