source: branches/reconfiguration/platforms/tsar_generic_iob/conf/preloader_4c1p/defs_platform.h @ 748

Last change on this file since 748 was 748, checked in by cfuguet, 10 years ago

reconfiguration: tsar_generic_iob distributed boot

  • Introducing optional distributed boot in the tsar_generic_iob platform.
  • To support this, a distributed boot ROM is instantiated in each cluster.
  • Physical address extension register for instructions and data of L1 caches is initialized with local cluster index when distributed boot is activated.
File size: 382 bytes
Line 
1#define NB_PROCS         1
2#define NB_CLUSTERS      4
3
4#define IRQ_PER_PROC     4
5
6#define USE_IOB          1
7#define CACHE_COHERENCE  1
8#define CACHE_LINE_SIZE  64   //  bytes
9
10#define RESET_DEBUG      0
11
12#define ICU_PADDR_BASE   0xB0000000
13#define MCC_PADDR_BASE   0xB2000000
14#define IOC_PADDR_BASE   0xB3000000
15#define TTY_PADDR_BASE   0xB4000000
16
17#define SYSCLK_FREQ              50000000
Note: See TracBrowser for help on using the repository browser.