/* ------------------------------ $Id: config.h,v 1.1 2006/01/27 08:40:46 marquet Exp $ ------------------------------------------------------------ First simulator of systems and architectures Philippe Marquet, Jan 2006 */ #ifndef _CONFIG_H_ #define _CONFIG_H_ /* version Id */ #define SSAM_VERSION "SSAM version 0.0, phm@lifl.fr" /* Number of possible connections */ #define MAX_CNCT 128 /* Max length of a connection name */ #define CNCT_NAME_LG 32 #endif