=================================================================== Modification le : Sun Oct 1 16:13:07 MET DST 2000 Par : jpc =================================================================== Update of /users/outil/alliance/cvsroot/alliance/sources/sea In directory twist:/users/cao/jpc/alliance/sources/sea Modified Files: LEF_drive_sxlib.c Log Message: CVS: CVS: CVS: CVS: CVS: CVS: CVS: CVS: CVS: CVS: CVS: CVS: CVS: CVS: CVS: CVS: CVS: CVS: CVS: CVS: CVS: * LEF_drive_sxlib.c : - Interdire les symmetries par rapport a l'axe horizontal aux cellules hautes d'un nombre pair de slices. Ceci se traduit par une modifica- tion du champs SYMMETRY : on le reduit a 'Y' au lieu de 'X Y'. Par la meme occasion on cree une fonction SxLib2SYMMETRY(). - Nouvelle verification : l'alimentation du bas d'une cellule doit etre un VSS. C'est une hypothese faite pour le site "core". =================================================================== Index: LEF_drive_sxlib.c =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/sea/LEF_drive_sxlib.c,v retrieving revision 1.4 retrieving revision 1.5 diff -r1.4 -r1.5 69c69 < /* ---------------------------------------------------------------------- --- > /* ------------------------------------------------------------------ 81a82 > static void SxLib2SYMMETRY __FP((void)); 299a301,315 > * Function : "SxLib2SYMMETRY()". > */ > > static void SxLib2SYMMETRY() > { > /* Symmetry generation. */ > if (((LV_phfig->YAB2 - LV_phfig->YAB1) / YSLICE) % 2) { > LV_pMACRO->SYMMETRY = F_SYMMETRY_XY; > } else { > LV_pMACRO->SYMMETRY = F_SYMMETRY_Y; > } > } > > > /* ---------------------------------------------------------------------- 363a380,388 > if (aLayer == ALU1) { > if (plPow->Type != C_POWER_ISVSS) { > eprinth (NULL); > eprintf ("\n Bottom power supply is not VSS.\n"); > EXIT (1); > } > } > > 779d803 < LV_pMACRO->SYMMETRY = F_SYMMETRY_XY; 781a806 > SxLib2SYMMETRY(); =================================================================== 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/