=================================================================== Modification le : Wed Feb 7 12:47:42 MET 2001 Par : fred =================================================================== Update of /users/outil/alliance/cvsroot/alliance/sources/mbk In directory odroz:/users/cao/fred/alliance/sources/mbk Modified Files: Makefile mbk_lo.c mbk_lo.h mbk_lo_util.c mbk_ph.c Added Files: mlo502.h mlu502.h mph413.h Removed Files: mlo501.h mlu501.h mph412.h Log Message: Quite a few changes: Four new layers in the physical view: N/P TRANS FAST/HVIO A new field in the lotrs: char *MODELNAME that's the name of the spice model (in spice terminology) of the transistor. This field is supposed to be filled at extraction time and used at netlist generation time, by the techo dependant formats (ie spice) This implies recompilation of everything:) Be my guest =================================================================== Index: Makefile =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/mbk/Makefile,v retrieving revision 1.17 retrieving revision 1.18 diff -r1.17 -r1.18 45,46c45,46 < MLU_H = mlu501.h < MLO_H = mlo501.h --- > MLU_H = mlu502.h > MLO_H = mlo502.h 48c48 < MPH_H = mph412.h --- > MPH_H = mph413.h 52c52 < MPH_LIB = libMph412.a --- > MPH_LIB = libMph413.a 54,55c54,55 < MLO_LIB = libMlo501.a < MLU_LIB = libMlu501.a --- > MLO_LIB = libMlo502.a > MLU_LIB = libMlu502.a Index: mbk_lo.c =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/mbk/mbk_lo.c,v retrieving revision 1.18 retrieving revision 1.19 diff -r1.18 -r1.19 132c132 < ptsource, ptdrain, ptbulk, name) --- > ptsource, ptdrain, ptbulk, model, name) 138c138 < char *name; --- > char *model, *name; 139a140 > static char *grid, *drain, *source, *bulk; 143c144,149 < name = namealloc( name ); --- > if (!grid) { > grid = namealloc("grid"); > drain = namealloc("drain"); > source = namealloc("source"); > bulk = namealloc("bulk"); =================================================================== 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/