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 Feb 5, 2024
1 parent 2de873c commit bd24834
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 bd24834

Please sign in to comment.