An open API service indexing awesome lists of open source software.

https://github.com/ucb-bar/riscv-coremark-pro

Compiles coremark-pro for riscv64 baremetal
https://github.com/ucb-bar/riscv-coremark-pro

Last synced: 3 months ago
JSON representation

Compiles coremark-pro for riscv64 baremetal

Awesome Lists containing this project

README

        

RISCV Builds of Coremark PRO
============================

Prerequisite:
* Have `riscv64-unknown-elf` toolchain on your `PATH`
* Initialize the submodules with `git submodule update --init ./`

Build baremetal core and RVV coremark-pro benchmarks:

```
./build.sh
```