alliance-programmers '01
ALC : CVS loginfo, ocr/sce/seg


Hugo Clement (Hugo.Clement@asim.lip6.fr)
Mon, 17 Dec 2001 15:29:52 +0100

=================================================================== Modification le : Mon Dec 17 15:29:36 CET 2001 Par : hcl =================================================================== Update of /users/outil/alliance/cvsroot/alliance/sources/ocr/sce/seg In directory bip.lip6.fr:/users/cao/hcl/alliance/sources/ocr/sce/seg Modified Files: ocrToPhFig.c Log Message: VDD/VSS rail bug, new ripUp. =================================================================== Index: ocrToPhFig.c =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/ocr/sce/seg/ocrToPhFig.c,v retrieving revision 1.3 retrieving revision 1.4 diff -r1.3 -r1.4 5a6,8 > Revision 1.4 2001/12/17 14:29:36 hcl > VDD/VSS rail bug, new ripUp. > 302a306,307 > char *vss = namealloc ("vss"); > char *vdd = namealloc ("vdd"); 309,313c314,335 < start_with_vss = ( < ( (i_pPhFig->PHINS->YINS % 100) && (i_pPhFig->PHINS->TRANSF == NOSYM) ) < || < ( (i_pPhFig->PHINS->YINS % 50) && (i_pPhFig->PHINS->TRANSF == SYM_Y) ) < ); --- > start_with_vss = !( > ((i_pPhFig->PHINS->YINS == 0) && (i_pPhFig->PHINS->TRANSF == NOSYM)) > || > ( > (i_pPhFig->PHINS->YINS != 0) > && > ( > ( > (i_pPhFig->PHINS->YINS % 100) > &&(!(i_pPhFig->PHINS->YINS % 50)) > && (i_pPhFig->PHINS->TRANSF == NOSYM) > ) > || > ( > (!(i_pPhFig->PHINS->YINS % 100)) > && (i_pPhFig->PHINS->TRANSF == SYM_Y) > ) > ) > ) > ) > ; > 324c346 < (start_with_vss ? "vss" : "vdd"), i_pDataBase->XAB1, 300, ALU1, 600); --- > (start_with_vss ? vss : vdd), i_pDataBase->XAB1, 300, ALU1, 600); 327c349 < (start_with_vss ? "vss" : "vdd"), i_pDataBase->XAB2, 300, ALU1, 600); --- > (start_with_vss ? vss : vdd), i_pDataBase->XAB2, 300, ALU1, 600); =================================================================== 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 17 December 2001.