=================================================================== Modification le : Mon Oct 2 17:33:16 MEST 2000 Par : =================================================================== Update of /users/outil/alliance/cvsroot/alliance/sources/dpgen In directory melon.lip6.fr:/users/cao/jpc/alliance/sources/dpgen Modified Files: Makefile dpgen.sh dpgen_Defs.h dpgen_Macro.c Added Files: dpgen_Shifter.c Log Message: * dpgen.sh : - Bug : les options longues n'etaient pas activees. * docs/SPECS.html : - Mise a jour de la specification du shifter. - Correction de l'ordre des connecteurs de DFFT (inversion de "scan" et "scin"). * dpgen_Shifter.c/dpgen_Defs.h/dpgen_Macro.c : - Integration du generateur de shifter (fournit seulement la netlist pour l'instant). =================================================================== Index: Makefile =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/dpgen/Makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -r1.4 -r1.5 112c112,113 < LOCAL_DPGEN_OBJS = $(LOCAL_UTIL_OBJS) dpgen_RF1.o \ --- > LOCAL_DPGEN_OBJS = $(LOCAL_UTIL_OBJS) dpgen_Shifter.o \ > dpgen_RF1.o \ Index: dpgen.sh =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/dpgen/dpgen.sh,v retrieving revision 1.2 retrieving revision 1.3 diff -r1.2 -r1.3 95,97c95,97 < --no-rm-core) KEEP_CORE="n";; < --keep-exec) KEEP_BIN="n";; < --keep-log) KEEP_LOG="n";; --- > --no-rm-core) KEEP_CORE="y";; > --keep-exec) KEEP_BIN="y";; > --keep-log) KEEP_LOG="y";; 337a338 > exit_code=0 Index: dpgen_Defs.h =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/dpgen/dpgen_Defs.h,v retrieving revision 1.3 retrieving revision 1.4 diff -r1.3 -r1.4 58a59,65 > /* ---------------------------------------------------------------------- > * Module : "dpgen_Shifter.c" > */ > > extern void dpgen_Shifter __FP((long aFunction, va_list aAL)); > > Index: dpgen_Macro.c =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/dpgen/dpgen_Macro.c,v retrieving revision 1.4 retrieving revision 1.5 diff -r1.4 -r1.5 131,133c131 < eprinth (NULL); < eprints ("GENLIB_MACRO: SHIFT is not implemented yet.\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/