Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ucb-bar/coremark-workload
FireMarshal workload for CoreMark EEMBC
https://github.com/ucb-bar/coremark-workload
Last synced: 3 months ago
JSON representation
FireMarshal workload for CoreMark EEMBC
- Host: GitHub
- URL: https://github.com/ucb-bar/coremark-workload
- Owner: ucb-bar
- Created: 2019-10-31T17:23:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-14T23:45:08.000Z (about 5 years ago)
- Last Synced: 2024-11-09T23:36:23.983Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 3
- Watchers: 11
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started
First install this repository into FireMarshal:
cd /PATH/TO/FIREMARSHAL/firemarshal/example-workloads
git submodule add https://github.com/ucb-bar/coremark-workload.git coremarkWhen you first install this repository, you should update all submodules:
cd /PATH/TO/FIREMARSHAL/firemarshal/example-workloads
git submodule update --init --recursive coremarkAfter that you can use FireMarshal as normal and point to the `json` workload configs:
# build
cd /PATH/TO/FIREMARSHAL/firemarshal/example-workloads
./marshal build example-workloads/coremark/marshal-configs/coremark.json# launch on QEMU
./marshal launch example-workloads/coremark/marshal-configs/coremark.json