/*******************************************************************/ /* This file define various hardware parameters that are used by */ /* both the giet_tsar OS and by the hardware (top.cpp file) */ /*******************************************************************/ #ifndef _HARD_CONFIG_H #define _HARD_CONFIG_H #define X_SIZE 2 #define Y_SIZE 2 #define X_WIDTH 4 #define Y_WIDTH 4 #define NB_PROCS_MAX 4 #define USE_EXT_IO 1 #define NB_DMA_CHANNELS 0 #define NB_HBA_CHANNELS 0 #define NB_NIC_CHANNELS 0 #define NB_CMA_CHANNELS 0 #define NB_TTY_CHANNELS 4 #endif //_HARD_CONFIG_H