INSEE 05.04.2011
Interconnection Nertworks Simulation and Evaluation Environment
|
00001 00021 #ifndef _constants 00022 #define _constants 00023 00024 #ifndef BIMODAL_SUPPORT 00025 #define BIMODAL_SUPPORT 1 ///< Deactivates support for bimodal traffic when zero. 00026 #endif /* BIMODAL */ 00027 00032 #ifndef PCOUNT 00033 #define PCOUNT 1 00034 #endif /* PCOUNT */ 00035 00036 #ifndef TRACE_SUPPORT 00037 #define TRACE_SUPPORT 1 ///< 0: trace support is deactivated.\ 00038 1: occurs is implemented as a single list (less memory but slower).\ 00039 2+: occurs is implemented as a multilist (faster but more memory). 00040 #endif /* TRACE */ 00041 00042 /* Execution driven simulation */ 00043 #ifndef EXECUTION_DRIVEN 00044 #define EXECUTION_DRIVEN 1 ///< If non-zero, performs a execution driven simulation. Overrides other execution modes in #tpattern. 00045 #endif /* EXECUTION DRIVEN */ 00046 00047 #ifndef LONG_MAX 00048 #define LONG_MAX 0x7FFFFFFF ///< Maximum value of a variable whose type is long. 00049 #endif /* LONG_LAST */ 00050 00051 #endif /* _constants */