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

Last change on this file since 402 was 399, checked in by bouyer, 11 years ago

Sync with reality: we have only one processor on the de2-115 and
we'll probably never have 4.

File size: 308 bytes
RevLine 
[399]1#define NB_PROCS        1
[347]2#define NB_CLUSTERS     1
[292]3
[347]4#define IRQ_PER_PROC    1
[302]5
[347]6#define CACHE_COHERENCE 1
7#define CACHE_LINE_SIZE 64//bytes
8
[388]9#define INSTRUMENTATION 0
10
[347]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.