cvw/tests/riscv-coremark
2021-10-20 09:03:21 -07:00
..
coremark Move tests into subdirectory and moved wavedrom out of project 2021-10-20 09:03:21 -07:00
extraPortmes Move tests into subdirectory and moved wavedrom out of project 2021-10-20 09:03:21 -07:00
riscv64 Move tests into subdirectory and moved wavedrom out of project 2021-10-20 09:03:21 -07:00
riscv64-baremetal Move tests into subdirectory and moved wavedrom out of project 2021-10-20 09:03:21 -07:00
.gitignore Move tests into subdirectory and moved wavedrom out of project 2021-10-20 09:03:21 -07:00
.gitmodules Move tests into subdirectory and moved wavedrom out of project 2021-10-20 09:03:21 -07:00
build-coremark.sh Move tests into subdirectory and moved wavedrom out of project 2021-10-20 09:03:21 -07:00
LICENSE Move tests into subdirectory and moved wavedrom out of project 2021-10-20 09:03:21 -07:00
README.md Move tests into subdirectory and moved wavedrom out of project 2021-10-20 09:03:21 -07:00
trace Move tests into subdirectory and moved wavedrom out of project 2021-10-20 09:03:21 -07:00
transferobjump.sh Move tests into subdirectory and moved wavedrom out of project 2021-10-20 09:03:21 -07:00

Coremark EEMBC Wrapper

This repository provides the utility files to port CoreMark EEMBC to RISC-V.

Requirements

  • You must have installed the RISC-V tools

Setup

  • git submodule update --init
  • Run the ./build-coremark.sh script that does the following
    • Builds a version of Coremark for Linux or pk (coremark.riscv)
    • Builds a version of Coremark for bare-metal (coremark.bare.riscv)
    • Copies the output binaries into this directory

Default Files

The default files target RV64GC and use minimal amount of compilation flags. Additionally, the *.mak file in the riscv64 folder setups spike pk as the default run rule.

Feel free to change these to suit your needs.