Skip to content

Commit

Permalink
Add instruction cache flags
Browse files Browse the repository at this point in the history
  • Loading branch information
lukamac committed Nov 9, 2023
1 parent d8257c5 commit bc87357
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ struct ${prefix}network_run_token ${prefix}network_run_async(void *l2_buffer, si
// First open the cluster
pi_cluster_conf_init(&conf);
conf.id=0;
#ifdef TARGET_CHIP_FAMILY_GAP9
conf.icache_conf = PI_CLUSTER_MASTER_CORE_ICACHE_ENABLE | PI_CLUSTER_ICACHE_PREFETCH_ENABLE | PI_CLUSTER_ICACHE_ENABLE;
#endif
<%
n_args = 4 if l3_supported else 5
%>\
Expand Down

0 comments on commit bc87357

Please sign in to comment.