mirror of
https://github.com/saymrwulf/pulp-runtime.git
synced 2026-05-14 20:48:09 +00:00
Add guard to disable cluster pll init
This commit is contained in:
parent
1ddf10447c
commit
d69fbeff36
1 changed files with 2 additions and 0 deletions
|
|
@ -65,7 +65,9 @@ void cluster_start(int cid, int (*entry)())
|
|||
cluster_entry = entry;
|
||||
|
||||
// Init FLL
|
||||
#if __PLATFORM__ != ARCHI_PLATFORM_FPGA && !defined(SKIP_PLL_INIT)
|
||||
pos_fll_init(POS_FLL_CL);
|
||||
#endif
|
||||
|
||||
// Initialize cluster L1 memory allocator
|
||||
alloc_init_l1(cid);
|
||||
|
|
|
|||
Loading…
Reference in a new issue