source: trunk/softs/tsar_boot/conf/platform_fpga_de2-115/defs_platform.h @ 388

Last change on this file since 388 was 388, checked in by cfuguet, 11 years ago

Modifications in tsar/trunk/softs/tsar_boot:

  • Improving the boot_ioc_read when using a SD card in FPGA platform.
  • Adding some instrumentation on the SD card driver (under preprocessor conditional directives).
  • Including Doxyfile for generate documentation using doxygen.
  • Improving the Makefile to include doc generation.
File size: 308 bytes
Line 
1#define NB_PROCS        4
2#define NB_CLUSTERS     1
3
4#define IRQ_PER_PROC    1
5
6#define CACHE_COHERENCE 1
7#define CACHE_LINE_SIZE 64//bytes
8
9#define INSTRUMENTATION 0
10
11#define IOC_BASE        0xFB000000
12#define VCIBD_BASE      0xFB000000
13#define TTY_BASE        0xFC000000
14#define ICU_BASE        0xFD000000
Note: See TracBrowser for help on using the repository browser.