Skip to content

Commit

Permalink
sw: Fix address map
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Jan 23, 2025
1 parent f8813bd commit f41cebf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#define SNRT_CLUSTER_NUM ${cfg['nr_clusters']}
#define SNRT_CLUSTER_DM_CORE_NUM 1
#define SNRT_TCDM_START_ADDR CLUSTER_TCDM_BASE_ADDR
#define SNRT_TCDM_SIZE (CLUSTER_PERIPH_BASE_ADDR - CLUSTER_TCDM_BASE_ADDR)
#define SNRT_TCDM_SIZE (ALIAS_BOOTROM_BASE_ADDR - CLUSTER_TCDM_BASE_ADDR)
#define SNRT_CLUSTER_OFFSET ${cfg['cluster']['cluster_base_offset']}

// Software configuration
Expand Down

0 comments on commit f41cebf

Please sign in to comment.