SPECIAL DEDICACE TO CZO !
ET MAINTENANT DJ CVS TOUT DE SUITE APRES CA!!!
This commit is contained in:
parent
aa18294ac7
commit
8424c0a7a8
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue