diff --git a/dosify.c b/dosify.c index 7ee679cbc..4a7830568 100644 --- a/dosify.c +++ b/dosify.c @@ -15,9 +15,10 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA - * - * $Id: dosify.c,v 1.1 2001/08/03 17:06:47 steve Exp $ */ +#if !defined(WINNT) +#ident "$Id: dosify.c,v 1.2 2002/08/11 23:47:04 steve Exp $" +#endif /* * This is a simple program to make a dosified copy of the @@ -68,6 +69,9 @@ int main(int argc, char*argv[]) /* * $Log: dosify.c,v $ + * Revision 1.2 2002/08/11 23:47:04 steve + * Add missing Log and Ident strings. + * * Revision 1.1 2001/08/03 17:06:47 steve * Add install of examples for Windows. * diff --git a/driver/substit.c b/driver/substit.c index 7343df66b..7d13e485d 100644 --- a/driver/substit.c +++ b/driver/substit.c @@ -16,7 +16,9 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ident "$Id: substit.c,v 1.2 2002/06/25 01:33:01 steve Exp $" +#if !defined(WINNT) +#ident "$Id: substit.c,v 1.3 2002/08/11 23:47:04 steve Exp $" +#endif # include # include @@ -94,6 +96,9 @@ char* substitutions(const char*str) /* * $Log: substit.c,v $ + * Revision 1.3 2002/08/11 23:47:04 steve + * Add missing Log and Ident strings. + * * Revision 1.2 2002/06/25 01:33:01 steve * include malloc.h only when available. * diff --git a/examples/hello_vpi.c b/examples/hello_vpi.c index 0b5455c3c..3faf72450 100644 --- a/examples/hello_vpi.c +++ b/examples/hello_vpi.c @@ -16,7 +16,9 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ident "$Id: hello_vpi.c,v 1.1 2002/04/18 03:25:16 steve Exp $" +#if !defined(WINNT) && !defined(macintosh) +#ident "$Id: hello_vpi.c,v 1.2 2002/08/11 23:47:04 steve Exp $" +#endif /* * This file contains an example VPI module to demonstrate the tools @@ -60,6 +62,9 @@ void (*vlog_startup_routines[])() = { }; /* * $Log: hello_vpi.c,v $ + * Revision 1.2 2002/08/11 23:47:04 steve + * Add missing Log and Ident strings. + * * Revision 1.1 2002/04/18 03:25:16 steve * More examples. * diff --git a/net_modulo.cc b/net_modulo.cc index ab8f381dd..e35105894 100644 --- a/net_modulo.cc +++ b/net_modulo.cc @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ #if !defined(WINNT) && !defined(macintosh) -#ident "$Id: net_modulo.cc,v 1.3 2001/10/28 01:14:53 steve Exp $" +#ident "$Id: net_modulo.cc,v 1.4 2002/08/11 23:47:04 steve Exp $" #endif # include "config.h" @@ -104,4 +104,9 @@ const Link& NetModulo::pin_DataB(unsigned idx) const return pin(idx+width_r_+width_a_); } - +/* + * $Log: net_modulo.cc,v $ + * Revision 1.4 2002/08/11 23:47:04 steve + * Add missing Log and Ident strings. + * + */ diff --git a/tgt-fpga/d-generic-edif.c b/tgt-fpga/d-generic-edif.c index 6fbaa5aaf..043e8ee0c 100644 --- a/tgt-fpga/d-generic-edif.c +++ b/tgt-fpga/d-generic-edif.c @@ -16,7 +16,9 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ident "$Id: d-generic-edif.c,v 1.7 2001/09/16 01:48:16 steve Exp $" +#if !defined(WINNT) && !defined(macintosh) +#ident "$Id: d-generic-edif.c,v 1.8 2002/08/11 23:47:04 steve Exp $" +#endif # include "device.h" # include "fpga_priv.h" @@ -398,6 +400,9 @@ const struct device_s d_generic_edif = { /* * $Log: d-generic-edif.c,v $ + * Revision 1.8 2002/08/11 23:47:04 steve + * Add missing Log and Ident strings. + * * Revision 1.7 2001/09/16 01:48:16 steve * Suppor the PAD attribute on signals. * diff --git a/tgt-fpga/d-generic.c b/tgt-fpga/d-generic.c index 3bfb7c9d2..09722aa83 100644 --- a/tgt-fpga/d-generic.c +++ b/tgt-fpga/d-generic.c @@ -16,7 +16,9 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ident "$Id: d-generic.c,v 1.9 2001/09/16 01:48:16 steve Exp $" +#if !defined(WINNT) && !defined(macintosh) +#ident "$Id: d-generic.c,v 1.10 2002/08/11 23:47:04 steve Exp $" +#endif # include "device.h" # include "fpga_priv.h" @@ -508,6 +510,9 @@ const struct device_s d_generic = { /* * $Log: d-generic.c,v $ + * Revision 1.10 2002/08/11 23:47:04 steve + * Add missing Log and Ident strings. + * * Revision 1.9 2001/09/16 01:48:16 steve * Suppor the PAD attribute on signals. * diff --git a/tgt-fpga/d-virtex.c b/tgt-fpga/d-virtex.c index 359bea17d..6c61bd123 100644 --- a/tgt-fpga/d-virtex.c +++ b/tgt-fpga/d-virtex.c @@ -16,7 +16,9 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ident "$Id: d-virtex.c,v 1.11 2001/10/11 00:12:28 steve Exp $" +#if !defined(WINNT) && !defined(macintosh) +#ident "$Id: d-virtex.c,v 1.12 2002/08/11 23:47:04 steve Exp $" +#endif # include "device.h" # include "fpga_priv.h" @@ -1062,6 +1064,9 @@ const struct device_s d_virtex_edif = { /* * $Log: d-virtex.c,v $ + * Revision 1.12 2002/08/11 23:47:04 steve + * Add missing Log and Ident strings. + * * Revision 1.11 2001/10/11 00:12:28 steve * Generate BUF devices for bufz logic. * diff --git a/tgt-fpga/device.h b/tgt-fpga/device.h index 574c1a0e9..8d39055fe 100644 --- a/tgt-fpga/device.h +++ b/tgt-fpga/device.h @@ -18,7 +18,9 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ident "$Id: device.h,v 1.7 2001/09/16 01:48:16 steve Exp $" +#if !defined(WINNT) && !defined(macintosh) +#ident "$Id: device.h,v 1.8 2002/08/11 23:47:04 steve Exp $" +#endif # include @@ -66,6 +68,9 @@ extern device_t device_from_arch(const char*arch); /* * $Log: device.h,v $ + * Revision 1.8 2002/08/11 23:47:04 steve + * Add missing Log and Ident strings. + * * Revision 1.7 2001/09/16 01:48:16 steve * Suppor the PAD attribute on signals. * diff --git a/tgt-fpga/fpga_priv.h b/tgt-fpga/fpga_priv.h index 4fb53be9a..8a410cd03 100644 --- a/tgt-fpga/fpga_priv.h +++ b/tgt-fpga/fpga_priv.h @@ -18,7 +18,9 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ident "$Id: fpga_priv.h,v 1.4 2001/09/06 04:28:40 steve Exp $" +#if !defined(WINNT) && !defined(macintosh) +#ident "$Id: fpga_priv.h,v 1.5 2002/08/11 23:47:04 steve Exp $" +#endif # include # include "device.h" @@ -81,6 +83,9 @@ extern unsigned edif_uref; /* * $Log: fpga_priv.h,v $ + * Revision 1.5 2002/08/11 23:47:04 steve + * Add missing Log and Ident strings. + * * Revision 1.4 2001/09/06 04:28:40 steve * Separate the virtex and generic-edif code generators. * diff --git a/tgt-fpga/gates.c b/tgt-fpga/gates.c index 76ab11463..34e6de3cd 100644 --- a/tgt-fpga/gates.c +++ b/tgt-fpga/gates.c @@ -16,7 +16,9 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ident "$Id: gates.c,v 1.7 2001/09/09 22:23:28 steve Exp $" +#if !defined(WINNT) && !defined(macintosh) +#ident "$Id: gates.c,v 1.8 2002/08/11 23:47:04 steve Exp $" +#endif # include # include "fpga_priv.h" @@ -98,6 +100,9 @@ int show_scope_gates(ivl_scope_t net, void*x) /* * $Log: gates.c,v $ + * Revision 1.8 2002/08/11 23:47:04 steve + * Add missing Log and Ident strings. + * * Revision 1.7 2001/09/09 22:23:28 steve * Virtex support for mux devices and adders * with carry chains. Also, make Virtex specific diff --git a/tgt-fpga/mangle.c b/tgt-fpga/mangle.c index 016fe6cb4..d2f21cd13 100644 --- a/tgt-fpga/mangle.c +++ b/tgt-fpga/mangle.c @@ -16,8 +16,9 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ident "$Id: mangle.c,v 1.4 2001/09/15 18:27:04 steve Exp $" - +#if !defined(WINNT) && !defined(macintosh) +#ident "$Id: mangle.c,v 1.5 2002/08/11 23:47:04 steve Exp $" +#endif # include "fpga_priv.h" # include @@ -97,6 +98,9 @@ const char* xnf_mangle_nexus_name(ivl_nexus_t net) /* * $Log: mangle.c,v $ + * Revision 1.5 2002/08/11 23:47:04 steve + * Add missing Log and Ident strings. + * * Revision 1.4 2001/09/15 18:27:04 steve * Make configure detect malloc.h * diff --git a/tgt-fpga/tables.c b/tgt-fpga/tables.c index c0e7b0bc7..b91af0feb 100644 --- a/tgt-fpga/tables.c +++ b/tgt-fpga/tables.c @@ -16,7 +16,9 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ident "$Id: tables.c,v 1.2 2001/09/06 04:28:40 steve Exp $" +#if !defined(WINNT) && !defined(macintosh) +#ident "$Id: tables.c,v 1.3 2002/08/11 23:47:04 steve Exp $" +#endif # include "fpga_priv.h" # include @@ -54,6 +56,9 @@ device_t device_from_arch(const char*arch) /* * $Log: tables.c,v $ + * Revision 1.3 2002/08/11 23:47:04 steve + * Add missing Log and Ident strings. + * * Revision 1.2 2001/09/06 04:28:40 steve * Separate the virtex and generic-edif code generators. * diff --git a/tgt-pal/enables.c b/tgt-pal/enables.c index c5b2986eb..526e40ded 100644 --- a/tgt-pal/enables.c +++ b/tgt-pal/enables.c @@ -16,8 +16,9 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ident "$Id: enables.c,v 1.4 2001/07/25 03:10:50 steve Exp $" - +#if !defined(WINNT) && !defined(macintosh) +#ident "$Id: enables.c,v 1.5 2002/08/11 23:47:04 steve Exp $" +#endif # include "config.h" # include "ivl_target.h" @@ -79,6 +80,9 @@ void absorb_pad_enables(void) /* * $Log: enables.c,v $ + * Revision 1.5 2002/08/11 23:47:04 steve + * Add missing Log and Ident strings. + * * Revision 1.4 2001/07/25 03:10:50 steve * Create a config.h.in file to hold all the config * junk, and support gcc 3.0. (Stephan Boettcher) diff --git a/tgt-vvp/draw_mux.c b/tgt-vvp/draw_mux.c index 0bdb67b27..6a206b329 100644 --- a/tgt-vvp/draw_mux.c +++ b/tgt-vvp/draw_mux.c @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ #if !defined(WINNT) -#ident "$Id: draw_mux.c,v 1.2 2002/07/16 03:15:11 steve Exp $" +#ident "$Id: draw_mux.c,v 1.3 2002/08/11 23:47:04 steve Exp $" #endif # include "vvp_priv.h" @@ -170,3 +170,9 @@ void draw_lpm_mux(ivl_lpm_t net) } +/* + * $Log: draw_mux.c,v $ + * Revision 1.3 2002/08/11 23:47:04 steve + * Add missing Log and Ident strings. + * + */ diff --git a/tgt-vvp/vvp.c b/tgt-vvp/vvp.c index 5b1b0f37e..68077405d 100644 --- a/tgt-vvp/vvp.c +++ b/tgt-vvp/vvp.c @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ #if !defined(WINNT) && !defined(macintosh) -#ident "$Id: vvp.c,v 1.13 2001/10/19 21:53:24 steve Exp $" +#ident "$Id: vvp.c,v 1.14 2002/08/11 23:47:04 steve Exp $" #endif /* @@ -103,5 +103,8 @@ int target_design(ivl_design_t des) } /* + * $Log: vvp.c,v $ + * Revision 1.14 2002/08/11 23:47:04 steve + * Add missing Log and Ident strings. + * */ - diff --git a/vpi/lxt_write.c b/vpi/lxt_write.c index 691768d81..d7900326d 100644 --- a/vpi/lxt_write.c +++ b/vpi/lxt_write.c @@ -19,6 +19,9 @@ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER * DEALINGS IN THE SOFTWARE. */ +#if !defined(WINNT) && !defined(macintosh) +#ident "$Id: lxt_write.c,v 1.2 2002/08/11 23:47:04 steve Exp $" +#endif #include "lxt_write.h" @@ -1526,3 +1529,10 @@ if(!(s->flags&(LT_SYM_F_DOUBLE|LT_SYM_F_STRING))) return(rc); } + +/* + * $Log: lxt_write.c,v $ + * Revision 1.2 2002/08/11 23:47:04 steve + * Add missing Log and Ident strings. + * + */ diff --git a/vpi/lxt_write.h b/vpi/lxt_write.h index 7c95aa045..c08a279a6 100644 --- a/vpi/lxt_write.h +++ b/vpi/lxt_write.h @@ -19,6 +19,9 @@ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER * DEALINGS IN THE SOFTWARE. */ +#if !defined(WINNT) && !defined(macintosh) +#ident "$Id: lxt_write.h,v 1.2 2002/08/11 23:47:04 steve Exp $" +#endif #ifndef DEFS_LXT_H #define DEFS_LXT_H @@ -154,3 +157,10 @@ int lt_emit_value_string(struct lt_trace *lt, struct lt_symbol *s, unsigned i int lt_emit_value_bit_string(struct lt_trace *lt, struct lt_symbol *s, unsigned int row, char *value); #endif + +/* + * $Log: lxt_write.h,v $ + * Revision 1.2 2002/08/11 23:47:04 steve + * Add missing Log and Ident strings. + * + */ diff --git a/vpi/mt19937int.c b/vpi/mt19937int.c index 88c52e30a..7f0ee076d 100644 --- a/vpi/mt19937int.c +++ b/vpi/mt19937int.c @@ -10,6 +10,9 @@ * * Change the function prototypes to use ANSI/ISO C syntax. */ +#if !defined(WINNT) && !defined(macintosh) +#ident "$Id: mt19937int.c,v 1.2 2002/08/11 23:47:04 steve Exp $" +#endif /* A C-program for MT19937: Integer version (1998/4/6) */ /* genrand() generates one pseudorandom unsigned integer (32bit) */ @@ -113,3 +116,9 @@ genrand() return y; } +/* + * $Log: mt19937int.c,v $ + * Revision 1.2 2002/08/11 23:47:04 steve + * Add missing Log and Ident strings. + * + */ diff --git a/vpi/sys_plusargs.c b/vpi/sys_plusargs.c index 321309a0d..aa8e30e67 100644 --- a/vpi/sys_plusargs.c +++ b/vpi/sys_plusargs.c @@ -16,7 +16,9 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ident "$Id: sys_plusargs.c,v 1.2 2002/08/10 17:00:31 steve Exp $" +#if !defined(WINNT) && !defined(macintosh) +#ident "$Id: sys_plusargs.c,v 1.3 2002/08/11 23:47:04 steve Exp $" +#endif # include # include @@ -327,6 +329,9 @@ void sys_plusargs_register() /* * $Log: sys_plusargs.c,v $ + * Revision 1.3 2002/08/11 23:47:04 steve + * Add missing Log and Ident strings. + * * Revision 1.2 2002/08/10 17:00:31 steve * Allow vpiIntegerVar as parameter to $value$plusarg * diff --git a/vpip/vpi_mcd.c b/vpip/vpi_mcd.c index a0a9233fc..4e4238c2b 100644 --- a/vpip/vpi_mcd.c +++ b/vpip/vpi_mcd.c @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ #if !defined(WINNT) && !defined(macintosh) -#ident "$Id: vpi_mcd.c,v 1.4 2001/07/22 18:19:19 steve Exp $" +#ident "$Id: vpi_mcd.c,v 1.5 2002/08/11 23:47:04 steve Exp $" #endif # include "vpi_priv.h" @@ -145,3 +145,10 @@ int vpi_mcd_fgetc(unsigned int mcd) } return 0; } + +/* + * $Log: vpi_mcd.c,v $ + * Revision 1.5 2002/08/11 23:47:04 steve + * Add missing Log and Ident strings. + * + */ diff --git a/vpip/vpi_vlog_info.c b/vpip/vpi_vlog_info.c index 8818d6ef4..dc572564e 100644 --- a/vpip/vpi_vlog_info.c +++ b/vpip/vpi_vlog_info.c @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ #if !defined(WINNT) && !defined(macintosh) -#ident "$Id: vpi_vlog_info.c,v 1.1 2001/03/14 19:27:44 steve Exp $" +#ident "$Id: vpi_vlog_info.c,v 1.2 2002/08/11 23:47:05 steve Exp $" #endif #include @@ -79,3 +79,10 @@ vpip_set_vlog_info(int argc, char** argv) vpip_argc = argc; vpip_argv = argv; } + +/* + * $Log: vpi_vlog_info.c,v $ + * Revision 1.2 2002/08/11 23:47:05 steve + * Add missing Log and Ident strings. + * + */ diff --git a/vpithunk.c b/vpithunk.c index a9ab292fc..53d1e99ed 100644 --- a/vpithunk.c +++ b/vpithunk.c @@ -1,3 +1,25 @@ +/* + * Copyright (c) 2001-2002 Stephen Williams (steve@icarus.com) + * + * This source code is free software; you can redistribute it + * and/or modify it in source code form under the terms of the GNU + * General Public License as published by the Free Software + * Foundation; either version 2 of the License, or (at your option) + * any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + */ +#if !defined(WINNT) && !defined(macintosh) +#ident "$Id: vpithunk.c,v 1.5 2002/08/11 23:47:04 steve Exp $" +#endif + #include #include #include "vpi_user.h" @@ -207,3 +229,10 @@ extern int vpi_chk_error(p_vpi_error_info info) { VPIT_CALL(vpi_chk_error, 0, (info)); } + +/* + * $Log: vpithunk.c,v $ + * Revision 1.5 2002/08/11 23:47:04 steve + * Add missing Log and Ident strings. + * + */ diff --git a/vpithunk.h b/vpithunk.h index d4f8cb60f..f74077249 100644 --- a/vpithunk.h +++ b/vpithunk.h @@ -1,6 +1,28 @@ #ifndef _VPI_THUNK_H_ #define _VPI_THUNK_H_ 1 +/* + * Copyright (c) 2001-2002 Stephen Williams (steve@icarus.com) + * + * This source code is free software; you can redistribute it + * and/or modify it in source code form under the terms of the GNU + * General Public License as published by the Free Software + * Foundation; either version 2 of the License, or (at your option) + * any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + */ +#if !defined(WINNT) && !defined(macintosh) +#ident "$Id: vpithunk.h,v 1.3 2002/08/11 23:47:04 steve Exp $" +#endif + /* These functions are actually defined in lieu of the vpi functions by the simulator. These prototypes should'nt go into vpi_user.h, because we don't want the users to be seeing this stuff. They @@ -50,3 +72,10 @@ typedef struct { DLLEXPORT int vpi_register_sim(p_vpi_thunk tp); #endif + +/* + * $Log: vpithunk.h,v $ + * Revision 1.3 2002/08/11 23:47:04 steve + * Add missing Log and Ident strings. + * + */ diff --git a/vvm/vvm_vpi.cc b/vvm/vvm_vpi.cc index bd0901b4c..65797c314 100644 --- a/vvm/vvm_vpi.cc +++ b/vvm/vvm_vpi.cc @@ -1,3 +1,7 @@ +#if !defined(WINNT) && !defined(macintosh) +#ident "$Id: vvm_vpi.cc,v 1.2 2002/08/11 23:47:05 steve Exp $" +#endif + #include #include "vpi_user.h" #include "vpithunk.h" @@ -31,3 +35,10 @@ void vvm_vpi_init() vvmt.vpi_free_object= vpi_free_object; vvmt.vpi_get_vlog_info = vpi_get_vlog_info; } + +/* + * $Log: vvm_vpi.cc,v $ + * Revision 1.2 2002/08/11 23:47:05 steve + * Add missing Log and Ident strings. + * + */ diff --git a/vvp/fvectors.cc b/vvp/fvectors.cc index 3d81b1c2b..d8f595f19 100644 --- a/vvp/fvectors.cc +++ b/vvp/fvectors.cc @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ #if !defined(WINNT) -#ident "$Id: fvectors.cc,v 1.4 2001/10/09 16:57:47 steve Exp $" +#ident "$Id: fvectors.cc,v 1.5 2002/08/11 23:47:05 steve Exp $" #endif # include "config.h" @@ -88,3 +88,9 @@ vvp_fvector_t vvp_fvector_new(unsigned size) return v; } +/* + * $Log: fvectors.cc,v $ + * Revision 1.5 2002/08/11 23:47:05 steve + * Add missing Log and Ident strings. + * + */ diff --git a/vvp/memory.cc b/vvp/memory.cc index f64644b28..971059804 100644 --- a/vvp/memory.cc +++ b/vvp/memory.cc @@ -18,7 +18,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ #if !defined(WINNT) -#ident "$Id: memory.cc,v 1.16 2002/03/17 03:23:31 steve Exp $" +#ident "$Id: memory.cc,v 1.17 2002/08/11 23:47:05 steve Exp $" #endif #include "memory.h" @@ -504,3 +504,10 @@ void schedule_memory(vvp_memory_t mem, unsigned idx, e->idx = idx; schedule_generic(e, val, delay); } + +/* + * $Log: memory.cc,v $ + * Revision 1.17 2002/08/11 23:47:05 steve + * Add missing Log and Ident strings. + * + */ diff --git a/vvp/vpi_mcd.cc b/vvp/vpi_mcd.cc index 5f7d2567f..9e9aeb405 100644 --- a/vvp/vpi_mcd.cc +++ b/vvp/vpi_mcd.cc @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ #if !defined(WINNT) && !defined(macintosh) -#ident "$Id: vpi_mcd.cc,v 1.6 2002/01/04 02:26:36 steve Exp $" +#ident "$Id: vpi_mcd.cc,v 1.7 2002/08/11 23:47:05 steve Exp $" #endif # include "vpi_priv.h" @@ -159,3 +159,10 @@ int vpi_mcd_fgetc(unsigned int mcd) } return 0; } + +/* + * $Log: vpi_mcd.cc,v $ + * Revision 1.7 2002/08/11 23:47:05 steve + * Add missing Log and Ident strings. + * + */ diff --git a/vvp/vvp_vpi.cc b/vvp/vvp_vpi.cc index 2388a3f4c..37aa28850 100644 --- a/vvp/vvp_vpi.cc +++ b/vvp/vvp_vpi.cc @@ -1,3 +1,7 @@ +#if !defined(WINNT) && !defined(macintosh) +#ident "$Id: vvp_vpi.cc,v 1.4 2002/08/11 23:47:05 steve Exp $" +#endif + #include #include "vpi_user.h" #include "vpithunk.h" @@ -32,3 +36,10 @@ void vvp_vpi_init() vvpt.vpi_get_vlog_info = vpi_get_vlog_info; vvpt.vpi_chk_error = vpi_chk_error; } + +/* + * $Log: vvp_vpi.cc,v $ + * Revision 1.4 2002/08/11 23:47:05 steve + * Add missing Log and Ident strings. + * + */