diff --git a/alliance/src/pcbs/src/emulbs/emulbs.c b/alliance/src/pcbs/src/emulbs/emulbs.c index b84195be..7106a5c3 100644 --- a/alliance/src/pcbs/src/emulbs/emulbs.c +++ b/alliance/src/pcbs/src/emulbs/emulbs.c @@ -191,11 +191,15 @@ extern int main(int argc, char *argv[]) /****initialisation environnement****/ mbkenv(); initializeBdd(SMALL_BDD); /*SMALL_BDD=0*/ - alliancebanner_with_authors("EmulBs", EMULBS_VERSION "[2003/01/13]", + alliancebanner_with_authors("EmulBs", EMULBS_VERSION "[2003/02/20]", "Emulated Boundary-Scan Tester Platform", "2001", ALLIANCE_VERSION, "Ana ABRIL, François DONNET, Eric MECHIN, Philippe OLEK"); + fprintf( stdout, "\n\n"); + fprintf( stdout, " ===> Number of hardware emulators : %d\n", EMULBS_NBR_EMULBS ); + fprintf( stdout, " ===> Depth of one hardware emulator : %d\n", EMULBS_BS_SIZE ); + fprintf( stdout, "\n\n"); set_param(argc,argv);