Last change
on this file since 629 was
629,
checked in by alain, 11 years ago
|
- Updatre the gier_tsar to support the vci_iopic component
in the tsar_generic_leti plat-form.
- Modify the soft_transpose_giet application to make
optional the graphic display on frame buffer and
to introduce a systematic auto-check
|
File size:
698 bytes
|
Line | |
---|
1 | /*******************************************************************/ |
---|
2 | /* This file define various hardware parameters that are used by */ |
---|
3 | /* both the giet_tsar OS and by the hardware (top.cpp file) */ |
---|
4 | /*******************************************************************/ |
---|
5 | |
---|
6 | #ifndef _HARD_CONFIG_H |
---|
7 | #define _HARD_CONFIG_H |
---|
8 | |
---|
9 | #define X_SIZE 2 |
---|
10 | #define Y_SIZE 2 |
---|
11 | #define X_WIDTH 4 |
---|
12 | #define Y_WIDTH 4 |
---|
13 | |
---|
14 | #define NB_PROCS_MAX 4 |
---|
15 | |
---|
16 | #define USE_EXT_IO 1 |
---|
17 | |
---|
18 | #define NB_DMA_CHANNELS 0 |
---|
19 | #define NB_HBA_CHANNELS 0 |
---|
20 | #define NB_NIC_CHANNELS 0 |
---|
21 | #define NB_CMA_CHANNELS 0 |
---|
22 | |
---|
23 | #define NB_TTY_CHANNELS 4 |
---|
24 | |
---|
25 | #endif //_HARD_CONFIG_H |
---|
Note: See
TracBrowser
for help on using the repository browser.