affichage du nombre d'emulbs

This commit is contained in:
Francois Donnet 2003-02-20 14:55:45 +00:00
parent 3a304b4886
commit 7b47b49aba
1 changed files with 5 additions and 1 deletions

View File

@ -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);