precision sur le hardware

This commit is contained in:
Francois Donnet 2003-02-20 15:05:52 +00:00
parent 7b47b49aba
commit 720577c6b7
1 changed files with 3 additions and 2 deletions

View File

@ -197,8 +197,9 @@ extern int main(int argc, char *argv[])
"Ana ABRIL, François DONNET, Eric MECHIN, Philippe OLEK"); "Ana ABRIL, François DONNET, Eric MECHIN, Philippe OLEK");
fprintf( stdout, "\n\n"); fprintf( stdout, "\n\n");
fprintf( stdout, " ===> Number of hardware emulators : %d\n", EMULBS_NBR_EMULBS ); fprintf( stdout, " Compiled for this required hardware...\n" );
fprintf( stdout, " ===> Depth of one hardware emulator : %d\n", EMULBS_BS_SIZE ); 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"); fprintf( stdout, "\n\n");
set_param(argc,argv); set_param(argc,argv);