/*******************************************************************/ /* 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 NB_DMA_CHANNELS 0 #define NB_TTY_CHANNELS (NB_PROCS_MAX * X_SIZE * Y_SIZE) #define NB_HBA_CHANNELS 0 #define NB_NIC_CHANNELS 0 #define NB_CMA_CHANNELS 0 #endif //_HARD_CONFIG_H