enlever quelques ref a emulbs31

This commit is contained in:
Francois Donnet 2003-02-28 11:19:51 +00:00
parent 7271ab9e02
commit 784a164e66
3 changed files with 8 additions and 6 deletions

View File

@ -136,15 +136,17 @@ static char* unbuf_papat(char* head, struct papat *ppapat)
{ {
if ( PASEQ_PARALLEL ) if ( PASEQ_PARALLEL )
{ {
fprintf(stderr,
"SYNCHRONISATION ERROR!!! --> STOP next results will be wrong\n");
if (verbose_flag) { if (verbose_flag) {
fprintf(stderr, fprintf(stderr,
"Error on pattern %d (line %d)\n" "Error on pattern %d (line %d)\n"
,parallel_num ,parallel_num
,parallel_line); ,parallel_line);
} }
fprintf(stderr,
"SYNCHRONISATION ERROR on Boundary-scan hardware!!!\n" );
fprintf(stderr,
" --> STOP! next results will be wrong...\n");
} }
if (verbose_flag) if (verbose_flag)

View File

@ -127,7 +127,7 @@ Cellules *cell;
/* il y a un nombre maximum de connecteurs sur la carte */ /* il y a un nombre maximum de connecteurs sur la carte */
if ( t_Nbr >= BS_Card_Max || t_Nbr < 0 ) if ( t_Nbr >= BS_Card_Max || t_Nbr < 0 )
{ {
fprintf(stderr,"%d: EMULBS31 n°%d doesn't exist! Index must be between 0 and %d\n", fprintf(stderr,"%d: Boundary-scan chip n°%d doesn't exist! Index must be between 0 and %d\n",
NBR_LIGNES, t_Nbr, BS_Card_Max-1); NBR_LIGNES, t_Nbr, BS_Card_Max-1);
emul_flag(-1); emul_flag(-1);
break; break;

View File

@ -479,11 +479,11 @@ extern int check_mode( )
if ( !emulbs ) if ( !emulbs )
{ {
fprintf(stdout, fprintf(stdout,
"Error : BOUNDARY-SCAN register seems to be other than the EMULBS31 card interface\n"); "Error : BOUNDARY-SCAN register seems to be other than the specified card interface\n");
close_port(); close_port();
return (1); return (1);
} }
else fprintf(stdout,"The %d EMULBS31 have been recognized\n", lg_bypass); else fprintf(stdout,"%d Boundary-scan chip(s) have been recognized\n", lg_bypass);
#endif #endif