Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riscv-boom/riscv-coremark
Setup scripts and files needed to compile CoreMark on RISC-V
https://github.com/riscv-boom/riscv-coremark
Last synced: about 1 month ago
JSON representation
Setup scripts and files needed to compile CoreMark on RISC-V
- Host: GitHub
- URL: https://github.com/riscv-boom/riscv-coremark
- Owner: riscv-boom
- License: bsd-3-clause
- Created: 2019-03-21T22:42:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-19T15:15:20.000Z (5 months ago)
- Last Synced: 2024-08-02T01:18:39.722Z (5 months ago)
- Language: C
- Size: 29.3 KB
- Stars: 60
- Watchers: 7
- Forks: 27
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Coremark EEMBC Wrapper
======================This repository provides the utility files to port [CoreMark EEMBC](https://www.eembc.org/coremark/) 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.