Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 542 Bytes

README.md

File metadata and controls

40 lines (31 loc) · 542 Bytes

About

How to

  • set SPEC2017 path in env vars
export SPEC=/spec2017_path
  • set SPEC_LITE env var to the path of this repo
export SPEC_LITE=/CPU2017LiteWrapper
  • source shrc
cd $SPEC && source shrc
  • copy source
cd $SPEC_LITE
make copy_allr
  • compile binarys
export ARCH=riscv64
export CROSS_COMPILE=riscv64-unknown-linux-gnu-
make build_allr -j 70
  • collect result
bash scripts/collect.sh

Reference