forked from eembc/coremark
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Laurent Thévenoux edited this page Apr 8, 2020
·
5 revisions
NOTE: Port for Kalray's Coolidge processor is a work in progress.
In order to run the benchmark for Kalray's Coolidge processor, set PORT_DIR to:
make PORT_DIR=kvxCoremark can be instrumented thanks to -finstrument-functions option. To enable this feature use the following command:
make PORT_DIR=kvx ITERATIONS=1 PORT_CC=kvx-cos-gcc ENABLE_TRACE=1-
PORT_CCallows to set the compiler to use to build the benchs (kvx-cos-gccby default). -
PORT_LDallows to set the linker to use (kvx-cos-gccby default). -
ENABLE_TRACE=1allows to instrument the benchs with the-finstrument-functionsfacility (seekvx/trace.c).
Add the following flag to make to run coremark on simulator: ENABLE_SIMULATOR=1.