source: branches/fault_tolerance/softs/tsar_boot/conf/platform_tsar_generic_iob/defs_platform.h @ 724

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

branches/fault_tolerance:

  • Recreating fault_tolerance branch with all new modifications from trunk.
  • Introducing distributed boot rom in the tsar_generic_iob platform
File size: 416 bytes
Line 
1#define NB_PROCS         1
2#define NB_CLUSTERS      4
3
4#define IRQ_PER_PROC     1
5
6#define USE_IOB          1
7#define CACHE_COHERENCE  1
8#define CACHE_LINE_SIZE  64 // bytes (ie 16 x 32-bit word)
9#define RESET_DEBUG      0
10
11#define ICU_PADDR_BASE   0xB0000000
12#define MCC_PADDR_BASE   0xB2000000
13#define IOC_PADDR_BASE   0xB3000000
14#define TTY_PADDR_BASE   0xB4000000
15#define RDK_PADDR_BASE   0xFFFFFFFF // not used
Note: See TracBrowser for help on using the repository browser.