From 798d523c79fff365cdedc7107981d3b1900344d4 Mon Sep 17 00:00:00 2001 From: Zitao Fang Date: Sun, 6 Jun 2021 01:03:41 -0700 Subject: [PATCH] Update sha3 repo --- .circleci/run-tests.sh | 3 +++ generators/sha3 | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/run-tests.sh b/.circleci/run-tests.sh index 5ea53c78..10fd58fb 100755 --- a/.circleci/run-tests.sh +++ b/.circleci/run-tests.sh @@ -65,6 +65,9 @@ case $1 in $LOCAL_SIM_DIR/simulator-chipyard-GemminiRocketConfig $GEMMINI_SOFTWARE_DIR/build/bareMetalC/mvin_mvout-baremetal ;; chipyard-sha3) + export RISCV=$LOCAL_ESP_DIR + export LD_LIBRARY_PATH=$LOCAL_ESP_DIR/lib + export PATH=$RISCV/bin:$PATH (cd $LOCAL_CHIPYARD_DIR/generators/sha3/software && ./build.sh) $LOCAL_SIM_DIR/simulator-chipyard-Sha3RocketConfig $LOCAL_CHIPYARD_DIR/generators/sha3/software/benchmarks/bare/sha3-rocc.riscv ;; diff --git a/generators/sha3 b/generators/sha3 index 74e41f57..21035e49 160000 --- a/generators/sha3 +++ b/generators/sha3 @@ -1 +1 @@ -Subproject commit 74e41f579213549501ccf292d101f9db73ee2347 +Subproject commit 21035e498573b0e541cb87fe330e9d8dcfc88238