cvw/riscv-coremark
2021-08-12 05:23:04 -04:00
..
coremark
extraPortmes Made a backup folder accessible to everyone for 3 portme directories that would not be preserved in the case of a clean coremark installation. 2021-08-12 05:23:04 -04:00
riscv64
riscv64-baremetal
.gitignore
.gitmodules
build-coremark.sh Updated location to find compiler for coremark 2021-07-16 19:13:18 -04:00
LICENSE
README.md pushing coremark to main branch 2021-05-11 21:33:39 -04:00
trace
transferobjump.sh

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.