SPECIAL DEDICACE TO CZO !

ET MAINTENANT DJ CVS
 TOUT DE SUITE APRES CA!!!
This commit is contained in:
Francois Donnet 2002-06-11 15:50:07 +00:00
parent aa18294ac7
commit 8424c0a7a8
1 changed files with 9 additions and 3 deletions

View File

@ -157,7 +157,9 @@ static int distribCell(befig_list* befig)
if (cell->AREA==getgenericarea(befig)) break; /*insert new*/ if (cell->AREA==getgenericarea(befig)) break; /*insert new*/
/*remove old cells because they are bigger*/ /*remove old cells because they are bigger*/
fprintf(stderr,"Mapping Warning: Cell '%s' isn't supported\n",cell->NAME); #if 0
fprintf(stderr,"Mapping Warning: a smaller cell than '%s' exists\n",cell->NAME);
#endif
old_cell=cell->NAME; old_cell=cell->NAME;
pred=NULL; pred=NULL;
for (cell=cells_lib ; cell; cell=cell->NEXT) { for (cell=cells_lib ; cell; cell=cell->NEXT) {
@ -229,7 +231,9 @@ static int distribCell(befig_list* befig)
if (cell->AREA==getgenericarea(befig)) break; /*insert new*/ if (cell->AREA==getgenericarea(befig)) break; /*insert new*/
/*remove old cells because they are bigger*/ /*remove old cells because they are bigger*/
fprintf(stderr,"Mapping Warning: Cell '%s' isn't supported\n",cell->NAME); #if 0
fprintf(stderr,"Mapping Warning: a smaller cell than '%s' exists\n",cell->NAME);
#endif
old_cell=cell->NAME; old_cell=cell->NAME;
pred=NULL; pred=NULL;
for (cell=cells_lib ; cell; cell=cell->NEXT) { for (cell=cells_lib ; cell; cell=cell->NEXT) {
@ -272,7 +276,9 @@ static int distribCell(befig_list* befig)
if (cell->AREA<getgenericarea(befig)) return 0; if (cell->AREA<getgenericarea(befig)) return 0;
if (cell->AREA==getgenericarea(befig)) break; /*insert new*/ if (cell->AREA==getgenericarea(befig)) break; /*insert new*/
/*remove old cells because they are bigger*/ /*remove old cells because they are bigger*/
fprintf(stderr,"Mapping Warning: Cell '%s' isn't supported\n",cell->NAME); #if 0
fprintf(stderr,"Mapping Warning: a smaller cell than '%s' exists\n",cell->NAME);
#endif
old_cell=cell->NAME; old_cell=cell->NAME;
pred=NULL; pred=NULL;
for (cell=cells_lib ; cell; cell=cell->NEXT) { for (cell=cells_lib ; cell; cell=cell->NEXT) {