# coremark-workload **Repository Path**: piaopiaohun/coremark-workload ## Basic Information - **Project Name**: coremark-workload - **Description**: FireMarshal workload for CoreMark EEMBC - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 coremark When you first install this repository, you should update all submodules: cd /PATH/TO/FIREMARSHAL/firemarshal/example-workloads git submodule update --init --recursive coremark After 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