diff --git a/include/archi/chips/carfield-cluster/memory_map.h b/include/archi/chips/carfield-cluster/memory_map.h index 24df05a..f2fad10 100644 --- a/include/archi/chips/carfield-cluster/memory_map.h +++ b/include/archi/chips/carfield-cluster/memory_map.h @@ -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)