Skip to content

Commit

Permalink
Enable the icache in coremark
Browse files Browse the repository at this point in the history
When executed on a configuration without an icache the enable is safe
but has no effect.
  • Loading branch information
GregAC committed Jan 31, 2024
1 parent 0cbbe90 commit c19b299
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/sw/benchmarks/coremark/ibex/core_portme.c
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ void portable_init(core_portable *p, int *argc, char *argv[]) {
ee_printf("ERROR! Please define ee_u32 to a 32b unsigned type!\n");
}
p->portable_id = 1;
icache_enable(1);
}
/* Function : portable_fini
Target specific final code
Expand Down

0 comments on commit c19b299

Please sign in to comment.