mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-20 11:57:12 -04:00
Enable the icache in coremark
When executed on a configuration without an icache the enable is safe but has no effect.
This commit is contained in:
parent
2de873c9bb
commit
bd248343cc
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue