=================================================================== Modification le : Thu Sep 13 13:21:46 CEST 2001 Par : mai0009 =================================================================== Update of /users/outil/alliance/cvsroot/alliance/sources/ocp/src In directory bizet.lip6.fr:/users/dsk03/mai0009/alliance/sources/ocp/src Modified Files: PPlacement.cpp PRow.cpp PRow.h Log Message: on avance sur le preplacement, c'est pas encore ça =================================================================== Index: PPlacement.cpp =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/ocp/src/PPlacement.cpp,v retrieving revision 1.9 retrieving revision 1.10 diff -r1.9 -r1.10 13a14 > #include "PConstants.h" 55c56 < _placedInss.push_back(PPlacedIns(ins, pins, Pitch, sigcpt)); --- > _placedInss.push_back(PPlacedIns(ins, pins, PITCH, sigcpt)); 87c88 < _toPlaceInss.push_back(PToPlaceIns(ins, Pitch, sigcpt)); --- > _toPlaceInss.push_back(PToPlaceIns(ins, PITCH, sigcpt)); 455c456 < iit->Save(physicalfig, Pitch); --- > iit->Save(physicalfig, PITCH); 460c461 < cit->Save(physicalfig, Pitch); --- > cit->Save(physicalfig, PITCH); 463,466c464,467 < physicalfig->XAB1 =(int)(BBox.GetMinX() * Pitch); < physicalfig->XAB2 =(int)(BBox.GetMaxX() * Pitch); < physicalfig->YAB1 =(int)(BBox.GetMinY() * Pitch); < physicalfig->YAB2 =(int)(BBox.GetMaxY() * Pitch); --- > physicalfig->XAB1 =(int)(BBox.GetMinX() * PITCH); > physicalfig->XAB2 =(int)(BBox.GetMaxX() * PITCH); > physicalfig->YAB1 =(int)(BBox.GetMinY() * PITCH); > physicalfig->YAB2 =(int)(BBox.GetMaxY() * PITCH); 479c480 < if (!RowFlg) NRows = (int)(sqrt((1.0 + Margin) * SumWidth / _rowHeight) + 0.5); --- > if (!RowFlg) NRows = (int)(sqrt((1.0 + Margin) * SumWidth / ROWHEIGHT) + 0.5); 495a497,500 > // ====================================================================== > // void GenerateConsPlacement() > // private method > // ====================================================================== 559a565,568 > // ====================================================================== > // void InitPlace(bool NbRows, bool RowFlg) > // private method > // ====================================================================== 608c617 < _rowsYMax[Y + _rowHeight] = rowidx++; =================================================================== Ce message est envoyé au personnes abonnées à alliance-programmers Pour plus d'information sur cette mailling-list, visitez : http://asim.lip6.fr/alliance/mailing-lists/