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

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

Adding support for TSAR platforms using the vci_io_bridge component.

In this case (USE_IOB=1), when a block is read from the disk controller,
the buffer containing the read data must be invalidated in the Memory
Cache as the transfer is done between the disk controller and the RAM.

File size: 461 bytes
Line 
1#define NB_PROCS        1
2#define NB_CLUSTERS     1
3
4#define IRQ_PER_PROC    1
5
6#define USE_IOB         0
7#define CACHE_COHERENCE 1
8#define CACHE_LINE_SIZE 64//bytes
9
10#define BOOT_DEBUG      1
11#define BOOT_DEBUG_IOC  0
12
13#define IOC_BASE        0xFB000000
14#define TTY_BASE        0xFC000000
15#define ICU_BASE        0xFD000000
16#define MCC_BASE        0xFFFFFFFF // not used
17
18/* Mandatory argument only for FPGA platforms */ 
19
20#define SYSCLK_FREQ     25000000//Hz
Note: See TracBrowser for help on using the repository browser.