Last change
on this file since 751 was
744,
checked in by cfuguet, 10 years ago
|
giet_tsar: using CLUSTER_IO constant in stdio functions
- Erasing also extra end-of-line spaces
|
File size:
818 bytes
|
Rev | Line | |
---|
[632] | 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 | |
---|
[744] | 9 | #define X_SIZE 6 |
---|
| 10 | #define Y_SIZE 6 |
---|
[632] | 11 | #define X_WIDTH 4 |
---|
| 12 | #define Y_WIDTH 4 |
---|
[744] | 13 | #define X_IO 0//(X_SIZE - 1) |
---|
| 14 | #define Y_IO 0//(Y_SIZE - 1) |
---|
[632] | 15 | |
---|
[744] | 16 | #define NB_PROCS_MAX 4 |
---|
[632] | 17 | |
---|
[744] | 18 | #define USE_RAMDISK 0 |
---|
| 19 | #define USE_PIC 1 |
---|
[632] | 20 | |
---|
| 21 | #define NB_DMA_CHANNELS 0 |
---|
| 22 | #define NB_HBA_CHANNELS 0 |
---|
| 23 | #define NB_NIC_CHANNELS 0 |
---|
| 24 | #define NB_CMA_CHANNELS 0 |
---|
| 25 | #define NB_TTY_CHANNELS 1 |
---|
| 26 | |
---|
| 27 | #endif //_HARD_CONFIG_H |
---|
Note: See
TracBrowser
for help on using the repository browser.