alliance-programmers '01
ALC : CVS loginfo, sea


Jean-Paul CHAPUT (Jean-Paul.CHAPUT@asim.lip6.fr)
Tue, 3 Jul 2001 16:16:24 +0200

=================================================================== Modification le : mar jui 3 16:16:09 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: LEF_drive_sxlib.c util_MBK.c util_RTU.c Log Message: * LEF_drive_sxlib.c : - SxLib2PowerPINS() : Bug : Ne pas creer d'obstacles ALU1 entre alimen- tations trop rapprochees, en particuliers les rails d'alimentations accoles. * util_RTU.c : - via2obs() : Changement de politique : les VIAs multi-niveaux sont compo- ses de plusieurs VIAs empiles. On cree systematiquement des blocages, pour les deux layers du VIA. Seule exception : les VIA connectes aux alimentation dans la direction preferentielle de routage (pour ne pas gener le SROUTE FOLLOWPINS). =================================================================== Index: LEF_drive_sxlib.c =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/sea/LEF_drive_sxlib.c,v retrieving revision 1.7 retrieving revision 1.8 diff -r1.7 -r1.8 553,556c553,558 < XO1 = LV_phfig->XAB1 + MBK_ALU1_SPACING / 2; < XO2 = LV_phfig->XAB2 - MBK_ALU1_SPACING / 2; < YO1 = pPow->y + MBK_ALU1_SPACING + width_bottom / 2; < YO2 = pPow->Next->y - MBK_ALU1_SPACING - width_top / 2; --- > if (pPow->Next->y - pPow->y > > MBK_ALU1_SPACING + (width_bottom + width_top) / 2) { > XO1 = LV_phfig->XAB1 + MBK_ALU1_SPACING / 2; > XO2 = LV_phfig->XAB2 - MBK_ALU1_SPACING / 2; > YO1 = pPow->y + MBK_ALU1_SPACING + width_bottom / 2; > YO2 = pPow->Next->y - MBK_ALU1_SPACING - width_top / 2; 558,559c560,562 < m_AddObs(LV_pMACRO->lOBS, C_OBSITEM_RECT, < m_AddRect(XO1, YO1, XO2, YO2)); --- > m_AddObs(LV_pMACRO->lOBS, C_OBSITEM_RECT, > m_AddRect(XO1, YO1, XO2, YO2)); > } 875a879 > Index: util_MBK.c =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/sea/util_MBK.c,v retrieving revision 1.6 retrieving revision 1.7 diff -r1.6 -r1.7 458c458 < errMBK ("getTopVIALayer"); --- > errMBK ("getBottomVIALayer"); Index: util_RTU.c =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/sea/util_RTU.c,v retrieving revision 1.3 retrieving revision 1.4 diff -r1.3 -r1.4 360c360 < char layer, upLayer; --- > char layer, topLayer; 374a375,378 > > __DBG( fprintf (stderr, "via2obs(): VIA at %ld %ld.\n", =================================================================== 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 06 July 2001.