Updated location to find compiler for coremark

This commit is contained in:
Abe 2021-07-16 19:13:18 -04:00
parent 74e67df080
commit ec65c078e2

View File

@ -4,7 +4,8 @@ set -e
BASEDIR=$PWD BASEDIR=$PWD
CM_FOLDER=coremark CM_FOLDER=coremark
RISCV=/home/ehedenberg/riscvcompiler #RISCV=/home/ehedenberg/riscvcompiler
RISCV=/courses/e190ax/riscvcompiler
XCFLAGS="-march=rv64im" XCFLAGS="-march=rv64im"
cd $BASEDIR/$CM_FOLDER cd $BASEDIR/$CM_FOLDER