alliance-programmers '01
ALC : CVS loginfo, ocp/src


Christophe Alexandre (Christophe.Alexandre@asim.lip6.fr)
Thu, 13 Sep 2001 16:13:19 +0200

=================================================================== Modification le : Thu Sep 13 16:13:04 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: PBin.cpp PPlacedIns.cpp PPlacement.cpp PRow.cpp PSubRow.cpp Log Message: plus que quelques réglages pour le preplacement ... =================================================================== Index: PBin.cpp =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/ocp/src/PBin.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -r1.2 -r1.3 65,70d64 < for (PToPlaceInss::iterator InsIt = _toPlaceInss.begin(); < InsIt != _toPlaceInss.end(); InsIt++) < { < (*InsIt)->Plot(out); < } < Index: PPlacedIns.cpp =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/ocp/src/PPlacedIns.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -r1.1 -r1.2 11,12c11,12 < double x = (double)(_pins->XINS) + _width / 2.0; < double y = (double)(_pins->YINS) + _height / 2.0; --- > double x = (double)((_pins->XINS) / pitch) + _width / 2.0; > double y = (double)((_pins->YINS) / pitch) + _height / 2.0; Index: PPlacement.cpp =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/ocp/src/PPlacement.cpp,v retrieving revision 1.11 retrieving revision 1.12 diff -r1.11 -r1.12 407a408,409 > > out << "#rows" << endl; 410c412 < RowIt->Plot(out); --- > RowIt->Plot(out); 412a415 > out << "#nets" << endl; 415c418,432 < NetIt->Plot(out); --- > NetIt->Plot(out); > } > > out << "#to place instances" << endl; > for (PToPlaceInss::iterator insit = _toPlaceInss.begin(); > insit != _toPlaceInss.end(); insit++) > { =================================================================== 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/

 



Alliance Web Site © 1997, 2002 ASIM/LIP6/UPMC, page maintained by Czo [Olivier Sirol] , last updated on 13 September 2001.