Set cluster base address properly.

This commit is contained in:
Yvan Tortorella 2023-10-06 16:24:45 +02:00
parent 89fe257eb9
commit 45de393f94

View file

@ -78,7 +78,7 @@
* CLUSTER
*/
#define ARCHI_CLUSTER_ADDR 0x00000000
#define ARCHI_CLUSTER_ADDR 0x50000000
#define ARCHI_CLUSTER_SIZE 0x00400000
#define ARCHI_CLUSTER_GLOBAL_ADDR(cid) (0x50000000 + (cid)*ARCHI_CLUSTER_SIZE)