alliance-programmers '01
ALC : CVS loginfo, sea


Jean-Paul CHAPUT (Jean-Paul.CHAPUT@asim.lip6.fr)
Tue, 19 Jun 2001 11:53:44 +0200

=================================================================== Modification le : mar jun 19 11:53:28 CEST 2001 Par : jpc =================================================================== Update of /users/outil/alliance/cvsroot/alliance/sources/sea In directory melon.lip6.fr:/users/cao/jpc/alliance/sources/sea Modified Files: DEF_drive.c a2lef.sh util_LEFDEF.c util_Power.c Log Message: * DEF_drive.c : Correction du bug "MBK_SCALE_X". Lorsque MBK_SCALE_X etait different de 100 les coordonnees des segments et des VIAS etaient fausses. Les co- ordonees MBK etaient utilisees directement pour generer le ".def" au lieu d'etre transormees au prealable par MBK2DEF_length(). Ceci affecte les fonctions fprintWIRESEG() & fprintWIREVIA(). * util_LEFDEF.c : - DEF2MBK_length() : Correction d'une erreur d'arrondi, toujours multi- plier avant de diviser. * a2lef.sh : - Ajout d'une nouvelle fonctionnalite : generation d'une macro isolee avec l'option "-c" ou "--cell". =================================================================== Index: DEF_drive.c =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/sea/DEF_drive.c,v retrieving revision 1.10 retrieving revision 1.11 diff -r1.10 -r1.11 1325,1328c1325,1331 < apPhseg->X1, < apPhseg->Y1, < apPhseg->X2, < apPhseg->Y2); --- > MBK2DEF_length (apPhseg->X1), > MBK2DEF_length (apPhseg->Y1), > MBK2DEF_length (apPhseg->X2), > MBK2DEF_length (apPhseg->Y2)); > > printf ("MBK X1 := %ld, DEF X1 := %ld\n", > apPhseg->X1, MBK2DEF_length (apPhseg->X1)); 1349,1350c1352,1353 < apPhvia->XVIA, < apPhvia->YVIA, --- > MBK2DEF_length (apPhvia->XVIA), > MBK2DEF_length (apPhvia->YVIA), Index: a2lef.sh =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/sea/a2lef.sh,v retrieving revision 1.3 retrieving revision 1.4 diff -r1.3 -r1.4 28a29 > cellName="" 76c77,78 < echo " <--lef <lef_file> >" --- > echo " <--lef <lef_file> > \\" > echo " <--cell <cell_name> >" 79c81,82 < echo " <-L <lef_file> > " --- > echo " <-L <lef_file> > \\" > echo " <-c <cell_name> > " 90a94 > echo " o <--cell|-c <cell_name> > : process a single (macro) cell." 240a245,249 > fi > if [ ! -z "$cellName" ]; then > echo -n "a2LEF.sh:error: --library and --cell options are" > echo " mutually exclusive." =================================================================== 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/

 



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