source: branches/fault_tolerance/platforms/tsar_generic_iob/conf/preloader_4c2p/defs_platform.h @ 733

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

fault_tolerance/tsar_generic_iob:

main arguments


  • Replacing atoi function by strtol to accept hexadecimal numeric arguments

config files


Introducing:

  • configuration files (conf/preloader*) for compiling preloader.
  • configuration file (soclib.conf) for compiling with soclib-cc.
  • description file (arch.py) for generating hard and soft configuration files using GIET_VM genmap script
File size: 382 bytes
Line 
1#define NB_PROCS         2
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.