Skip to content

Commit 4b03d0c

Browse files
committed
sw: Add PULP Cluster memory map
1 parent 4f87293 commit 4b03d0c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

sw/include/soc_addr_map.h

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@
1515
#define SOC_CTRL_BASE 0x30001000
1616

1717
#define CLUSTER_0_BASE 0x40000000
18-
#define CLUSTER_1_BASE 0x40200000
19-
#define CLUSTER_2_BASE 0x40400000
20-
#define CLUSTER_3_BASE 0x40600000
21-
#define CLUSTER_4_BASE 0x40800000
22-
23-
#define CLUSTER_0_NUMCORES 9
24-
#define CLUSTER_1_NUMCORES 9
25-
#define CLUSTER_2_NUMCORES 9
26-
#define CLUSTER_3_NUMCORES 9
27-
#define CLUSTER_4_NUMCORES 9
18+
#define CLUSTER_1_BASE 0x40400000
19+
#define CLUSTER_2_BASE 0x40800000
20+
#define CLUSTER_3_BASE 0x40C00000
21+
#define CLUSTER_4_BASE 0x41000000
22+
23+
#define CLUSTER_0_NUMCORES 8
24+
#define CLUSTER_1_NUMCORES 8
25+
#define CLUSTER_2_NUMCORES 8
26+
#define CLUSTER_3_NUMCORES 8
27+
#define CLUSTER_4_NUMCORES 8
2828

2929
static uint8_t _chimera_numCores[] = {CLUSTER_0_NUMCORES, CLUSTER_1_NUMCORES, CLUSTER_2_NUMCORES,
3030
CLUSTER_3_NUMCORES, CLUSTER_4_NUMCORES};

0 commit comments

Comments
 (0)