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
- Host: GitHub
- URL: https://github.com/ucb-bar/riscv-coremark-pro
- Owner: ucb-bar
- Created: 2024-07-24T00:46:52.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-07-24T00:53:59.000Z (11 months ago)
- Last Synced: 2025-01-16T01:15:23.072Z (5 months ago)
- Language: Makefile
- Size: 4.88 KB
- Stars: 3
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```