Skip to content

Commit f41cebf

Browse files
committed
sw: Fix address map
1 parent f8813bd commit f41cebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

target/snitch_cluster/sw/runtime/common/snitch_cluster_cfg.h.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#define SNRT_CLUSTER_NUM ${cfg['nr_clusters']}
1010
#define SNRT_CLUSTER_DM_CORE_NUM 1
1111
#define SNRT_TCDM_START_ADDR CLUSTER_TCDM_BASE_ADDR
12-
#define SNRT_TCDM_SIZE (CLUSTER_PERIPH_BASE_ADDR - CLUSTER_TCDM_BASE_ADDR)
12+
#define SNRT_TCDM_SIZE (ALIAS_BOOTROM_BASE_ADDR - CLUSTER_TCDM_BASE_ADDR)
1313
#define SNRT_CLUSTER_OFFSET ${cfg['cluster']['cluster_base_offset']}
1414

1515
// Software configuration

0 commit comments

Comments
 (0)