=================================================================== Modification le : Thu Sep 20 23:37:01 CEST 2001 Par : xtof =================================================================== Update of /users/outil/alliance/cvsroot/alliance/sources/ocp/src In directory bip.lip6.fr:/users/cao/xtof/alliance/sources/ocp/src Modified Files: Makefile.am PBin.cpp PCon.cpp PContainer.h PDetPlacement.cpp PDetPlacement.h PDetSubRow.cpp PDetToPlaceIns.cpp PDetToPlaceIns.h PElem.h PMove.cpp PNet.cpp PNet.h PPlacement.cpp PPlacement.h PPlacementFinal.cpp PPlacementGlobal.cpp PRow.cpp PSubRow.cpp Log Message: le placement détaillé marche, probleme lors du init avec des gros circuits... =================================================================== Index: Makefile.am =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/ocp/src/Makefile.am,v retrieving revision 1.8 retrieving revision 1.9 diff -r1.8 -r1.9 10c10 < DEFS = @DEFS@ -DPLACE_DEBUG -DALLIANCE_VERSION=$(ALLIANCE_VERSION) \ --- > DEFS = @DEFS@ -DALLIANCE_VERSION=$(ALLIANCE_VERSION) \ Index: PBin.cpp =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/ocp/src/PBin.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -r1.6 -r1.7 2a3 > #include <iomanip> 6c7 < : PContainer(PBBox()), _toPlaceInss(), _nHits(0) --- > : PContainer(), _toPlaceInss(), _nHits(0) 79c80 < int percent; --- > double percent; 83,85c84,87 < percent = (_nHits * 100) / TotalMoves; < out << "set label \"" << percent << "%\" at " << x << "," << y << " center" < << endl; --- > percent = (_nHits * 100.0) / TotalMoves; > out << "set label \"" > << percent << "%\" at " << x << "," << y << " center" > << endl; Index: PCon.cpp =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/ocp/src/PCon.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -r1.2 -r1.3 9c9 < PElem(1), _con(con), _pos(PPos()) --- > PElem(1), _con(con), _pos() Index: PContainer.h =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/ocp/src/PContainer.h,v retrieving revision 1.2 retrieving revision 1.3 =================================================================== Ce message est envoyé au personnes abonnées à alliance-programmers Pour plus d'information sur cette mailling-list, visitez : http://www-asim.lip6.fr/alliance/mailing-lists/