diff --git a/Attrib.cc b/Attrib.cc index aa01d0556..bb3488b5a 100644 --- a/Attrib.cc +++ b/Attrib.cc @@ -16,8 +16,8 @@ * 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) -#ident "$Id: Attrib.cc,v 1.4 2002/05/26 01:39:02 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: Attrib.cc,v 1.5 2002/08/12 01:34:58 steve Exp $" #endif # include "config.h" @@ -123,6 +123,9 @@ const verinum& Attrib::attr_value(unsigned idx) const /* * $Log: Attrib.cc,v $ + * Revision 1.5 2002/08/12 01:34:58 steve + * conditional ident string using autoconfig. + * * Revision 1.4 2002/05/26 01:39:02 steve * Carry Verilog 2001 attributes with processes, * all the way through to the ivl_target API. diff --git a/Attrib.h b/Attrib.h index 58e5f5243..ef7ca77d5 100644 --- a/Attrib.h +++ b/Attrib.h @@ -18,8 +18,8 @@ * 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) -#ident "$Id: Attrib.h,v 1.3 2002/05/26 01:39:02 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: Attrib.h,v 1.4 2002/08/12 01:34:58 steve Exp $" #endif # include @@ -62,6 +62,9 @@ class Attrib { /* * $Log: Attrib.h,v $ + * Revision 1.4 2002/08/12 01:34:58 steve + * conditional ident string using autoconfig. + * * Revision 1.3 2002/05/26 01:39:02 steve * Carry Verilog 2001 attributes with processes, * all the way through to the ivl_target API. diff --git a/HName.cc b/HName.cc index 73543c638..84bc27529 100644 --- a/HName.cc +++ b/HName.cc @@ -16,8 +16,8 @@ * 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) -#ident "$Id: HName.cc,v 1.3 2002/01/05 04:36:06 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: HName.cc,v 1.4 2002/08/12 01:34:58 steve Exp $" #endif # include "config.h" @@ -253,6 +253,9 @@ ostream& operator<< (ostream&out, const hname_t&that) /* * $Log: HName.cc,v $ + * Revision 1.4 2002/08/12 01:34:58 steve + * conditional ident string using autoconfig. + * * Revision 1.3 2002/01/05 04:36:06 steve * include malloc.h only when available. * diff --git a/HName.h b/HName.h index 727cf8584..89b867dd2 100644 --- a/HName.h +++ b/HName.h @@ -18,8 +18,8 @@ * 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) -#ident "$Id: HName.h,v 1.2 2002/06/14 03:25:51 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: HName.h,v 1.3 2002/08/12 01:34:58 steve Exp $" #endif # include @@ -79,6 +79,9 @@ extern bool operator == (const hname_t&, const hname_t&); /* * $Log: HName.h,v $ + * Revision 1.3 2002/08/12 01:34:58 steve + * conditional ident string using autoconfig. + * * Revision 1.2 2002/06/14 03:25:51 steve * Compiler portability. * diff --git a/LineInfo.cc b/LineInfo.cc index 826507fdc..fb10d197f 100644 --- a/LineInfo.cc +++ b/LineInfo.cc @@ -16,8 +16,8 @@ * 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: LineInfo.cc,v 1.2 2001/07/25 03:10:48 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: LineInfo.cc,v 1.3 2002/08/12 01:34:58 steve Exp $" #endif # include "config.h" @@ -44,6 +44,9 @@ void LineInfo::set_line(const LineInfo&that) /* * $Log: LineInfo.cc,v $ + * Revision 1.3 2002/08/12 01:34:58 steve + * conditional ident string using autoconfig. + * * Revision 1.2 2001/07/25 03:10:48 steve * Create a config.h.in file to hold all the config * junk, and support gcc 3.0. (Stephan Boettcher) diff --git a/LineInfo.h b/LineInfo.h index 46dd5e102..db72f7b1f 100644 --- a/LineInfo.h +++ b/LineInfo.h @@ -18,8 +18,8 @@ * 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: LineInfo.h,v 1.5 2000/11/30 17:31:42 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: LineInfo.h,v 1.6 2002/08/12 01:34:58 steve Exp $" #endif # include @@ -52,6 +52,9 @@ class LineInfo { /* * $Log: LineInfo.h,v $ + * Revision 1.6 2002/08/12 01:34:58 steve + * conditional ident string using autoconfig. + * * Revision 1.5 2000/11/30 17:31:42 steve * Change LineInfo to store const C strings. * diff --git a/Module.cc b/Module.cc index f5b897a60..65b599f45 100644 --- a/Module.cc +++ b/Module.cc @@ -16,8 +16,8 @@ * 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: Module.cc,v 1.18 2002/05/19 23:37:28 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: Module.cc,v 1.19 2002/08/12 01:34:58 steve Exp $" #endif # include "config.h" @@ -139,6 +139,9 @@ const list& Module::get_behaviors() const /* * $Log: Module.cc,v $ + * Revision 1.19 2002/08/12 01:34:58 steve + * conditional ident string using autoconfig. + * * Revision 1.18 2002/05/19 23:37:28 steve * Parse port_declaration_lists from the 2001 Standard. * diff --git a/Module.h b/Module.h index 20fe9a283..639074153 100644 --- a/Module.h +++ b/Module.h @@ -18,8 +18,8 @@ * 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: Module.h,v 1.25 2002/05/19 23:37:28 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: Module.h,v 1.26 2002/08/12 01:34:58 steve Exp $" #endif # include @@ -145,6 +145,9 @@ class Module : public LineInfo { /* * $Log: Module.h,v $ + * Revision 1.26 2002/08/12 01:34:58 steve + * conditional ident string using autoconfig. + * * Revision 1.25 2002/05/19 23:37:28 steve * Parse port_declaration_lists from the 2001 Standard. * diff --git a/PDelays.cc b/PDelays.cc index d1df98228..6fc7e0e99 100644 --- a/PDelays.cc +++ b/PDelays.cc @@ -16,8 +16,8 @@ * 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: PDelays.cc,v 1.8 2001/12/29 20:19:31 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: PDelays.cc,v 1.9 2002/08/12 01:34:58 steve Exp $" #endif # include "config.h" @@ -131,6 +131,9 @@ void PDelays::eval_delays(Design*des, NetScope*scope, /* * $Log: PDelays.cc,v $ + * Revision 1.9 2002/08/12 01:34:58 steve + * conditional ident string using autoconfig. + * * Revision 1.8 2001/12/29 20:19:31 steve * Do not delete delay expressions of UDP instances. * diff --git a/PDelays.h b/PDelays.h index c7185f877..d62efa189 100644 --- a/PDelays.h +++ b/PDelays.h @@ -18,8 +18,8 @@ * 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: PDelays.h,v 1.6 2002/06/14 03:25:51 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: PDelays.h,v 1.7 2002/08/12 01:34:58 steve Exp $" #endif # include "svector.h" @@ -72,6 +72,9 @@ ostream& operator << (ostream&o, const PDelays&); /* * $Log: PDelays.h,v $ + * Revision 1.7 2002/08/12 01:34:58 steve + * conditional ident string using autoconfig. + * * Revision 1.6 2002/06/14 03:25:51 steve * Compiler portability. * diff --git a/PEvent.cc b/PEvent.cc index d3b4d1360..1979fe451 100644 --- a/PEvent.cc +++ b/PEvent.cc @@ -16,8 +16,8 @@ * 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: PEvent.cc,v 1.2 2001/07/25 03:10:48 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: PEvent.cc,v 1.3 2002/08/12 01:34:58 steve Exp $" #endif # include "config.h" @@ -40,6 +40,9 @@ string PEvent::name() const /* * $Log: PEvent.cc,v $ + * Revision 1.3 2002/08/12 01:34:58 steve + * conditional ident string using autoconfig. + * * Revision 1.2 2001/07/25 03:10:48 steve * Create a config.h.in file to hold all the config * junk, and support gcc 3.0. (Stephan Boettcher) diff --git a/PEvent.h b/PEvent.h index 298096745..b66f1fe98 100644 --- a/PEvent.h +++ b/PEvent.h @@ -18,8 +18,8 @@ * 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: PEvent.h,v 1.5 2001/12/03 04:47:14 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: PEvent.h,v 1.6 2002/08/12 01:34:58 steve Exp $" #endif # include "LineInfo.h" @@ -53,6 +53,9 @@ class PEvent : public LineInfo { /* * $Log: PEvent.h,v $ + * Revision 1.6 2002/08/12 01:34:58 steve + * conditional ident string using autoconfig. + * * Revision 1.5 2001/12/03 04:47:14 steve * Parser and pform use hierarchical names as hname_t * objects instead of encoded strings. diff --git a/PExpr.cc b/PExpr.cc index a01cf7fe4..7681ba86d 100644 --- a/PExpr.cc +++ b/PExpr.cc @@ -16,8 +16,8 @@ * 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: PExpr.cc,v 1.29 2001/12/30 21:32:03 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: PExpr.cc,v 1.30 2002/08/12 01:34:58 steve Exp $" #endif # include "config.h" @@ -256,6 +256,9 @@ bool PEUnary::is_constant(Module*m) const /* * $Log: PExpr.cc,v $ + * Revision 1.30 2002/08/12 01:34:58 steve + * conditional ident string using autoconfig. + * * Revision 1.29 2001/12/30 21:32:03 steve * Support elaborate_net for PEString objects. * diff --git a/PExpr.h b/PExpr.h index 80da89d64..7a63116a1 100644 --- a/PExpr.h +++ b/PExpr.h @@ -18,8 +18,8 @@ * 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: PExpr.h,v 1.61 2002/06/04 05:38:43 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: PExpr.h,v 1.62 2002/08/12 01:34:58 steve Exp $" #endif # include @@ -501,6 +501,9 @@ class PECallFunction : public PExpr { /* * $Log: PExpr.h,v $ + * Revision 1.62 2002/08/12 01:34:58 steve + * conditional ident string using autoconfig. + * * Revision 1.61 2002/06/04 05:38:43 steve * Add support for memory words in l-value of * blocking assignments, and remove the special diff --git a/PFunction.cc b/PFunction.cc index bcacfbe1c..eb2b631ec 100644 --- a/PFunction.cc +++ b/PFunction.cc @@ -16,8 +16,8 @@ * 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: PFunction.cc,v 1.5 2001/07/25 03:10:48 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: PFunction.cc,v 1.6 2002/08/12 01:34:58 steve Exp $" #endif # include "config.h" @@ -54,6 +54,9 @@ void PFunction::set_output(PWire*o) /* * $Log: PFunction.cc,v $ + * Revision 1.6 2002/08/12 01:34:58 steve + * conditional ident string using autoconfig. + * * Revision 1.5 2001/07/25 03:10:48 steve * Create a config.h.in file to hold all the config * junk, and support gcc 3.0. (Stephan Boettcher) diff --git a/PGate.cc b/PGate.cc index 662d5e98e..822a63c17 100644 --- a/PGate.cc +++ b/PGate.cc @@ -16,8 +16,8 @@ * 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: PGate.cc,v 1.13 2001/11/22 06:20:59 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: PGate.cc,v 1.14 2002/08/12 01:34:58 steve Exp $" #endif # include "config.h" @@ -192,6 +192,9 @@ const char* PGModule::get_type() /* * $Log: PGate.cc,v $ + * Revision 1.14 2002/08/12 01:34:58 steve + * conditional ident string using autoconfig. + * * Revision 1.13 2001/11/22 06:20:59 steve * Use NetScope instead of string for scope path. * diff --git a/PGate.h b/PGate.h index 0b5877f5e..5ca857a14 100644 --- a/PGate.h +++ b/PGate.h @@ -18,8 +18,8 @@ * 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: PGate.h,v 1.23 2002/05/23 03:08:51 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: PGate.h,v 1.24 2002/08/12 01:34:58 steve Exp $" #endif # include "svector.h" @@ -222,6 +222,9 @@ class PGModule : public PGate { /* * $Log: PGate.h,v $ + * Revision 1.24 2002/08/12 01:34:58 steve + * conditional ident string using autoconfig. + * * Revision 1.23 2002/05/23 03:08:51 steve * Add language support for Verilog-2001 attribute * syntax. Hook this support into existing $attribute diff --git a/PTask.cc b/PTask.cc index a95c37983..bd725bbb7 100644 --- a/PTask.cc +++ b/PTask.cc @@ -16,8 +16,8 @@ * 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: PTask.cc,v 1.6 2001/07/25 03:10:48 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: PTask.cc,v 1.7 2002/08/12 01:34:58 steve Exp $" #endif # include "config.h" @@ -48,6 +48,9 @@ void PTask::set_statement(Statement*s) /* * $Log: PTask.cc,v $ + * Revision 1.7 2002/08/12 01:34:58 steve + * conditional ident string using autoconfig. + * * Revision 1.6 2001/07/25 03:10:48 steve * Create a config.h.in file to hold all the config * junk, and support gcc 3.0. (Stephan Boettcher) diff --git a/PTask.h b/PTask.h index 040ee2f09..985fc4100 100644 --- a/PTask.h +++ b/PTask.h @@ -18,8 +18,8 @@ * 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: PTask.h,v 1.11 2001/11/22 06:20:59 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: PTask.h,v 1.12 2002/08/12 01:34:58 steve Exp $" #endif # include "LineInfo.h" @@ -98,6 +98,9 @@ class PFunction : public LineInfo { /* * $Log: PTask.h,v $ + * Revision 1.12 2002/08/12 01:34:58 steve + * conditional ident string using autoconfig. + * * Revision 1.11 2001/11/22 06:20:59 steve * Use NetScope instead of string for scope path. * diff --git a/PUdp.h b/PUdp.h index e5cc0f3ad..af935f14b 100644 --- a/PUdp.h +++ b/PUdp.h @@ -18,8 +18,8 @@ * 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: PUdp.h,v 1.6 2002/05/23 03:08:51 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: PUdp.h,v 1.7 2002/08/12 01:34:58 steve Exp $" #endif # include @@ -84,6 +84,9 @@ class PUdp { /* * $Log: PUdp.h,v $ + * Revision 1.7 2002/08/12 01:34:58 steve + * conditional ident string using autoconfig. + * * Revision 1.6 2002/05/23 03:08:51 steve * Add language support for Verilog-2001 attribute * syntax. Hook this support into existing $attribute diff --git a/PWire.cc b/PWire.cc index d692dd4d3..dceedb770 100644 --- a/PWire.cc +++ b/PWire.cc @@ -16,8 +16,8 @@ * 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: PWire.cc,v 1.9 2002/06/21 04:59:35 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: PWire.cc,v 1.10 2002/08/12 01:34:58 steve Exp $" #endif # include "config.h" @@ -140,6 +140,9 @@ void PWire::set_memory_idx(PExpr*ldx, PExpr*rdx) /* * $Log: PWire.cc,v $ + * Revision 1.10 2002/08/12 01:34:58 steve + * conditional ident string using autoconfig. + * * Revision 1.9 2002/06/21 04:59:35 steve * Carry integerness throughout the compilation. * diff --git a/PWire.h b/PWire.h index 519bb26cd..5b0ce4019 100644 --- a/PWire.h +++ b/PWire.h @@ -18,8 +18,8 @@ * 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: PWire.h,v 1.13 2002/06/21 04:59:35 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: PWire.h,v 1.14 2002/08/12 01:34:58 steve Exp $" #endif # include "netlist.h" @@ -101,6 +101,9 @@ class PWire : public LineInfo { /* * $Log: PWire.h,v $ + * Revision 1.14 2002/08/12 01:34:58 steve + * conditional ident string using autoconfig. + * * Revision 1.13 2002/06/21 04:59:35 steve * Carry integerness throughout the compilation. * diff --git a/Statement.cc b/Statement.cc index 008eea9ff..4756c961a 100644 --- a/Statement.cc +++ b/Statement.cc @@ -16,8 +16,8 @@ * 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: Statement.cc,v 1.27 2002/04/21 22:31:02 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: Statement.cc,v 1.28 2002/08/12 01:34:58 steve Exp $" #endif # include "config.h" @@ -295,6 +295,9 @@ PWhile::~PWhile() /* * $Log: Statement.cc,v $ + * Revision 1.28 2002/08/12 01:34:58 steve + * conditional ident string using autoconfig. + * * Revision 1.27 2002/04/21 22:31:02 steve * Redo handling of assignment internal delays. * Leave it possible for them to be calculated diff --git a/Statement.h b/Statement.h index a69ad82eb..2d99cfaf8 100644 --- a/Statement.h +++ b/Statement.h @@ -18,8 +18,8 @@ * 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: Statement.h,v 1.35 2002/06/04 05:38:44 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: Statement.h,v 1.36 2002/08/12 01:34:58 steve Exp $" #endif # include @@ -453,6 +453,9 @@ class PWhile : public Statement { /* * $Log: Statement.h,v $ + * Revision 1.36 2002/08/12 01:34:58 steve + * conditional ident string using autoconfig. + * * Revision 1.35 2002/06/04 05:38:44 steve * Add support for memory words in l-value of * blocking assignments, and remove the special diff --git a/StringHeap.cc b/StringHeap.cc index 54ed42b3e..1a704d99e 100644 --- a/StringHeap.cc +++ b/StringHeap.cc @@ -22,8 +22,8 @@ * binary (compiled) form. If you have not received it, contact * Picture Elements, Inc., 777 Panoramic Way, Berkeley, CA 94704. */ -#if !defined(WINNT) -#ident "$Id: StringHeap.cc,v 1.1 2002/08/04 19:13:16 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: StringHeap.cc,v 1.2 2002/08/12 01:34:58 steve Exp $" #endif # include "StringHeap.h" @@ -67,6 +67,9 @@ const char* StringHeap::add(const char*text) /* * $Log: StringHeap.cc,v $ + * Revision 1.2 2002/08/12 01:34:58 steve + * conditional ident string using autoconfig. + * * Revision 1.1 2002/08/04 19:13:16 steve * dll uses StringHeap for named items. * diff --git a/StringHeap.h b/StringHeap.h index 0e200477f..2a7d278b5 100644 --- a/StringHeap.h +++ b/StringHeap.h @@ -18,8 +18,8 @@ * 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) -#ident "$Id: StringHeap.h,v 1.1 2002/08/04 19:13:16 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: StringHeap.h,v 1.2 2002/08/12 01:34:58 steve Exp $" #endif class StringHeap { @@ -43,6 +43,9 @@ class StringHeap { /* * $Log: StringHeap.h,v $ + * Revision 1.2 2002/08/12 01:34:58 steve + * conditional ident string using autoconfig. + * * Revision 1.1 2002/08/04 19:13:16 steve * dll uses StringHeap for named items. * diff --git a/acc_user.h b/acc_user.h index 8a47a7095..707a298d8 100644 --- a/acc_user.h +++ b/acc_user.h @@ -18,8 +18,8 @@ * 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: acc_user.h,v 1.5 2002/06/11 15:19:12 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: acc_user.h,v 1.6 2002/08/12 01:34:58 steve Exp $" #endif /* @@ -136,6 +136,9 @@ EXTERN_C_END /* * $Log: acc_user.h,v $ + * Revision 1.6 2002/08/12 01:34:58 steve + * conditional ident string using autoconfig. + * * Revision 1.5 2002/06/11 15:19:12 steve * Add acc_fetch_argc/argv/version (mruff) * diff --git a/async.cc b/async.cc index a0e9fb1b5..06b0516d7 100644 --- a/async.cc +++ b/async.cc @@ -16,8 +16,8 @@ * 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) -#ident "$Id: async.cc,v 1.2 2002/07/04 00:24:16 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: async.cc,v 1.3 2002/08/12 01:34:58 steve Exp $" #endif # include "config.h" @@ -78,6 +78,9 @@ bool NetProcTop::is_asynchronous() /* * $Log: async.cc,v $ + * Revision 1.3 2002/08/12 01:34:58 steve + * conditional ident string using autoconfig. + * * Revision 1.2 2002/07/04 00:24:16 steve * initial statements are not asynchronous. * diff --git a/compiler.h b/compiler.h index c1e4364d1..78666a8a8 100644 --- a/compiler.h +++ b/compiler.h @@ -18,8 +18,8 @@ * 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: compiler.h,v 1.12 2002/05/28 20:40:37 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: compiler.h,v 1.13 2002/08/12 01:34:58 steve Exp $" #endif # include @@ -95,6 +95,9 @@ extern char*ivlpp_string; /* * $Log: compiler.h,v $ + * Revision 1.13 2002/08/12 01:34:58 steve + * conditional ident string using autoconfig. + * * Revision 1.12 2002/05/28 20:40:37 steve * ivl indexes the search path for libraries, and * supports case insensitive module-to-file lookup. diff --git a/cprop.cc b/cprop.cc index 41995da46..25f138a84 100644 --- a/cprop.cc +++ b/cprop.cc @@ -16,8 +16,8 @@ * 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: cprop.cc,v 1.37 2002/06/25 01:33:22 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: cprop.cc,v 1.38 2002/08/12 01:34:58 steve Exp $" #endif # include "config.h" @@ -949,6 +949,9 @@ void cprop(Design*des) /* * $Log: cprop.cc,v $ + * Revision 1.38 2002/08/12 01:34:58 steve + * conditional ident string using autoconfig. + * * Revision 1.37 2002/06/25 01:33:22 steve * Cache calculated driven value. * diff --git a/design_dump.cc b/design_dump.cc index 16f5b1220..c8117cc36 100644 --- a/design_dump.cc +++ b/design_dump.cc @@ -16,8 +16,8 @@ * 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: design_dump.cc,v 1.130 2002/08/04 18:28:14 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: design_dump.cc,v 1.131 2002/08/12 01:34:58 steve Exp $" #endif # include "config.h" @@ -984,6 +984,9 @@ void Design::dump(ostream&o) const /* * $Log: design_dump.cc,v $ + * Revision 1.131 2002/08/12 01:34:58 steve + * conditional ident string using autoconfig. + * * Revision 1.130 2002/08/04 18:28:14 steve * Do not use hierarchical names of memories to * generate vvp labels. -tdll target does not diff --git a/dosify.c b/dosify.c index 4a7830568..3e1188045 100644 --- a/dosify.c +++ b/dosify.c @@ -16,8 +16,8 @@ * 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) -#ident "$Id: dosify.c,v 1.2 2002/08/11 23:47:04 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: dosify.c,v 1.3 2002/08/12 01:34:58 steve Exp $" #endif /* @@ -69,6 +69,9 @@ int main(int argc, char*argv[]) /* * $Log: dosify.c,v $ + * Revision 1.3 2002/08/12 01:34:58 steve + * conditional ident string using autoconfig. + * * Revision 1.2 2002/08/11 23:47:04 steve * Add missing Log and Ident strings. * diff --git a/driver/build_string.c b/driver/build_string.c index 9bffc64be..8cee0841c 100644 --- a/driver/build_string.c +++ b/driver/build_string.c @@ -16,8 +16,8 @@ * 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: build_string.c,v 1.10 2002/05/28 02:25:03 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: build_string.c,v 1.11 2002/08/12 01:35:01 steve Exp $" #endif # include "config.h" @@ -165,6 +165,9 @@ int build_string(char*output, size_t olen, const char*pattern) /* * $Log: build_string.c,v $ + * Revision 1.11 2002/08/12 01:35:01 steve + * conditional ident string using autoconfig. + * * Revision 1.10 2002/05/28 02:25:03 steve * Pass library paths through -Cfile instead of command line. * diff --git a/driver/cfparse_misc.h b/driver/cfparse_misc.h index a50e3857f..762387427 100644 --- a/driver/cfparse_misc.h +++ b/driver/cfparse_misc.h @@ -19,8 +19,8 @@ * 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) -#ident "$Id: cfparse_misc.h,v 1.3 2002/01/02 02:39:34 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: cfparse_misc.h,v 1.4 2002/08/12 01:35:01 steve Exp $" #endif /* @@ -40,6 +40,9 @@ extern YYLTYPE yylloc; /* * $Log: cfparse_misc.h,v $ + * Revision 1.4 2002/08/12 01:35:01 steve + * conditional ident string using autoconfig. + * * Revision 1.3 2002/01/02 02:39:34 steve * Use my own cfltype to defend against bison 1.30. * diff --git a/driver/globals.h b/driver/globals.h index e1a87c8fe..506720bd3 100644 --- a/driver/globals.h +++ b/driver/globals.h @@ -18,8 +18,8 @@ * 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: globals.h,v 1.15 2002/06/23 20:10:51 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: globals.h,v 1.16 2002/08/12 01:35:01 steve Exp $" #endif # include @@ -92,6 +92,9 @@ extern int build_string(char*out, size_t olen, const char*pattern); /* * $Log: globals.h,v $ + * Revision 1.16 2002/08/12 01:35:01 steve + * conditional ident string using autoconfig. + * * Revision 1.15 2002/06/23 20:10:51 steve * Variable substitution in command files. * diff --git a/driver/substit.c b/driver/substit.c index 7d13e485d..1e67784b3 100644 --- a/driver/substit.c +++ b/driver/substit.c @@ -16,8 +16,8 @@ * 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) -#ident "$Id: substit.c,v 1.3 2002/08/11 23:47:04 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: substit.c,v 1.4 2002/08/12 01:35:01 steve Exp $" #endif # include @@ -96,6 +96,9 @@ char* substitutions(const char*str) /* * $Log: substit.c,v $ + * Revision 1.4 2002/08/12 01:35:01 steve + * conditional ident string using autoconfig. + * * Revision 1.3 2002/08/11 23:47:04 steve * Add missing Log and Ident strings. * diff --git a/dup_expr.cc b/dup_expr.cc index 13dca69fd..844307ee5 100644 --- a/dup_expr.cc +++ b/dup_expr.cc @@ -16,8 +16,8 @@ * 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: dup_expr.cc,v 1.7 2002/01/28 00:52:41 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: dup_expr.cc,v 1.8 2002/08/12 01:34:58 steve Exp $" #endif # include "config.h" @@ -74,6 +74,9 @@ NetEUnary* NetEUnary::dup_expr() const /* * $Log: dup_expr.cc,v $ + * Revision 1.8 2002/08/12 01:34:58 steve + * conditional ident string using autoconfig. + * * Revision 1.7 2002/01/28 00:52:41 steve * Add support for bit select of parameters. * This leads to a NetESelect node and the diff --git a/elab_anet.cc b/elab_anet.cc index 633040eb2..9472c049d 100644 --- a/elab_anet.cc +++ b/elab_anet.cc @@ -16,8 +16,8 @@ * 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: elab_anet.cc,v 1.4 2001/12/03 04:47:14 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: elab_anet.cc,v 1.5 2002/08/12 01:34:58 steve Exp $" #endif # include "config.h" @@ -149,6 +149,9 @@ NetNet* PEIdent::elaborate_anet(Design*des, NetScope*scope) const /* * $Log: elab_anet.cc,v $ + * Revision 1.5 2002/08/12 01:34:58 steve + * conditional ident string using autoconfig. + * * Revision 1.4 2001/12/03 04:47:14 steve * Parser and pform use hierarchical names as hname_t * objects instead of encoded strings. diff --git a/elab_expr.cc b/elab_expr.cc index e9c129698..3e9d1acfc 100644 --- a/elab_expr.cc +++ b/elab_expr.cc @@ -16,8 +16,8 @@ * 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: elab_expr.cc,v 1.61 2002/06/14 21:38:41 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: elab_expr.cc,v 1.62 2002/08/12 01:34:58 steve Exp $" #endif # include "config.h" @@ -874,6 +874,9 @@ NetExpr* PEUnary::elaborate_expr(Design*des, NetScope*scope, bool) const /* * $Log: elab_expr.cc,v $ + * Revision 1.62 2002/08/12 01:34:58 steve + * conditional ident string using autoconfig. + * * Revision 1.61 2002/06/14 21:38:41 steve * Fix expression width for repeat concatenations. * diff --git a/elab_lval.cc b/elab_lval.cc index d5d7621db..d03d5e851 100644 --- a/elab_lval.cc +++ b/elab_lval.cc @@ -16,8 +16,8 @@ * 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: elab_lval.cc,v 1.19 2002/06/04 05:38:44 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: elab_lval.cc,v 1.20 2002/08/12 01:34:58 steve Exp $" #endif # include "config.h" @@ -299,6 +299,9 @@ NetAssign_* PENumber::elaborate_lval(Design*des, NetScope*) const /* * $Log: elab_lval.cc,v $ + * Revision 1.20 2002/08/12 01:34:58 steve + * conditional ident string using autoconfig. + * * Revision 1.19 2002/06/04 05:38:44 steve * Add support for memory words in l-value of * blocking assignments, and remove the special diff --git a/elab_net.cc b/elab_net.cc index 8a8aa8a66..3db60b5d3 100644 --- a/elab_net.cc +++ b/elab_net.cc @@ -16,8 +16,8 @@ * 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: elab_net.cc,v 1.94 2002/08/05 04:18:45 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: elab_net.cc,v 1.95 2002/08/12 01:34:59 steve Exp $" #endif # include "config.h" @@ -2126,6 +2126,9 @@ NetNet* PEUnary::elaborate_net(Design*des, NetScope*scope, /* * $Log: elab_net.cc,v $ + * Revision 1.95 2002/08/12 01:34:59 steve + * conditional ident string using autoconfig. + * * Revision 1.94 2002/08/05 04:18:45 steve * Store only the base name of memories. * diff --git a/elab_pexpr.cc b/elab_pexpr.cc index bc851a43e..b2ba09148 100644 --- a/elab_pexpr.cc +++ b/elab_pexpr.cc @@ -16,8 +16,8 @@ * 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: elab_pexpr.cc,v 1.15 2002/05/06 02:30:27 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: elab_pexpr.cc,v 1.16 2002/08/12 01:34:59 steve Exp $" #endif # include "config.h" @@ -222,6 +222,9 @@ NetExpr*PEUnary::elaborate_pexpr (Design*des, NetScope*scope) const /* * $Log: elab_pexpr.cc,v $ + * Revision 1.16 2002/08/12 01:34:59 steve + * conditional ident string using autoconfig. + * * Revision 1.15 2002/05/06 02:30:27 steve * Allow parameters in concatenation of widths are defined. * diff --git a/elab_scope.cc b/elab_scope.cc index 4f704ece0..d8a8b14f2 100644 --- a/elab_scope.cc +++ b/elab_scope.cc @@ -16,8 +16,8 @@ * 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: elab_scope.cc,v 1.13 2001/12/30 04:47:57 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: elab_scope.cc,v 1.14 2002/08/12 01:34:59 steve Exp $" #endif # include "config.h" @@ -467,6 +467,9 @@ void PWhile::elaborate_scope(Design*des, NetScope*scope) const /* * $Log: elab_scope.cc,v $ + * Revision 1.14 2002/08/12 01:34:59 steve + * conditional ident string using autoconfig. + * * Revision 1.13 2001/12/30 04:47:57 steve * Properly handle empty target in positionla parameter override. * diff --git a/elab_sig.cc b/elab_sig.cc index cd101a463..0833315be 100644 --- a/elab_sig.cc +++ b/elab_sig.cc @@ -16,8 +16,8 @@ * 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: elab_sig.cc,v 1.24 2002/08/05 04:18:45 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: elab_sig.cc,v 1.25 2002/08/12 01:34:59 steve Exp $" #endif # include "config.h" @@ -525,6 +525,9 @@ void PWire::elaborate_sig(Design*des, NetScope*scope) const /* * $Log: elab_sig.cc,v $ + * Revision 1.25 2002/08/12 01:34:59 steve + * conditional ident string using autoconfig. + * * Revision 1.24 2002/08/05 04:18:45 steve * Store only the base name of memories. * diff --git a/elaborate.cc b/elaborate.cc index 773341f7d..a17ce605b 100644 --- a/elaborate.cc +++ b/elaborate.cc @@ -16,8 +16,8 @@ * 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: elaborate.cc,v 1.259 2002/07/31 23:55:38 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: elaborate.cc,v 1.260 2002/08/12 01:34:59 steve Exp $" #endif # include "config.h" @@ -2502,6 +2502,9 @@ Design* elaborate(listroots) /* * $Log: elaborate.cc,v $ + * Revision 1.260 2002/08/12 01:34:59 steve + * conditional ident string using autoconfig. + * * Revision 1.259 2002/07/31 23:55:38 steve * Add port name to pin size error message. * diff --git a/emit.cc b/emit.cc index 737d4917e..0077c0f29 100644 --- a/emit.cc +++ b/emit.cc @@ -16,8 +16,8 @@ * 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: emit.cc,v 1.68 2002/06/05 03:44:25 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: emit.cc,v 1.69 2002/08/12 01:34:59 steve Exp $" #endif # include "config.h" @@ -475,6 +475,9 @@ bool emit(const Design*des, const char*type) /* * $Log: emit.cc,v $ + * Revision 1.69 2002/08/12 01:34:59 steve + * conditional ident string using autoconfig. + * * Revision 1.68 2002/06/05 03:44:25 steve * Add support for memory words in l-value of * non-blocking assignments, and remove the special diff --git a/eval.cc b/eval.cc index 5e624894b..ac31b044b 100644 --- a/eval.cc +++ b/eval.cc @@ -16,8 +16,8 @@ * 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: eval.cc,v 1.29 2002/06/07 02:57:54 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: eval.cc,v 1.30 2002/08/12 01:34:59 steve Exp $" #endif # include "config.h" @@ -219,6 +219,9 @@ verinum* PEUnary::eval_const(const Design*des, const NetScope*scope) const /* * $Log: eval.cc,v $ + * Revision 1.30 2002/08/12 01:34:59 steve + * conditional ident string using autoconfig. + * * Revision 1.29 2002/06/07 02:57:54 steve * Simply give up on constants with indices. * diff --git a/eval_attrib.cc b/eval_attrib.cc index 3e02a4e55..09217433a 100644 --- a/eval_attrib.cc +++ b/eval_attrib.cc @@ -16,8 +16,8 @@ * 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) -#ident "$Id: eval_attrib.cc,v 1.4 2002/08/10 21:59:39 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: eval_attrib.cc,v 1.5 2002/08/12 01:34:59 steve Exp $" #endif # include "config.h" @@ -74,6 +74,9 @@ attrib_list_t* evaluate_attributes(const map&att, /* * $Log: eval_attrib.cc,v $ + * Revision 1.5 2002/08/12 01:34:59 steve + * conditional ident string using autoconfig. + * * Revision 1.4 2002/08/10 21:59:39 steve * The default attribute value is 1. * diff --git a/eval_rconst.cc b/eval_rconst.cc index f8739be35..9714df8f0 100644 --- a/eval_rconst.cc +++ b/eval_rconst.cc @@ -16,8 +16,8 @@ * 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: eval_rconst.cc,v 1.4 2001/11/07 04:01:59 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: eval_rconst.cc,v 1.5 2002/08/12 01:34:59 steve Exp $" #endif # include "config.h" @@ -81,6 +81,9 @@ verireal* PEIdent::eval_rconst(const Design*des, const NetScope*scope) const /* * $Log: eval_rconst.cc,v $ + * Revision 1.5 2002/08/12 01:34:59 steve + * conditional ident string using autoconfig. + * * Revision 1.4 2001/11/07 04:01:59 steve * eval_const uses scope instead of a string path. * diff --git a/eval_tree.cc b/eval_tree.cc index 05c41d177..1b5340404 100644 --- a/eval_tree.cc +++ b/eval_tree.cc @@ -16,8 +16,8 @@ * 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: eval_tree.cc,v 1.40 2002/05/25 16:43:47 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: eval_tree.cc,v 1.41 2002/08/12 01:34:59 steve Exp $" #endif # include "config.h" @@ -1134,6 +1134,9 @@ NetEConst* NetEUReduce::eval_tree() /* * $Log: eval_tree.cc,v $ + * Revision 1.41 2002/08/12 01:34:59 steve + * conditional ident string using autoconfig. + * * Revision 1.40 2002/05/25 16:43:47 steve * Eval ^ and &0 expressions. * diff --git a/examples/hello_vpi.c b/examples/hello_vpi.c index 3faf72450..72c630bec 100644 --- a/examples/hello_vpi.c +++ b/examples/hello_vpi.c @@ -16,8 +16,8 @@ * 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: hello_vpi.c,v 1.2 2002/08/11 23:47:04 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: hello_vpi.c,v 1.3 2002/08/12 01:35:01 steve Exp $" #endif /* @@ -62,6 +62,9 @@ void (*vlog_startup_routines[])() = { }; /* * $Log: hello_vpi.c,v $ + * Revision 1.3 2002/08/12 01:35:01 steve + * conditional ident string using autoconfig. + * * Revision 1.2 2002/08/11 23:47:04 steve * Add missing Log and Ident strings. * diff --git a/expr_synth.cc b/expr_synth.cc index e595dec49..4decb9d37 100644 --- a/expr_synth.cc +++ b/expr_synth.cc @@ -16,8 +16,8 @@ * 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: expr_synth.cc,v 1.35 2002/07/07 22:31:39 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: expr_synth.cc,v 1.36 2002/08/12 01:34:59 steve Exp $" #endif # include "config.h" @@ -608,6 +608,9 @@ NetNet* NetESignal::synthesize(Design*des) /* * $Log: expr_synth.cc,v $ + * Revision 1.36 2002/08/12 01:34:59 steve + * conditional ident string using autoconfig. + * * Revision 1.35 2002/07/07 22:31:39 steve * Smart synthesis of binary AND expressions. * diff --git a/functor.cc b/functor.cc index b42c56fb4..7aa7daec9 100644 --- a/functor.cc +++ b/functor.cc @@ -16,8 +16,8 @@ * 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: functor.cc,v 1.29 2002/08/10 22:07:38 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: functor.cc,v 1.30 2002/08/12 01:34:59 steve Exp $" #endif # include "config.h" @@ -266,6 +266,9 @@ int proc_match_t::event_wait(NetEvWait*) /* * $Log: functor.cc,v $ + * Revision 1.30 2002/08/12 01:34:59 steve + * conditional ident string using autoconfig. + * * Revision 1.29 2002/08/10 22:07:38 steve * Remove useless error messages. * diff --git a/functor.h b/functor.h index 7509e8a53..2f143fd00 100644 --- a/functor.h +++ b/functor.h @@ -18,8 +18,8 @@ * 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: functor.h,v 1.19 2002/06/05 03:44:25 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: functor.h,v 1.20 2002/08/12 01:34:59 steve Exp $" #endif /* @@ -92,6 +92,9 @@ struct proc_match_t { /* * $Log: functor.h,v $ + * Revision 1.20 2002/08/12 01:34:59 steve + * conditional ident string using autoconfig. + * * Revision 1.19 2002/06/05 03:44:25 steve * Add support for memory words in l-value of * non-blocking assignments, and remove the special diff --git a/ivl_target.h b/ivl_target.h index 5effd047d..89840fae1 100644 --- a/ivl_target.h +++ b/ivl_target.h @@ -18,8 +18,8 @@ * 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: ivl_target.h,v 1.103 2002/08/05 04:18:45 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: ivl_target.h,v 1.104 2002/08/12 01:34:59 steve Exp $" #endif #ifdef __cplusplus @@ -1078,6 +1078,9 @@ _END_DECL /* * $Log: ivl_target.h,v $ + * Revision 1.104 2002/08/12 01:34:59 steve + * conditional ident string using autoconfig. + * * Revision 1.103 2002/08/05 04:18:45 steve * Store only the base name of memories. * diff --git a/ivlpp/globals.h b/ivlpp/globals.h index cfd7352ec..66f97e082 100644 --- a/ivlpp/globals.h +++ b/ivlpp/globals.h @@ -18,8 +18,8 @@ * 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: globals.h,v 1.6 2002/04/04 05:26:13 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: globals.h,v 1.7 2002/08/12 01:35:02 steve Exp $" #endif # include @@ -44,6 +44,9 @@ extern int yyparse(); /* * $Log: globals.h,v $ + * Revision 1.7 2002/08/12 01:35:02 steve + * conditional ident string using autoconfig. + * * Revision 1.6 2002/04/04 05:26:13 steve * Add dependency generation. * diff --git a/ivlpp/main.c b/ivlpp/main.c index 56a0e6ba9..cf3e8f986 100644 --- a/ivlpp/main.c +++ b/ivlpp/main.c @@ -16,8 +16,8 @@ const char COPYRIGHT[] = * 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: main.c,v 1.15 2002/04/04 05:26:13 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: main.c,v 1.16 2002/08/12 01:35:02 steve Exp $" #endif # include "config.h" @@ -288,6 +288,9 @@ int main(int argc, char*argv[]) /* * $Log: main.c,v $ + * Revision 1.16 2002/08/12 01:35:02 steve + * conditional ident string using autoconfig. + * * Revision 1.15 2002/04/04 05:26:13 steve * Add dependency generation. * diff --git a/lexor_keyword.h b/lexor_keyword.h index 2a9781807..269b427e0 100644 --- a/lexor_keyword.h +++ b/lexor_keyword.h @@ -18,14 +18,17 @@ * 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: lexor_keyword.h,v 1.1 2000/03/12 17:09:41 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: lexor_keyword.h,v 1.2 2002/08/12 01:34:59 steve Exp $" #endif extern int lexor_keyword_code (const char*str, unsigned len); /* * $Log: lexor_keyword.h,v $ + * Revision 1.2 2002/08/12 01:34:59 steve + * conditional ident string using autoconfig. + * * Revision 1.1 2000/03/12 17:09:41 steve * Support localparam. * diff --git a/libveriuser/a_close.c b/libveriuser/a_close.c index f8d2ab1c8..087b7629c 100644 --- a/libveriuser/a_close.c +++ b/libveriuser/a_close.c @@ -16,8 +16,8 @@ * 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) -#ident "$Id: a_close.c,v 1.1 2002/05/23 03:46:42 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: a_close.c,v 1.2 2002/08/12 01:35:02 steve Exp $" #endif # include @@ -26,6 +26,9 @@ void acc_close(void) { } /* * $Log: a_close.c,v $ + * Revision 1.2 2002/08/12 01:35:02 steve + * conditional ident string using autoconfig. + * * Revision 1.1 2002/05/23 03:46:42 steve * Add the acc_user.h header file. * diff --git a/libveriuser/a_fetch_argc.c b/libveriuser/a_fetch_argc.c index a0a0db6a8..85e0fd295 100644 --- a/libveriuser/a_fetch_argc.c +++ b/libveriuser/a_fetch_argc.c @@ -16,8 +16,8 @@ * 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) -#ident "$Id: a_fetch_argc.c,v 1.1 2002/06/11 15:19:12 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: a_fetch_argc.c,v 1.2 2002/08/12 01:35:02 steve Exp $" #endif # include @@ -40,6 +40,9 @@ int acc_fetch_argc(void) /* * $Log: a_fetch_argc.c,v $ + * Revision 1.2 2002/08/12 01:35:02 steve + * conditional ident string using autoconfig. + * * Revision 1.1 2002/06/11 15:19:12 steve * Add acc_fetch_argc/argv/version (mruff) * diff --git a/libveriuser/a_fetch_argv.c b/libveriuser/a_fetch_argv.c index a19a1a8ef..77cdb982d 100644 --- a/libveriuser/a_fetch_argv.c +++ b/libveriuser/a_fetch_argv.c @@ -16,8 +16,8 @@ * 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) -#ident "$Id: a_fetch_argv.c,v 1.1 2002/06/11 15:19:12 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: a_fetch_argv.c,v 1.2 2002/08/12 01:35:02 steve Exp $" #endif # include @@ -40,6 +40,9 @@ char **acc_fetch_argv(void) /* * $Log: a_fetch_argv.c,v $ + * Revision 1.2 2002/08/12 01:35:02 steve + * conditional ident string using autoconfig. + * * Revision 1.1 2002/06/11 15:19:12 steve * Add acc_fetch_argc/argv/version (mruff) * diff --git a/libveriuser/a_fetch_fullname.c b/libveriuser/a_fetch_fullname.c index c15e1a26b..68371a1b7 100644 --- a/libveriuser/a_fetch_fullname.c +++ b/libveriuser/a_fetch_fullname.c @@ -16,8 +16,8 @@ * 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) -#ident "$Id: a_fetch_fullname.c,v 1.1 2002/06/07 02:58:58 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: a_fetch_fullname.c,v 1.2 2002/08/12 01:35:02 steve Exp $" #endif #include @@ -33,6 +33,9 @@ char *acc_fetch_fullname(handle object) /* * $Log: a_fetch_fullname.c,v $ + * Revision 1.2 2002/08/12 01:35:02 steve + * conditional ident string using autoconfig. + * * Revision 1.1 2002/06/07 02:58:58 steve * Add a bunch of acc/tf functions. (mruff) * diff --git a/libveriuser/a_fetch_tfarg.c b/libveriuser/a_fetch_tfarg.c index da0b1da44..7842fc1ab 100644 --- a/libveriuser/a_fetch_tfarg.c +++ b/libveriuser/a_fetch_tfarg.c @@ -16,8 +16,8 @@ * 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) -#ident "$Id: a_fetch_tfarg.c,v 1.1 2002/06/07 02:58:58 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: a_fetch_tfarg.c,v 1.2 2002/08/12 01:35:02 steve Exp $" #endif #include @@ -74,6 +74,9 @@ char *acc_fetch_tfarg_str(int n) /* * $Log: a_fetch_tfarg.c,v $ + * Revision 1.2 2002/08/12 01:35:02 steve + * conditional ident string using autoconfig. + * * Revision 1.1 2002/06/07 02:58:58 steve * Add a bunch of acc/tf functions. (mruff) * diff --git a/libveriuser/a_handle_tfarg.c b/libveriuser/a_handle_tfarg.c index 74a11b680..a51bb1128 100644 --- a/libveriuser/a_handle_tfarg.c +++ b/libveriuser/a_handle_tfarg.c @@ -16,8 +16,8 @@ * 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) -#ident "$Id: a_handle_tfarg.c,v 1.1 2002/06/02 19:03:58 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: a_handle_tfarg.c,v 1.2 2002/08/12 01:35:02 steve Exp $" #endif #include @@ -48,6 +48,9 @@ handle acc_handle_tfarg(int n) /* * $Log: a_handle_tfarg.c,v $ + * Revision 1.2 2002/08/12 01:35:02 steve + * conditional ident string using autoconfig. + * * Revision 1.1 2002/06/02 19:03:58 steve * Add acc_handle_tfarg and acc_next_topmode * diff --git a/libveriuser/a_initialize.c b/libveriuser/a_initialize.c index a3d16c1a2..8f7c7209e 100644 --- a/libveriuser/a_initialize.c +++ b/libveriuser/a_initialize.c @@ -16,8 +16,8 @@ * 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) -#ident "$Id: a_initialize.c,v 1.1 2002/05/23 03:46:42 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: a_initialize.c,v 1.2 2002/08/12 01:35:02 steve Exp $" #endif # include @@ -33,6 +33,9 @@ int acc_initialize() /* * $Log: a_initialize.c,v $ + * Revision 1.2 2002/08/12 01:35:02 steve + * conditional ident string using autoconfig. + * * Revision 1.1 2002/05/23 03:46:42 steve * Add the acc_user.h header file. * diff --git a/libveriuser/a_next_topmod.c b/libveriuser/a_next_topmod.c index 6df37a11d..f49506ec2 100644 --- a/libveriuser/a_next_topmod.c +++ b/libveriuser/a_next_topmod.c @@ -16,8 +16,8 @@ * 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) -#ident "$Id: a_next_topmod.c,v 1.1 2002/06/02 19:03:58 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: a_next_topmod.c,v 1.2 2002/08/12 01:35:02 steve Exp $" #endif #include @@ -49,6 +49,9 @@ handle acc_next_topmod(handle prev_topmod) /* * $Log: a_next_topmod.c,v $ + * Revision 1.2 2002/08/12 01:35:02 steve + * conditional ident string using autoconfig. + * * Revision 1.1 2002/06/02 19:03:58 steve * Add acc_handle_tfarg and acc_next_topmode * diff --git a/libveriuser/a_object_of_type.c b/libveriuser/a_object_of_type.c index 6d184e42f..ae5ba758d 100644 --- a/libveriuser/a_object_of_type.c +++ b/libveriuser/a_object_of_type.c @@ -16,8 +16,8 @@ * 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) -#ident "$Id: a_object_of_type.c,v 1.1 2002/06/07 02:58:58 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: a_object_of_type.c,v 1.2 2002/08/12 01:35:02 steve Exp $" #endif #include @@ -59,6 +59,9 @@ int acc_object_of_type(handle object, int type) /* * $Log: a_object_of_type.c,v $ + * Revision 1.2 2002/08/12 01:35:02 steve + * conditional ident string using autoconfig. + * * Revision 1.1 2002/06/07 02:58:58 steve * Add a bunch of acc/tf functions. (mruff) * diff --git a/libveriuser/a_product_version.c b/libveriuser/a_product_version.c index cd492faf2..0ca267f90 100644 --- a/libveriuser/a_product_version.c +++ b/libveriuser/a_product_version.c @@ -16,8 +16,8 @@ * 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) -#ident "$Id: a_product_version.c,v 1.1 2002/05/30 02:06:05 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: a_product_version.c,v 1.2 2002/08/12 01:35:02 steve Exp $" #endif # include @@ -34,6 +34,9 @@ char *acc_product_version(void) /* * $Log: a_product_version.c,v $ + * Revision 1.2 2002/08/12 01:35:02 steve + * conditional ident string using autoconfig. + * * Revision 1.1 2002/05/30 02:06:05 steve * Implement acc_product_version. * diff --git a/libveriuser/a_set_value.c b/libveriuser/a_set_value.c index a82f96f12..6031a172a 100644 --- a/libveriuser/a_set_value.c +++ b/libveriuser/a_set_value.c @@ -16,8 +16,8 @@ * 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) -#ident "$Id: a_set_value.c,v 1.1 2002/06/07 02:58:59 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: a_set_value.c,v 1.2 2002/08/12 01:35:02 steve Exp $" #endif #include @@ -112,6 +112,9 @@ int acc_set_value(handle object, p_setval_value value, p_setval_delay delay) /* * $Log: a_set_value.c,v $ + * Revision 1.2 2002/08/12 01:35:02 steve + * conditional ident string using autoconfig. + * * Revision 1.1 2002/06/07 02:58:59 steve * Add a bunch of acc/tf functions. (mruff) * diff --git a/libveriuser/a_version.c b/libveriuser/a_version.c index ddcac0de9..9ec6f0e2e 100644 --- a/libveriuser/a_version.c +++ b/libveriuser/a_version.c @@ -16,8 +16,8 @@ * 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) -#ident "$Id: a_version.c,v 1.1 2002/06/11 15:19:12 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: a_version.c,v 1.2 2002/08/12 01:35:02 steve Exp $" #endif # include @@ -34,6 +34,9 @@ char *acc_version(void) /* * $Log: a_version.c,v $ + * Revision 1.2 2002/08/12 01:35:02 steve + * conditional ident string using autoconfig. + * * Revision 1.1 2002/06/11 15:19:12 steve * Add acc_fetch_argc/argv/version (mruff) * diff --git a/libveriuser/asynch.c b/libveriuser/asynch.c index e563fab1a..1f7cb1fb5 100644 --- a/libveriuser/asynch.c +++ b/libveriuser/asynch.c @@ -16,8 +16,8 @@ * 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) -#ident "$Id: asynch.c,v 1.1 2002/06/04 01:40:03 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: asynch.c,v 1.2 2002/08/12 01:35:02 steve Exp $" #endif # include @@ -42,6 +42,9 @@ int tf_asynchoff(void) /* * $Log: asynch.c,v $ + * Revision 1.2 2002/08/12 01:35:02 steve + * conditional ident string using autoconfig. + * * Revision 1.1 2002/06/04 01:40:03 steve * Add asynchon and asynchoff * diff --git a/libveriuser/finish.c b/libveriuser/finish.c index 4b3716f71..152491063 100644 --- a/libveriuser/finish.c +++ b/libveriuser/finish.c @@ -16,8 +16,8 @@ * 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) -#ident "$Id: finish.c,v 1.1 2002/05/19 05:21:00 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: finish.c,v 1.2 2002/08/12 01:35:02 steve Exp $" #endif # include @@ -41,6 +41,9 @@ int tf_dostop(void) /* * $Log: finish.c,v $ + * Revision 1.2 2002/08/12 01:35:02 steve + * conditional ident string using autoconfig. + * * Revision 1.1 2002/05/19 05:21:00 steve * Start the libveriuser library. * diff --git a/libveriuser/getcstringp.c b/libveriuser/getcstringp.c index d49f683a6..0450ec0f6 100644 --- a/libveriuser/getcstringp.c +++ b/libveriuser/getcstringp.c @@ -16,8 +16,8 @@ * 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) -#ident "$Id: getcstringp.c,v 1.1 2002/06/07 02:58:59 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: getcstringp.c,v 1.2 2002/08/12 01:35:02 steve Exp $" #endif #include @@ -33,6 +33,9 @@ char *tf_getcstringp(int n) /* * $Log: getcstringp.c,v $ + * Revision 1.2 2002/08/12 01:35:02 steve + * conditional ident string using autoconfig. + * * Revision 1.1 2002/06/07 02:58:59 steve * Add a bunch of acc/tf functions. (mruff) * diff --git a/libveriuser/getinstance.c b/libveriuser/getinstance.c index ff74a6ded..e1b770d5b 100644 --- a/libveriuser/getinstance.c +++ b/libveriuser/getinstance.c @@ -16,8 +16,8 @@ * 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) -#ident "$Id: getinstance.c,v 1.2 2002/06/03 21:52:59 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: getinstance.c,v 1.3 2002/08/12 01:35:02 steve Exp $" #endif #include @@ -33,6 +33,9 @@ char *tf_getinstance(void) /* * $Log: getinstance.c,v $ + * Revision 1.3 2002/08/12 01:35:02 steve + * conditional ident string using autoconfig. + * * Revision 1.2 2002/06/03 21:52:59 steve * Fix return type of tf_getinstance. * diff --git a/libveriuser/getlongp.c b/libveriuser/getlongp.c index 08981e6c4..6343cc4ca 100644 --- a/libveriuser/getlongp.c +++ b/libveriuser/getlongp.c @@ -16,8 +16,8 @@ * 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) -#ident "$Id: getlongp.c,v 1.1 2002/06/07 02:58:59 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: getlongp.c,v 1.2 2002/08/12 01:35:02 steve Exp $" #endif #include @@ -72,6 +72,9 @@ int tf_getlongp(int *highvalue, int n) /* * $Log: getlongp.c,v $ + * Revision 1.2 2002/08/12 01:35:02 steve + * conditional ident string using autoconfig. + * * Revision 1.1 2002/06/07 02:58:59 steve * Add a bunch of acc/tf functions. (mruff) * diff --git a/libveriuser/getp.c b/libveriuser/getp.c index e8c42442c..74cbe0248 100644 --- a/libveriuser/getp.c +++ b/libveriuser/getp.c @@ -16,8 +16,8 @@ * 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) -#ident "$Id: getp.c,v 1.1 2002/06/07 02:58:59 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: getp.c,v 1.2 2002/08/12 01:35:02 steve Exp $" #endif #include @@ -63,6 +63,9 @@ int tf_getp(int n) /* * $Log: getp.c,v $ + * Revision 1.2 2002/08/12 01:35:02 steve + * conditional ident string using autoconfig. + * * Revision 1.1 2002/06/07 02:58:59 steve * Add a bunch of acc/tf functions. (mruff) * diff --git a/libveriuser/getsimtime.c b/libveriuser/getsimtime.c index b6479b601..fbc58dea3 100644 --- a/libveriuser/getsimtime.c +++ b/libveriuser/getsimtime.c @@ -16,8 +16,8 @@ * 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) -#ident "$Id: getsimtime.c,v 1.1 2002/05/31 18:25:51 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: getsimtime.c,v 1.2 2002/08/12 01:35:02 steve Exp $" #endif #include @@ -39,6 +39,9 @@ int tf_getlongsimtime(int *hightime) \ /* * $Log: getsimtime.c,v $ + * Revision 1.2 2002/08/12 01:35:02 steve + * conditional ident string using autoconfig. + * * Revision 1.1 2002/05/31 18:25:51 steve * Add tf_getlongtime (mruff) * diff --git a/libveriuser/io_print.c b/libveriuser/io_print.c index 08791434c..003e14209 100644 --- a/libveriuser/io_print.c +++ b/libveriuser/io_print.c @@ -16,8 +16,8 @@ * 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) -#ident "$Id: io_print.c,v 1.2 2002/05/30 02:10:08 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: io_print.c,v 1.3 2002/08/12 01:35:02 steve Exp $" #endif # include @@ -58,6 +58,9 @@ void tf_error(const char *fmt, ...) /* * $Log: io_print.c,v $ + * Revision 1.3 2002/08/12 01:35:02 steve + * conditional ident string using autoconfig. + * * Revision 1.2 2002/05/30 02:10:08 steve * Add tf_error and tf_warning from mruff * diff --git a/libveriuser/mc_scan_plusargs.c b/libveriuser/mc_scan_plusargs.c index f170bb320..d92eb1844 100644 --- a/libveriuser/mc_scan_plusargs.c +++ b/libveriuser/mc_scan_plusargs.c @@ -16,8 +16,8 @@ * 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) -#ident "$Id: mc_scan_plusargs.c,v 1.2 2002/05/24 21:46:21 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: mc_scan_plusargs.c,v 1.3 2002/08/12 01:35:02 steve Exp $" #endif # include @@ -69,6 +69,9 @@ char *mc_scan_plusargs(char *plusarg) /* * $Log: mc_scan_plusargs.c,v $ + * Revision 1.3 2002/08/12 01:35:02 steve + * conditional ident string using autoconfig. + * * Revision 1.2 2002/05/24 21:46:21 steve * Only match plusargs. * diff --git a/libveriuser/nump.c b/libveriuser/nump.c index 4c5e72d4e..b7ba22968 100644 --- a/libveriuser/nump.c +++ b/libveriuser/nump.c @@ -16,8 +16,8 @@ * 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) -#ident "$Id: nump.c,v 1.1 2002/05/30 02:12:17 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: nump.c,v 1.2 2002/08/12 01:35:02 steve Exp $" #endif #include @@ -42,6 +42,9 @@ int tf_nump(void) /* * $Log: nump.c,v $ + * Revision 1.2 2002/08/12 01:35:02 steve + * conditional ident string using autoconfig. + * * Revision 1.1 2002/05/30 02:12:17 steve * Add tf_nump from mruff. * diff --git a/libveriuser/putlongp.c b/libveriuser/putlongp.c index d14dacd03..b415d4c00 100644 --- a/libveriuser/putlongp.c +++ b/libveriuser/putlongp.c @@ -16,8 +16,8 @@ * 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) -#ident "$Id: putlongp.c,v 1.1 2002/06/07 16:21:13 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: putlongp.c,v 1.2 2002/08/12 01:35:02 steve Exp $" #endif #include @@ -63,6 +63,9 @@ void tf_putlongp(int n, int lowvalue, int highvalue) /* * $Log: putlongp.c,v $ + * Revision 1.2 2002/08/12 01:35:02 steve + * conditional ident string using autoconfig. + * * Revision 1.1 2002/06/07 16:21:13 steve * Add tf_putlongp and tf_putp. * diff --git a/libveriuser/putp.c b/libveriuser/putp.c index 1bdab3a6e..2396d36d3 100644 --- a/libveriuser/putp.c +++ b/libveriuser/putp.c @@ -16,8 +16,8 @@ * 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) -#ident "$Id: putp.c,v 1.1 2002/06/07 16:21:13 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: putp.c,v 1.2 2002/08/12 01:35:02 steve Exp $" #endif #include @@ -59,6 +59,9 @@ void tf_putp(int n, int value) /* * $Log: putp.c,v $ + * Revision 1.2 2002/08/12 01:35:02 steve + * conditional ident string using autoconfig. + * * Revision 1.1 2002/06/07 16:21:13 steve * Add tf_putlongp and tf_putp. * diff --git a/libveriuser/veriusertfs.c b/libveriuser/veriusertfs.c index 5baa95beb..2945f1fb1 100644 --- a/libveriuser/veriusertfs.c +++ b/libveriuser/veriusertfs.c @@ -17,8 +17,8 @@ * 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) -#ident "$Id: veriusertfs.c,v 1.4 2002/06/04 01:42:58 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: veriusertfs.c,v 1.5 2002/08/12 01:35:02 steve Exp $" #endif /* @@ -207,6 +207,9 @@ static int callback(p_cb_data data) /* * $Log: veriusertfs.c,v $ + * Revision 1.5 2002/08/12 01:35:02 steve + * conditional ident string using autoconfig. + * * Revision 1.4 2002/06/04 01:42:58 steve * Add misctf support to libveriuser * diff --git a/link_const.cc b/link_const.cc index f36ada7a8..c084024e1 100644 --- a/link_const.cc +++ b/link_const.cc @@ -16,8 +16,8 @@ * 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: link_const.cc,v 1.14 2002/06/25 01:33:22 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: link_const.cc,v 1.15 2002/08/12 01:34:59 steve Exp $" #endif # include "config.h" @@ -164,6 +164,9 @@ verinum::V Nexus::driven_value() const /* * $Log: link_const.cc,v $ + * Revision 1.15 2002/08/12 01:34:59 steve + * conditional ident string using autoconfig. + * * Revision 1.14 2002/06/25 01:33:22 steve * Cache calculated driven value. * diff --git a/load_module.cc b/load_module.cc index 9eca22e32..25c2f9dd5 100644 --- a/load_module.cc +++ b/load_module.cc @@ -16,8 +16,8 @@ * 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) -#ident "$Id: load_module.cc,v 1.10 2002/08/03 22:30:00 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: load_module.cc,v 1.11 2002/08/12 01:34:59 steve Exp $" #endif # include "config.h" @@ -193,6 +193,9 @@ int build_library_index(const char*path, bool key_case_sensitive) /* * $Log: load_module.cc,v $ + * Revision 1.11 2002/08/12 01:34:59 steve + * conditional ident string using autoconfig. + * * Revision 1.10 2002/08/03 22:30:00 steve * Fix suffix parsing of library index. * diff --git a/main.cc b/main.cc index 86fccd393..bb746fe3e 100644 --- a/main.cc +++ b/main.cc @@ -18,8 +18,8 @@ const char COPYRIGHT[] = * 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: main.cc,v 1.62 2002/07/24 16:22:19 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: main.cc,v 1.63 2002/08/12 01:34:59 steve Exp $" #endif # include "config.h" @@ -596,6 +596,9 @@ int main(int argc, char*argv[]) /* * $Log: main.cc,v $ + * Revision 1.63 2002/08/12 01:34:59 steve + * conditional ident string using autoconfig. + * * Revision 1.62 2002/07/24 16:22:19 steve * Verbose messages. * diff --git a/named.h b/named.h index 34f2edf99..1bca68071 100644 --- a/named.h +++ b/named.h @@ -18,8 +18,8 @@ * 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: named.h,v 1.2 2000/02/23 02:56:54 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: named.h,v 1.3 2002/08/12 01:34:59 steve Exp $" #endif # include @@ -36,6 +36,9 @@ template struct named { /* * $Log: named.h,v $ + * Revision 1.3 2002/08/12 01:34:59 steve + * conditional ident string using autoconfig. + * * Revision 1.2 2000/02/23 02:56:54 steve * Macintosh compilers do not support ident. * diff --git a/net_assign.cc b/net_assign.cc index 8a525644c..f46d3997c 100644 --- a/net_assign.cc +++ b/net_assign.cc @@ -16,8 +16,8 @@ * 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: net_assign.cc,v 1.14 2002/08/04 18:28:15 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: net_assign.cc,v 1.15 2002/08/12 01:34:59 steve Exp $" #endif # include "config.h" @@ -241,6 +241,9 @@ NetAssignNB::~NetAssignNB() /* * $Log: net_assign.cc,v $ + * Revision 1.15 2002/08/12 01:34:59 steve + * conditional ident string using autoconfig. + * * Revision 1.14 2002/08/04 18:28:15 steve * Do not use hierarchical names of memories to * generate vvp labels. -tdll target does not diff --git a/net_design.cc b/net_design.cc index 672ea54a3..c302f2c4e 100644 --- a/net_design.cc +++ b/net_design.cc @@ -16,8 +16,8 @@ * 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: net_design.cc,v 1.25 2002/07/03 05:34:59 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: net_design.cc,v 1.26 2002/08/12 01:34:59 steve Exp $" #endif # include "config.h" @@ -485,6 +485,9 @@ void Design::delete_process(NetProcTop*top) /* * $Log: net_design.cc,v $ + * Revision 1.26 2002/08/12 01:34:59 steve + * conditional ident string using autoconfig. + * * Revision 1.25 2002/07/03 05:34:59 steve * Fix scope search for events. * diff --git a/net_event.cc b/net_event.cc index c0b9a47a7..1b079d917 100644 --- a/net_event.cc +++ b/net_event.cc @@ -16,8 +16,8 @@ * 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: net_event.cc,v 1.19 2002/07/24 16:24:45 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: net_event.cc,v 1.20 2002/08/12 01:34:59 steve Exp $" #endif # include "config.h" @@ -442,6 +442,9 @@ NetProc* NetEvWait::statement() /* * $Log: net_event.cc,v $ + * Revision 1.20 2002/08/12 01:34:59 steve + * conditional ident string using autoconfig. + * * Revision 1.19 2002/07/24 16:24:45 steve * Rewrite find_similar_event to support doing * all event matching and replacement in one diff --git a/net_expr.cc b/net_expr.cc index c7583d963..961d91c25 100644 --- a/net_expr.cc +++ b/net_expr.cc @@ -16,8 +16,8 @@ * 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) -#ident "$Id: net_expr.cc,v 1.5 2002/06/06 18:57:18 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: net_expr.cc,v 1.6 2002/08/12 01:34:59 steve Exp $" #endif # include "config.h" @@ -147,6 +147,9 @@ bool NetESelect::set_width(unsigned w) /* * $Log: net_expr.cc,v $ + * Revision 1.6 2002/08/12 01:34:59 steve + * conditional ident string using autoconfig. + * * Revision 1.5 2002/06/06 18:57:18 steve * Use standard name for iostream. * diff --git a/net_force.cc b/net_force.cc index 3d30e2eb3..b859eda06 100644 --- a/net_force.cc +++ b/net_force.cc @@ -16,8 +16,8 @@ * 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: net_force.cc,v 1.7 2002/01/19 19:02:08 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: net_force.cc,v 1.8 2002/08/12 01:34:59 steve Exp $" #endif # include "config.h" @@ -130,6 +130,9 @@ const NetNet*NetRelease::lval() const /* * $Log: net_force.cc,v $ + * Revision 1.8 2002/08/12 01:34:59 steve + * conditional ident string using autoconfig. + * * Revision 1.7 2002/01/19 19:02:08 steve * Pass back target errors processing conditionals. * diff --git a/net_func.cc b/net_func.cc index eff4c9131..e4994282c 100644 --- a/net_func.cc +++ b/net_func.cc @@ -16,8 +16,8 @@ * 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) -#ident "$Id: net_func.cc,v 1.2 2002/03/31 04:07:40 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: net_func.cc,v 1.3 2002/08/12 01:34:59 steve Exp $" #endif # include "config.h" @@ -145,6 +145,9 @@ bool PECallFunction::check_call_matches_definition_(Design*des, NetScope*dscope) /* * $Log: net_func.cc,v $ + * Revision 1.3 2002/08/12 01:34:59 steve + * conditional ident string using autoconfig. + * * Revision 1.2 2002/03/31 04:07:40 steve * Update for gcc 3.0 * diff --git a/net_link.cc b/net_link.cc index d9bdb91a6..1a44f24cb 100644 --- a/net_link.cc +++ b/net_link.cc @@ -16,8 +16,8 @@ * 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: net_link.cc,v 1.9 2002/07/03 03:08:47 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: net_link.cc,v 1.10 2002/08/12 01:34:59 steve Exp $" #endif # include "config.h" @@ -457,6 +457,9 @@ bool NexusSet::contains(const NexusSet&that) const /* * $Log: net_link.cc,v $ + * Revision 1.10 2002/08/12 01:34:59 steve + * conditional ident string using autoconfig. + * * Revision 1.9 2002/07/03 03:08:47 steve * Clear drive cache on link or unlink. * diff --git a/net_modulo.cc b/net_modulo.cc index e35105894..0f891ba2d 100644 --- a/net_modulo.cc +++ b/net_modulo.cc @@ -16,8 +16,8 @@ * 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: net_modulo.cc,v 1.4 2002/08/11 23:47:04 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: net_modulo.cc,v 1.5 2002/08/12 01:34:59 steve Exp $" #endif # include "config.h" @@ -106,6 +106,9 @@ const Link& NetModulo::pin_DataB(unsigned idx) const /* * $Log: net_modulo.cc,v $ + * Revision 1.5 2002/08/12 01:34:59 steve + * conditional ident string using autoconfig. + * * Revision 1.4 2002/08/11 23:47:04 steve * Add missing Log and Ident strings. * diff --git a/net_nex_input.cc b/net_nex_input.cc index 896bf4b22..a05cc9fca 100644 --- a/net_nex_input.cc +++ b/net_nex_input.cc @@ -16,8 +16,8 @@ * 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) -#ident "$Id: net_nex_input.cc,v 1.4 2002/07/14 23:47:58 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: net_nex_input.cc,v 1.5 2002/08/12 01:34:59 steve Exp $" #endif # include "config.h" @@ -318,6 +318,9 @@ NexusSet* NetWhile::nex_input() /* * $Log: net_nex_input.cc,v $ + * Revision 1.5 2002/08/12 01:34:59 steve + * conditional ident string using autoconfig. + * * Revision 1.4 2002/07/14 23:47:58 steve * Infinite loop in nex_input of NetBlock objects. * diff --git a/net_nex_output.cc b/net_nex_output.cc index 730f5cba3..64d21f2cc 100644 --- a/net_nex_output.cc +++ b/net_nex_output.cc @@ -16,8 +16,8 @@ * 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) -#ident "$Id: net_nex_output.cc,v 1.4 2002/07/29 00:00:28 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: net_nex_output.cc,v 1.5 2002/08/12 01:34:59 steve Exp $" #endif # include "config.h" @@ -85,6 +85,9 @@ void NetEvWait::nex_output(NexusSet&out) /* * $Log: net_nex_output.cc,v $ + * Revision 1.5 2002/08/12 01:34:59 steve + * conditional ident string using autoconfig. + * * Revision 1.4 2002/07/29 00:00:28 steve * Asynchronous synthesis of sequential blocks. * diff --git a/net_proc.cc b/net_proc.cc index 339a59faf..393f72667 100644 --- a/net_proc.cc +++ b/net_proc.cc @@ -16,8 +16,8 @@ * 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: net_proc.cc,v 1.5 2002/07/28 23:58:45 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: net_proc.cc,v 1.6 2002/08/12 01:34:59 steve Exp $" #endif # include "config.h" @@ -177,6 +177,9 @@ const NetExpr* NetRepeat::expr() const /* * $Log: net_proc.cc,v $ + * Revision 1.6 2002/08/12 01:34:59 steve + * conditional ident string using autoconfig. + * * Revision 1.5 2002/07/28 23:58:45 steve * Fix NetBlock destructor to delete substatements. * diff --git a/net_scope.cc b/net_scope.cc index 58c6eed3c..b660d8af7 100644 --- a/net_scope.cc +++ b/net_scope.cc @@ -16,8 +16,8 @@ * 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: net_scope.cc,v 1.18 2002/08/05 04:18:45 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: net_scope.cc,v 1.19 2002/08/12 01:34:59 steve Exp $" #endif # include "config.h" @@ -402,6 +402,9 @@ string NetScope::local_hsymbol() /* * $Log: net_scope.cc,v $ + * Revision 1.19 2002/08/12 01:34:59 steve + * conditional ident string using autoconfig. + * * Revision 1.18 2002/08/05 04:18:45 steve * Store only the base name of memories. * diff --git a/net_udp.cc b/net_udp.cc index fe5a4fdd4..1fb571fd4 100644 --- a/net_udp.cc +++ b/net_udp.cc @@ -17,8 +17,8 @@ * 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: net_udp.cc,v 1.6 2001/07/25 03:10:49 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: net_udp.cc,v 1.7 2002/08/12 01:34:59 steve Exp $" #endif # include "config.h" @@ -91,6 +91,9 @@ char NetUDP::get_initial() const /* * $Log: net_udp.cc,v $ + * Revision 1.7 2002/08/12 01:34:59 steve + * conditional ident string using autoconfig. + * * Revision 1.6 2001/07/25 03:10:49 steve * Create a config.h.in file to hold all the config * junk, and support gcc 3.0. (Stephan Boettcher) diff --git a/netlist.cc b/netlist.cc index 7dcffb781..e9805424b 100644 --- a/netlist.cc +++ b/netlist.cc @@ -16,8 +16,8 @@ * 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: netlist.cc,v 1.196 2002/08/04 18:28:15 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: netlist.cc,v 1.197 2002/08/12 01:34:59 steve Exp $" #endif # include "config.h" @@ -2311,6 +2311,9 @@ const NetProc*NetTaskDef::proc() const /* * $Log: netlist.cc,v $ + * Revision 1.197 2002/08/12 01:34:59 steve + * conditional ident string using autoconfig. + * * Revision 1.196 2002/08/04 18:28:15 steve * Do not use hierarchical names of memories to * generate vvp labels. -tdll target does not diff --git a/netlist.h b/netlist.h index 71d3d8a18..118a84128 100644 --- a/netlist.h +++ b/netlist.h @@ -18,8 +18,8 @@ * 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: netlist.h,v 1.256 2002/08/05 04:18:45 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: netlist.h,v 1.257 2002/08/12 01:35:00 steve Exp $" #endif /* @@ -3008,6 +3008,9 @@ extern ostream& operator << (ostream&, NetNet::Type); /* * $Log: netlist.h,v $ + * Revision 1.257 2002/08/12 01:35:00 steve + * conditional ident string using autoconfig. + * * Revision 1.256 2002/08/05 04:18:45 steve * Store only the base name of memories. * diff --git a/netmisc.cc b/netmisc.cc index 269659ec2..04ce3f9da 100644 --- a/netmisc.cc +++ b/netmisc.cc @@ -16,8 +16,8 @@ * 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: netmisc.cc,v 1.2 2001/07/25 03:10:49 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: netmisc.cc,v 1.3 2002/08/12 01:35:00 steve Exp $" #endif # include "config.h" @@ -44,6 +44,9 @@ NetExpr* elab_and_eval(Design*des, NetScope*scope, const PExpr*pe) /* * $Log: netmisc.cc,v $ + * Revision 1.3 2002/08/12 01:35:00 steve + * conditional ident string using autoconfig. + * * Revision 1.2 2001/07/25 03:10:49 steve * Create a config.h.in file to hold all the config * junk, and support gcc 3.0. (Stephan Boettcher) diff --git a/netmisc.h b/netmisc.h index af5ff8d45..e906d87a6 100644 --- a/netmisc.h +++ b/netmisc.h @@ -18,8 +18,8 @@ * 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: netmisc.h,v 1.14 2002/06/25 01:33:22 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: netmisc.h,v 1.15 2002/08/12 01:35:00 steve Exp $" #endif # include "netlist.h" @@ -50,6 +50,9 @@ extern NetExpr* elab_and_eval(Design*des, NetScope*scope, const PExpr*pe); /* * $Log: netmisc.h,v $ + * Revision 1.15 2002/08/12 01:35:00 steve + * conditional ident string using autoconfig. + * * Revision 1.14 2002/06/25 01:33:22 steve * Cache calculated driven value. * diff --git a/nodangle.cc b/nodangle.cc index c88e9dc21..7c14b87c6 100644 --- a/nodangle.cc +++ b/nodangle.cc @@ -16,8 +16,8 @@ * 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: nodangle.cc,v 1.16 2002/07/24 16:24:45 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: nodangle.cc,v 1.17 2002/08/12 01:35:00 steve Exp $" #endif # include "config.h" @@ -164,6 +164,9 @@ void nodangle(Design*des) /* * $Log: nodangle.cc,v $ + * Revision 1.17 2002/08/12 01:35:00 steve + * conditional ident string using autoconfig. + * * Revision 1.16 2002/07/24 16:24:45 steve * Rewrite find_similar_event to support doing * all event matching and replacement in one diff --git a/pad_to_width.cc b/pad_to_width.cc index c860ab9ff..0201a73dd 100644 --- a/pad_to_width.cc +++ b/pad_to_width.cc @@ -16,8 +16,8 @@ * 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: pad_to_width.cc,v 1.10 2002/05/25 16:43:22 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: pad_to_width.cc,v 1.11 2002/08/12 01:35:00 steve Exp $" #endif # include "config.h" @@ -95,6 +95,9 @@ NetNet*pad_to_width(Design*des, NetNet*net, unsigned wid) /* * $Log: pad_to_width.cc,v $ + * Revision 1.11 2002/08/12 01:35:00 steve + * conditional ident string using autoconfig. + * * Revision 1.10 2002/05/25 16:43:22 steve * Better padding of constants. * diff --git a/parse_api.h b/parse_api.h index 9c9d02b58..49dcface0 100644 --- a/parse_api.h +++ b/parse_api.h @@ -18,8 +18,8 @@ * 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) -#ident "$Id: parse_api.h,v 1.1 2001/10/21 20:18:56 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: parse_api.h,v 1.2 2002/08/12 01:35:00 steve Exp $" #endif # include @@ -50,6 +50,9 @@ extern string vl_file; /* * $Log: parse_api.h,v $ + * Revision 1.2 2002/08/12 01:35:00 steve + * conditional ident string using autoconfig. + * * Revision 1.1 2001/10/21 20:18:56 steve * clean up API for restarting parser. * diff --git a/parse_misc.cc b/parse_misc.cc index 1c57099f1..120f2f4ed 100644 --- a/parse_misc.cc +++ b/parse_misc.cc @@ -16,8 +16,8 @@ * 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: parse_misc.cc,v 1.6 2002/06/06 18:57:18 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: parse_misc.cc,v 1.7 2002/08/12 01:35:00 steve Exp $" #endif # include "config.h" @@ -60,6 +60,9 @@ int VLwrap() /* * $Log: parse_misc.cc,v $ + * Revision 1.7 2002/08/12 01:35:00 steve + * conditional ident string using autoconfig. + * * Revision 1.6 2002/06/06 18:57:18 steve * Use standard name for iostream. * diff --git a/parse_misc.h b/parse_misc.h index a779b26bf..455fee03a 100644 --- a/parse_misc.h +++ b/parse_misc.h @@ -18,8 +18,8 @@ * 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: parse_misc.h,v 1.4 2000/02/23 02:56:55 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: parse_misc.h,v 1.5 2002/08/12 01:35:00 steve Exp $" #endif # include @@ -53,6 +53,9 @@ extern unsigned error_count, warn_count; /* * $Log: parse_misc.h,v $ + * Revision 1.5 2002/08/12 01:35:00 steve + * conditional ident string using autoconfig. + * * Revision 1.4 2000/02/23 02:56:55 steve * Macintosh compilers do not support ident. * diff --git a/pform.cc b/pform.cc index 6dedb74a8..209f8c2cd 100644 --- a/pform.cc +++ b/pform.cc @@ -16,8 +16,8 @@ * 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: pform.cc,v 1.99 2002/06/21 04:59:35 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: pform.cc,v 1.100 2002/08/12 01:35:00 steve Exp $" #endif # include "config.h" @@ -1343,6 +1343,9 @@ int pform_parse(const char*path, FILE*file) /* * $Log: pform.cc,v $ + * Revision 1.100 2002/08/12 01:35:00 steve + * conditional ident string using autoconfig. + * * Revision 1.99 2002/06/21 04:59:35 steve * Carry integerness throughout the compilation. * diff --git a/pform.h b/pform.h index 5366b8c03..7bd1e54c5 100644 --- a/pform.h +++ b/pform.h @@ -18,8 +18,8 @@ * 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: pform.h,v 1.61 2002/06/06 18:57:18 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: pform.h,v 1.62 2002/08/12 01:35:00 steve Exp $" #endif # include "netlist.h" @@ -256,6 +256,9 @@ extern void pform_dump(ostream&out, Module*mod); /* * $Log: pform.h,v $ + * Revision 1.62 2002/08/12 01:35:00 steve + * conditional ident string using autoconfig. + * * Revision 1.61 2002/06/06 18:57:18 steve * Use standard name for iostream. * diff --git a/pform_dump.cc b/pform_dump.cc index 0a6cb2ab7..94a3998a8 100644 --- a/pform_dump.cc +++ b/pform_dump.cc @@ -16,8 +16,8 @@ * 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: pform_dump.cc,v 1.74 2002/05/26 01:39:02 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: pform_dump.cc,v 1.75 2002/08/12 01:35:00 steve Exp $" #endif # include "config.h" @@ -838,6 +838,9 @@ void PUdp::dump(ostream&out) const /* * $Log: pform_dump.cc,v $ + * Revision 1.75 2002/08/12 01:35:00 steve + * conditional ident string using autoconfig. + * * Revision 1.74 2002/05/26 01:39:02 steve * Carry Verilog 2001 attributes with processes, * all the way through to the ivl_target API. diff --git a/set_width.cc b/set_width.cc index e3d76a099..818b7eb02 100644 --- a/set_width.cc +++ b/set_width.cc @@ -16,8 +16,8 @@ * 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: set_width.cc,v 1.22 2002/05/05 21:11:50 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: set_width.cc,v 1.23 2002/08/12 01:35:00 steve Exp $" #endif # include "config.h" @@ -357,6 +357,9 @@ bool NetEUReduce::set_width(unsigned w) /* * $Log: set_width.cc,v $ + * Revision 1.23 2002/08/12 01:35:00 steve + * conditional ident string using autoconfig. + * * Revision 1.22 2002/05/05 21:11:50 steve * Put off evaluation of concatenation repeat expresions * until after parameters are defined. This allows parms diff --git a/svector.h b/svector.h index 91872ddb3..573d09e14 100644 --- a/svector.h +++ b/svector.h @@ -20,8 +20,8 @@ * 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: svector.h,v 1.5 2000/02/23 02:56:55 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: svector.h,v 1.6 2002/08/12 01:35:00 steve Exp $" #endif # include @@ -97,6 +97,9 @@ template class svector { /* * $Log: svector.h,v $ + * Revision 1.6 2002/08/12 01:35:00 steve + * conditional ident string using autoconfig. + * * Revision 1.5 2000/02/23 02:56:55 steve * Macintosh compilers do not support ident. * diff --git a/synth.cc b/synth.cc index 3953e8eee..e92276d3a 100644 --- a/synth.cc +++ b/synth.cc @@ -16,8 +16,8 @@ * 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: synth.cc,v 1.13 2002/06/05 03:44:25 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: synth.cc,v 1.14 2002/08/12 01:35:00 steve Exp $" #endif # include "config.h" @@ -162,6 +162,9 @@ void synth(Design*des) /* * $Log: synth.cc,v $ + * Revision 1.14 2002/08/12 01:35:00 steve + * conditional ident string using autoconfig. + * * Revision 1.13 2002/06/05 03:44:25 steve * Add support for memory words in l-value of * non-blocking assignments, and remove the special diff --git a/synth2.cc b/synth2.cc index 261e60fa7..769a83244 100644 --- a/synth2.cc +++ b/synth2.cc @@ -16,8 +16,8 @@ * 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: synth2.cc,v 1.6 2002/08/10 22:07:08 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: synth2.cc,v 1.7 2002/08/12 01:35:00 steve Exp $" #endif # include "config.h" @@ -319,6 +319,9 @@ void synth2(Design*des) /* * $Log: synth2.cc,v $ + * Revision 1.7 2002/08/12 01:35:00 steve + * conditional ident string using autoconfig. + * * Revision 1.6 2002/08/10 22:07:08 steve * Observe attributes to control synthesis. * diff --git a/t-dll-api.cc b/t-dll-api.cc index 1ba8f4898..1d824a123 100644 --- a/t-dll-api.cc +++ b/t-dll-api.cc @@ -16,8 +16,8 @@ * 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: t-dll-api.cc,v 1.85 2002/08/07 02:17:14 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: t-dll-api.cc,v 1.86 2002/08/12 01:35:00 steve Exp $" #endif # include "config.h" @@ -1550,6 +1550,9 @@ extern "C" ivl_statement_t ivl_stmt_sub_stmt(ivl_statement_t net) /* * $Log: t-dll-api.cc,v $ + * Revision 1.86 2002/08/12 01:35:00 steve + * conditional ident string using autoconfig. + * * Revision 1.85 2002/08/07 02:17:14 steve * Dead code. * diff --git a/t-dll-expr.cc b/t-dll-expr.cc index ef4a34962..d6054fa4f 100644 --- a/t-dll-expr.cc +++ b/t-dll-expr.cc @@ -16,8 +16,8 @@ * 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: t-dll-expr.cc,v 1.27 2002/08/04 18:28:15 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: t-dll-expr.cc,v 1.28 2002/08/12 01:35:00 steve Exp $" #endif # include "config.h" @@ -458,6 +458,9 @@ void dll_target::expr_unary(const NetEUnary*net) /* * $Log: t-dll-expr.cc,v $ + * Revision 1.28 2002/08/12 01:35:00 steve + * conditional ident string using autoconfig. + * * Revision 1.27 2002/08/04 18:28:15 steve * Do not use hierarchical names of memories to * generate vvp labels. -tdll target does not diff --git a/t-dll-proc.cc b/t-dll-proc.cc index b9e61ae37..d5ef89632 100644 --- a/t-dll-proc.cc +++ b/t-dll-proc.cc @@ -17,8 +17,8 @@ * 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: t-dll-proc.cc,v 1.51 2002/08/07 00:54:39 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: t-dll-proc.cc,v 1.52 2002/08/12 01:35:00 steve Exp $" #endif # include "config.h" @@ -812,6 +812,9 @@ void dll_target::proc_while(const NetWhile*net) /* * $Log: t-dll-proc.cc,v $ + * Revision 1.52 2002/08/12 01:35:00 steve + * conditional ident string using autoconfig. + * * Revision 1.51 2002/08/07 00:54:39 steve * Add force to nets. * diff --git a/t-dll.cc b/t-dll.cc index f1567ea9c..b7aa344d4 100644 --- a/t-dll.cc +++ b/t-dll.cc @@ -16,8 +16,8 @@ * 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: t-dll.cc,v 1.94 2002/08/05 04:18:45 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: t-dll.cc,v 1.95 2002/08/12 01:35:00 steve Exp $" #endif # include "config.h" @@ -1954,6 +1954,9 @@ extern const struct target tgt_dll = { "dll", &dll_target_obj }; /* * $Log: t-dll.cc,v $ + * Revision 1.95 2002/08/12 01:35:00 steve + * conditional ident string using autoconfig. + * * Revision 1.94 2002/08/05 04:18:45 steve * Store only the base name of memories. * diff --git a/t-dll.h b/t-dll.h index 19ae461e7..77fc5d71f 100644 --- a/t-dll.h +++ b/t-dll.h @@ -18,8 +18,8 @@ * 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: t-dll.h,v 1.92 2002/08/07 02:36:10 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: t-dll.h,v 1.93 2002/08/12 01:35:01 steve Exp $" #endif # include "target.h" @@ -617,6 +617,9 @@ struct ivl_statement_s { /* * $Log: t-dll.h,v $ + * Revision 1.93 2002/08/12 01:35:01 steve + * conditional ident string using autoconfig. + * * Revision 1.92 2002/08/07 02:36:10 steve * Get local StringHeap.h * diff --git a/t-xnf.cc b/t-xnf.cc index 5d7307493..279e900dd 100644 --- a/t-xnf.cc +++ b/t-xnf.cc @@ -16,8 +16,8 @@ * 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: t-xnf.cc,v 1.44 2002/05/23 03:08:52 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: t-xnf.cc,v 1.45 2002/08/12 01:35:01 steve Exp $" #endif # include "config.h" @@ -927,6 +927,9 @@ extern const struct target tgt_xnf = { "xnf", &target_xnf_obj }; /* * $Log: t-xnf.cc,v $ + * Revision 1.45 2002/08/12 01:35:01 steve + * conditional ident string using autoconfig. + * * Revision 1.44 2002/05/23 03:08:52 steve * Add language support for Verilog-2001 attribute * syntax. Hook this support into existing $attribute diff --git a/target.cc b/target.cc index 720a5a6d2..18e8248e6 100644 --- a/target.cc +++ b/target.cc @@ -16,8 +16,8 @@ * 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: target.cc,v 1.62 2002/06/05 03:44:25 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: target.cc,v 1.63 2002/08/12 01:35:01 steve Exp $" #endif # include "config.h" @@ -385,6 +385,9 @@ void expr_scan_t::expr_binary(const NetEBinary*ex) /* * $Log: target.cc,v $ + * Revision 1.63 2002/08/12 01:35:01 steve + * conditional ident string using autoconfig. + * * Revision 1.62 2002/06/05 03:44:25 steve * Add support for memory words in l-value of * non-blocking assignments, and remove the special diff --git a/target.h b/target.h index 9230b4ba5..497ce3ae6 100644 --- a/target.h +++ b/target.h @@ -18,8 +18,8 @@ * 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: target.h,v 1.59 2002/06/05 03:44:25 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: target.h,v 1.60 2002/08/12 01:35:01 steve Exp $" #endif # include "netlist.h" @@ -162,6 +162,9 @@ extern const struct target *target_table[]; /* * $Log: target.h,v $ + * Revision 1.60 2002/08/12 01:35:01 steve + * conditional ident string using autoconfig. + * * Revision 1.59 2002/06/05 03:44:25 steve * Add support for memory words in l-value of * non-blocking assignments, and remove the special diff --git a/targets.cc b/targets.cc index 016a73374..ceac962a3 100644 --- a/targets.cc +++ b/targets.cc @@ -16,8 +16,8 @@ * 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: targets.cc,v 1.10 2002/08/11 23:39:33 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: targets.cc,v 1.11 2002/08/12 01:35:01 steve Exp $" #endif # include "config.h" @@ -36,6 +36,9 @@ const struct target *target_table[] = { /* * $Log: targets.cc,v $ + * Revision 1.11 2002/08/12 01:35:01 steve + * conditional ident string using autoconfig. + * * Revision 1.10 2002/08/11 23:39:33 steve * Remove VVM option. * diff --git a/tgt-fpga/d-generic-edif.c b/tgt-fpga/d-generic-edif.c index 043e8ee0c..f51993c96 100644 --- a/tgt-fpga/d-generic-edif.c +++ b/tgt-fpga/d-generic-edif.c @@ -16,8 +16,8 @@ * 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: d-generic-edif.c,v 1.8 2002/08/11 23:47:04 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: d-generic-edif.c,v 1.9 2002/08/12 01:35:02 steve Exp $" #endif # include "device.h" @@ -400,6 +400,9 @@ const struct device_s d_generic_edif = { /* * $Log: d-generic-edif.c,v $ + * Revision 1.9 2002/08/12 01:35:02 steve + * conditional ident string using autoconfig. + * * Revision 1.8 2002/08/11 23:47:04 steve * Add missing Log and Ident strings. * diff --git a/tgt-fpga/d-generic.c b/tgt-fpga/d-generic.c index 09722aa83..1cf9b0ec3 100644 --- a/tgt-fpga/d-generic.c +++ b/tgt-fpga/d-generic.c @@ -16,8 +16,8 @@ * 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: d-generic.c,v 1.10 2002/08/11 23:47:04 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: d-generic.c,v 1.11 2002/08/12 01:35:02 steve Exp $" #endif # include "device.h" @@ -510,6 +510,9 @@ const struct device_s d_generic = { /* * $Log: d-generic.c,v $ + * Revision 1.11 2002/08/12 01:35:02 steve + * conditional ident string using autoconfig. + * * Revision 1.10 2002/08/11 23:47:04 steve * Add missing Log and Ident strings. * diff --git a/tgt-fpga/d-virtex.c b/tgt-fpga/d-virtex.c index 6c61bd123..f48f50ea4 100644 --- a/tgt-fpga/d-virtex.c +++ b/tgt-fpga/d-virtex.c @@ -16,8 +16,8 @@ * 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: d-virtex.c,v 1.12 2002/08/11 23:47:04 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: d-virtex.c,v 1.13 2002/08/12 01:35:02 steve Exp $" #endif # include "device.h" @@ -1064,6 +1064,9 @@ const struct device_s d_virtex_edif = { /* * $Log: d-virtex.c,v $ + * Revision 1.13 2002/08/12 01:35:02 steve + * conditional ident string using autoconfig. + * * Revision 1.12 2002/08/11 23:47:04 steve * Add missing Log and Ident strings. * diff --git a/tgt-fpga/device.h b/tgt-fpga/device.h index 8d39055fe..afd6a5dec 100644 --- a/tgt-fpga/device.h +++ b/tgt-fpga/device.h @@ -18,8 +18,8 @@ * 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: device.h,v 1.8 2002/08/11 23:47:04 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: device.h,v 1.9 2002/08/12 01:35:02 steve Exp $" #endif # include @@ -68,6 +68,9 @@ extern device_t device_from_arch(const char*arch); /* * $Log: device.h,v $ + * Revision 1.9 2002/08/12 01:35:02 steve + * conditional ident string using autoconfig. + * * Revision 1.8 2002/08/11 23:47:04 steve * Add missing Log and Ident strings. * diff --git a/tgt-fpga/fpga.c b/tgt-fpga/fpga.c index 165844ca2..952e927c8 100644 --- a/tgt-fpga/fpga.c +++ b/tgt-fpga/fpga.c @@ -16,8 +16,8 @@ * 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: fpga.c,v 1.5 2001/09/16 01:48:16 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: fpga.c,v 1.6 2002/08/12 01:35:02 steve Exp $" #endif # include "config.h" @@ -123,6 +123,9 @@ int target_design(ivl_design_t des) /* * $Log: fpga.c,v $ + * Revision 1.6 2002/08/12 01:35:02 steve + * conditional ident string using autoconfig. + * * Revision 1.5 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 8a410cd03..8226106bb 100644 --- a/tgt-fpga/fpga_priv.h +++ b/tgt-fpga/fpga_priv.h @@ -18,8 +18,8 @@ * 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: fpga_priv.h,v 1.5 2002/08/11 23:47:04 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: fpga_priv.h,v 1.6 2002/08/12 01:35:03 steve Exp $" #endif # include @@ -83,6 +83,9 @@ extern unsigned edif_uref; /* * $Log: fpga_priv.h,v $ + * Revision 1.6 2002/08/12 01:35:03 steve + * conditional ident string using autoconfig. + * * Revision 1.5 2002/08/11 23:47:04 steve * Add missing Log and Ident strings. * diff --git a/tgt-fpga/gates.c b/tgt-fpga/gates.c index 34e6de3cd..55b5838e8 100644 --- a/tgt-fpga/gates.c +++ b/tgt-fpga/gates.c @@ -16,8 +16,8 @@ * 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: gates.c,v 1.8 2002/08/11 23:47:04 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: gates.c,v 1.9 2002/08/12 01:35:03 steve Exp $" #endif # include @@ -100,6 +100,9 @@ int show_scope_gates(ivl_scope_t net, void*x) /* * $Log: gates.c,v $ + * Revision 1.9 2002/08/12 01:35:03 steve + * conditional ident string using autoconfig. + * * Revision 1.8 2002/08/11 23:47:04 steve * Add missing Log and Ident strings. * diff --git a/tgt-fpga/mangle.c b/tgt-fpga/mangle.c index d2f21cd13..020b836e0 100644 --- a/tgt-fpga/mangle.c +++ b/tgt-fpga/mangle.c @@ -16,8 +16,8 @@ * 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: mangle.c,v 1.5 2002/08/11 23:47:04 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: mangle.c,v 1.6 2002/08/12 01:35:03 steve Exp $" #endif # include "fpga_priv.h" @@ -98,6 +98,9 @@ const char* xnf_mangle_nexus_name(ivl_nexus_t net) /* * $Log: mangle.c,v $ + * Revision 1.6 2002/08/12 01:35:03 steve + * conditional ident string using autoconfig. + * * Revision 1.5 2002/08/11 23:47:04 steve * Add missing Log and Ident strings. * diff --git a/tgt-fpga/tables.c b/tgt-fpga/tables.c index b91af0feb..3f83d42cf 100644 --- a/tgt-fpga/tables.c +++ b/tgt-fpga/tables.c @@ -16,8 +16,8 @@ * 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: tables.c,v 1.3 2002/08/11 23:47:04 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: tables.c,v 1.4 2002/08/12 01:35:03 steve Exp $" #endif # include "fpga_priv.h" @@ -56,6 +56,9 @@ device_t device_from_arch(const char*arch) /* * $Log: tables.c,v $ + * Revision 1.4 2002/08/12 01:35:03 steve + * conditional ident string using autoconfig. + * * Revision 1.3 2002/08/11 23:47:04 steve * Add missing Log and Ident strings. * diff --git a/tgt-null/null.c b/tgt-null/null.c index 52ea9d52e..97e245b89 100644 --- a/tgt-null/null.c +++ b/tgt-null/null.c @@ -16,8 +16,8 @@ * 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: null.c,v 1.6 2001/09/30 16:45:10 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: null.c,v 1.7 2002/08/12 01:35:03 steve Exp $" #endif # include "config.h" @@ -36,6 +36,9 @@ int target_design(ivl_design_t des) /* * $Log: null.c,v $ + * Revision 1.7 2002/08/12 01:35:03 steve + * conditional ident string using autoconfig. + * * Revision 1.6 2001/09/30 16:45:10 steve * Fix some Cygwin DLL handling. (Venkat Iyer) * diff --git a/tgt-pal/dump_final.c b/tgt-pal/dump_final.c index f91635645..848d7d453 100644 --- a/tgt-pal/dump_final.c +++ b/tgt-pal/dump_final.c @@ -16,8 +16,8 @@ * 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) -#ident "$Id: dump_final.c,v 1.2 2001/07/25 03:10:50 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: dump_final.c,v 1.3 2002/08/12 01:35:03 steve Exp $" #endif # include "config.h" @@ -54,6 +54,9 @@ void dump_final_design(FILE*out) /* * $Log: dump_final.c,v $ + * Revision 1.3 2002/08/12 01:35:03 steve + * conditional ident string using autoconfig. + * * Revision 1.2 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-pal/emit_jed.c b/tgt-pal/emit_jed.c index 5047362b3..7a74ff127 100644 --- a/tgt-pal/emit_jed.c +++ b/tgt-pal/emit_jed.c @@ -16,8 +16,8 @@ * 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: emit_jed.c,v 1.4 2001/09/15 18:27:04 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: emit_jed.c,v 1.5 2002/08/12 01:35:03 steve Exp $" #endif # include "config.h" @@ -134,6 +134,9 @@ int emit_jedec(const char*path) /* * $Log: emit_jed.c,v $ + * Revision 1.5 2002/08/12 01:35:03 steve + * conditional ident string using autoconfig. + * * Revision 1.4 2001/09/15 18:27:04 steve * Make configure detect malloc.h * diff --git a/tgt-pal/enables.c b/tgt-pal/enables.c index 526e40ded..6b7a467da 100644 --- a/tgt-pal/enables.c +++ b/tgt-pal/enables.c @@ -16,8 +16,8 @@ * 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: enables.c,v 1.5 2002/08/11 23:47:04 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: enables.c,v 1.6 2002/08/12 01:35:03 steve Exp $" #endif # include "config.h" @@ -80,6 +80,9 @@ void absorb_pad_enables(void) /* * $Log: enables.c,v $ + * Revision 1.6 2002/08/12 01:35:03 steve + * conditional ident string using autoconfig. + * * Revision 1.5 2002/08/11 23:47:04 steve * Add missing Log and Ident strings. * diff --git a/tgt-pal/fit_log.c b/tgt-pal/fit_log.c index a7dff7bef..e212d0111 100644 --- a/tgt-pal/fit_log.c +++ b/tgt-pal/fit_log.c @@ -16,8 +16,8 @@ * 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) -#ident "$Id: fit_log.c,v 1.4 2001/07/25 03:10:50 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: fit_log.c,v 1.5 2002/08/12 01:35:03 steve Exp $" #endif # include "config.h" @@ -128,6 +128,9 @@ int fit_logic(void) /* * $Log: fit_log.c,v $ + * Revision 1.5 2002/08/12 01:35:03 steve + * conditional ident string using autoconfig. + * * 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-pal/fit_reg.c b/tgt-pal/fit_reg.c index 3edb27b25..94d96b593 100644 --- a/tgt-pal/fit_reg.c +++ b/tgt-pal/fit_reg.c @@ -16,8 +16,8 @@ * 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) -#ident "$Id: fit_reg.c,v 1.6 2001/07/25 03:10:50 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: fit_reg.c,v 1.7 2002/08/12 01:35:03 steve Exp $" #endif # include "config.h" @@ -136,6 +136,9 @@ int scan_ff_q(ivl_lpm_t ff, unsigned q) /* * $Log: fit_reg.c,v $ + * Revision 1.7 2002/08/12 01:35:03 steve + * conditional ident string using autoconfig. + * * Revision 1.6 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-pal/imain.c b/tgt-pal/imain.c index 09dafbde7..1bc1c84e2 100644 --- a/tgt-pal/imain.c +++ b/tgt-pal/imain.c @@ -16,8 +16,8 @@ * 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: imain.c,v 1.10 2001/09/30 16:45:10 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: imain.c,v 1.11 2002/08/12 01:35:03 steve Exp $" #endif # include "config.h" @@ -149,6 +149,9 @@ int target_design(ivl_design_t des) /* * $Log: imain.c,v $ + * Revision 1.11 2002/08/12 01:35:03 steve + * conditional ident string using autoconfig. + * * Revision 1.10 2001/09/30 16:45:10 steve * Fix some Cygwin DLL handling. (Venkat Iyer) * diff --git a/tgt-pal/pads.c b/tgt-pal/pads.c index 8cde76307..7513725ec 100644 --- a/tgt-pal/pads.c +++ b/tgt-pal/pads.c @@ -16,8 +16,8 @@ * 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) -#ident "$Id: pads.c,v 1.3 2001/07/25 03:10:50 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: pads.c,v 1.4 2002/08/12 01:35:03 steve Exp $" #endif # include "config.h" @@ -81,6 +81,9 @@ int get_pad_bindings(ivl_scope_t net, void*x) /* * $Log: pads.c,v $ + * Revision 1.4 2002/08/12 01:35:03 steve + * conditional ident string using autoconfig. + * * Revision 1.3 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-pal/priv.h b/tgt-pal/priv.h index 54493638b..5af74f9ef 100644 --- a/tgt-pal/priv.h +++ b/tgt-pal/priv.h @@ -18,8 +18,8 @@ * 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) -#ident "$Id: priv.h,v 1.6 2001/05/16 03:55:30 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: priv.h,v 1.7 2002/08/12 01:35:03 steve Exp $" #endif # include @@ -102,6 +102,9 @@ extern int emit_jedec(const char*path); /* * $Log: priv.h,v $ + * Revision 1.7 2002/08/12 01:35:03 steve + * conditional ident string using autoconfig. + * * Revision 1.6 2001/05/16 03:55:30 steve * Update to new LPM API for flip-flops. * diff --git a/tgt-stub/stub.c b/tgt-stub/stub.c index a7cdd92a6..59c1b0fa0 100644 --- a/tgt-stub/stub.c +++ b/tgt-stub/stub.c @@ -16,8 +16,8 @@ * 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: stub.c,v 1.65 2002/08/05 04:18:45 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: stub.c,v 1.66 2002/08/12 01:35:03 steve Exp $" #endif # include "config.h" @@ -706,6 +706,9 @@ int target_design(ivl_design_t des) /* * $Log: stub.c,v $ + * Revision 1.66 2002/08/12 01:35:03 steve + * conditional ident string using autoconfig. + * * Revision 1.65 2002/08/05 04:18:45 steve * Store only the base name of memories. * diff --git a/tgt-verilog/verilog.c b/tgt-verilog/verilog.c index f77c4da8d..99ee0efcc 100644 --- a/tgt-verilog/verilog.c +++ b/tgt-verilog/verilog.c @@ -16,8 +16,8 @@ * 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: verilog.c,v 1.26 2001/12/15 02:13:17 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: verilog.c,v 1.27 2002/08/12 01:35:03 steve Exp $" #endif # include "config.h" @@ -439,6 +439,9 @@ int target_design(ivl_design_t des) /* * $Log: verilog.c,v $ + * Revision 1.27 2002/08/12 01:35:03 steve + * conditional ident string using autoconfig. + * * Revision 1.26 2001/12/15 02:13:17 steve * The IVL_SIT_WIRE type does not exist, it is a * synonym for IVL_SIT_TRI. diff --git a/tgt-vvp/draw_mux.c b/tgt-vvp/draw_mux.c index 6a206b329..f18d01f28 100644 --- a/tgt-vvp/draw_mux.c +++ b/tgt-vvp/draw_mux.c @@ -16,8 +16,8 @@ * 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) -#ident "$Id: draw_mux.c,v 1.3 2002/08/11 23:47:04 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: draw_mux.c,v 1.4 2002/08/12 01:35:03 steve Exp $" #endif # include "vvp_priv.h" @@ -172,6 +172,9 @@ void draw_lpm_mux(ivl_lpm_t net) /* * $Log: draw_mux.c,v $ + * Revision 1.4 2002/08/12 01:35:03 steve + * conditional ident string using autoconfig. + * * Revision 1.3 2002/08/11 23:47:04 steve * Add missing Log and Ident strings. * diff --git a/tgt-vvp/eval_expr.c b/tgt-vvp/eval_expr.c index 9dee5abac..aa08e3c72 100644 --- a/tgt-vvp/eval_expr.c +++ b/tgt-vvp/eval_expr.c @@ -16,8 +16,8 @@ * 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) -#ident "$Id: eval_expr.c,v 1.68 2002/08/05 04:18:45 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: eval_expr.c,v 1.69 2002/08/12 01:35:03 steve Exp $" #endif # include "vvp_priv.h" @@ -1726,6 +1726,9 @@ struct vector_info draw_eval_expr(ivl_expr_t exp) /* * $Log: eval_expr.c,v $ + * Revision 1.69 2002/08/12 01:35:03 steve + * conditional ident string using autoconfig. + * * Revision 1.68 2002/08/05 04:18:45 steve * Store only the base name of memories. * diff --git a/tgt-vvp/vvp.c b/tgt-vvp/vvp.c index 68077405d..a5a5c877e 100644 --- a/tgt-vvp/vvp.c +++ b/tgt-vvp/vvp.c @@ -16,8 +16,8 @@ * 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: vvp.c,v 1.14 2002/08/11 23:47:04 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vvp.c,v 1.15 2002/08/12 01:35:03 steve Exp $" #endif /* @@ -104,6 +104,9 @@ int target_design(ivl_design_t des) /* * $Log: vvp.c,v $ + * Revision 1.15 2002/08/12 01:35:03 steve + * conditional ident string using autoconfig. + * * Revision 1.14 2002/08/11 23:47:04 steve * Add missing Log and Ident strings. * diff --git a/tgt-vvp/vvp_priv.h b/tgt-vvp/vvp_priv.h index 555651870..afb415a4e 100644 --- a/tgt-vvp/vvp_priv.h +++ b/tgt-vvp/vvp_priv.h @@ -18,8 +18,8 @@ * 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) -#ident "$Id: vvp_priv.h,v 1.17 2002/08/04 18:28:15 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vvp_priv.h,v 1.18 2002/08/12 01:35:04 steve Exp $" #endif # include "ivl_target.h" @@ -108,6 +108,9 @@ extern unsigned thread_count; /* * $Log: vvp_priv.h,v $ + * Revision 1.18 2002/08/12 01:35:04 steve + * conditional ident string using autoconfig. + * * Revision 1.17 2002/08/04 18:28:15 steve * Do not use hierarchical names of memories to * generate vvp labels. -tdll target does not diff --git a/tgt-vvp/vvp_process.c b/tgt-vvp/vvp_process.c index fe31705e8..ac3159ed9 100644 --- a/tgt-vvp/vvp_process.c +++ b/tgt-vvp/vvp_process.c @@ -16,8 +16,8 @@ * 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) -#ident "$Id: vvp_process.c,v 1.62 2002/08/07 00:54:39 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vvp_process.c,v 1.63 2002/08/12 01:35:04 steve Exp $" #endif # include "vvp_priv.h" @@ -1226,6 +1226,9 @@ int draw_func_definition(ivl_scope_t scope) /* * $Log: vvp_process.c,v $ + * Revision 1.63 2002/08/12 01:35:04 steve + * conditional ident string using autoconfig. + * * Revision 1.62 2002/08/07 00:54:39 steve * Add force to nets. * diff --git a/tgt-vvp/vvp_scope.c b/tgt-vvp/vvp_scope.c index 7d6b62ee4..dbb4ffb9a 100644 --- a/tgt-vvp/vvp_scope.c +++ b/tgt-vvp/vvp_scope.c @@ -16,8 +16,8 @@ * 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) -#ident "$Id: vvp_scope.c,v 1.76 2002/08/04 18:28:15 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vvp_scope.c,v 1.77 2002/08/12 01:35:04 steve Exp $" #endif # include "vvp_priv.h" @@ -1488,6 +1488,9 @@ int draw_scope(ivl_scope_t net, ivl_scope_t parent) /* * $Log: vvp_scope.c,v $ + * Revision 1.77 2002/08/12 01:35:04 steve + * conditional ident string using autoconfig. + * * Revision 1.76 2002/08/04 18:28:15 steve * Do not use hierarchical names of memories to * generate vvp labels. -tdll target does not diff --git a/util.h b/util.h index dafbfc331..777831923 100644 --- a/util.h +++ b/util.h @@ -18,8 +18,8 @@ * 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: util.h,v 1.5 2002/05/23 03:08:52 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: util.h,v 1.6 2002/08/12 01:35:01 steve Exp $" #endif # include @@ -51,6 +51,9 @@ extern attrib_list_t* evaluate_attributes(const map&att, /* * $Log: util.h,v $ + * Revision 1.6 2002/08/12 01:35:01 steve + * conditional ident string using autoconfig. + * * Revision 1.5 2002/05/23 03:08:52 steve * Add language support for Verilog-2001 attribute * syntax. Hook this support into existing $attribute diff --git a/verinum.cc b/verinum.cc index 213d64fb8..964dcb0ca 100644 --- a/verinum.cc +++ b/verinum.cc @@ -16,8 +16,8 @@ * 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: verinum.cc,v 1.33 2002/04/27 23:26:24 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: verinum.cc,v 1.34 2002/08/12 01:35:01 steve Exp $" #endif # include "config.h" @@ -802,6 +802,9 @@ verinum::V operator & (verinum::V l, verinum::V r) /* * $Log: verinum.cc,v $ + * Revision 1.34 2002/08/12 01:35:01 steve + * conditional ident string using autoconfig. + * * Revision 1.33 2002/04/27 23:26:24 steve * Trim leading nulls from string forms. * diff --git a/verinum.h b/verinum.h index 152e07b6b..20d9036f8 100644 --- a/verinum.h +++ b/verinum.h @@ -18,8 +18,8 @@ * 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: verinum.h,v 1.19 2002/06/03 04:04:24 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: verinum.h,v 1.20 2002/08/12 01:35:01 steve Exp $" #endif # include @@ -130,6 +130,9 @@ extern verinum v_not(const verinum&left); /* * $Log: verinum.h,v $ + * Revision 1.20 2002/08/12 01:35:01 steve + * conditional ident string using autoconfig. + * * Revision 1.19 2002/06/03 04:04:24 steve * Add verinum != operator. * diff --git a/verireal.cc b/verireal.cc index 13a3bc442..92692d309 100644 --- a/verireal.cc +++ b/verireal.cc @@ -16,8 +16,8 @@ * 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: verireal.cc,v 1.7 2002/06/15 02:35:49 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: verireal.cc,v 1.8 2002/08/12 01:35:01 steve Exp $" #endif # include "config.h" @@ -140,6 +140,9 @@ ostream& operator<< (ostream&out, const verireal&v) /* * $Log: verireal.cc,v $ + * Revision 1.8 2002/08/12 01:35:01 steve + * conditional ident string using autoconfig. + * * Revision 1.7 2002/06/15 02:35:49 steve * Rounding error. * diff --git a/verireal.h b/verireal.h index d0938aa48..524019ce7 100644 --- a/verireal.h +++ b/verireal.h @@ -18,8 +18,8 @@ * 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: verireal.h,v 1.5 2001/11/06 06:11:55 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: verireal.h,v 1.6 2002/08/12 01:35:01 steve Exp $" #endif #ifdef HAVE_IOSFWD @@ -65,6 +65,9 @@ extern verireal operator* (const verireal&, const verireal&); /* * $Log: verireal.h,v $ + * Revision 1.6 2002/08/12 01:35:01 steve + * conditional ident string using autoconfig. + * * Revision 1.5 2001/11/06 06:11:55 steve * Support more real arithmetic in delay constants. * diff --git a/veriuser.h b/veriuser.h index 4109409f2..9008ca9f0 100644 --- a/veriuser.h +++ b/veriuser.h @@ -18,8 +18,8 @@ * 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: veriuser.h,v 1.16 2002/06/11 03:29:14 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: veriuser.h,v 1.17 2002/08/12 01:35:01 steve Exp $" #endif /* @@ -130,6 +130,9 @@ EXTERN_C_END /* * $Log: veriuser.h,v $ + * Revision 1.17 2002/08/12 01:35:01 steve + * conditional ident string using autoconfig. + * * Revision 1.16 2002/06/11 03:29:14 steve * Get tf_asynchon/off name right. * diff --git a/vpi/lxt_write.c b/vpi/lxt_write.c index d7900326d..db603792d 100644 --- a/vpi/lxt_write.c +++ b/vpi/lxt_write.c @@ -19,8 +19,8 @@ * 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 $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: lxt_write.c,v 1.3 2002/08/12 01:35:04 steve Exp $" #endif #include "lxt_write.h" @@ -1532,6 +1532,9 @@ return(rc); /* * $Log: lxt_write.c,v $ + * Revision 1.3 2002/08/12 01:35:04 steve + * conditional ident string using autoconfig. + * * 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 c08a279a6..633c5320a 100644 --- a/vpi/lxt_write.h +++ b/vpi/lxt_write.h @@ -19,8 +19,8 @@ * 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 $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: lxt_write.h,v 1.3 2002/08/12 01:35:04 steve Exp $" #endif #ifndef DEFS_LXT_H @@ -160,6 +160,9 @@ int lt_emit_value_bit_string(struct lt_trace *lt, struct lt_symbol *s, unsign /* * $Log: lxt_write.h,v $ + * Revision 1.3 2002/08/12 01:35:04 steve + * conditional ident string using autoconfig. + * * 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 7f0ee076d..2b2d1f8aa 100644 --- a/vpi/mt19937int.c +++ b/vpi/mt19937int.c @@ -10,8 +10,8 @@ * * 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 $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: mt19937int.c,v 1.3 2002/08/12 01:35:04 steve Exp $" #endif /* A C-program for MT19937: Integer version (1998/4/6) */ @@ -118,6 +118,9 @@ genrand() /* * $Log: mt19937int.c,v $ + * Revision 1.3 2002/08/12 01:35:04 steve + * conditional ident string using autoconfig. + * * Revision 1.2 2002/08/11 23:47:04 steve * Add missing Log and Ident strings. * diff --git a/vpi/sys_deposit.c b/vpi/sys_deposit.c index 02b787d38..df2bea4c3 100644 --- a/vpi/sys_deposit.c +++ b/vpi/sys_deposit.c @@ -17,8 +17,8 @@ * 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: sys_deposit.c,v 1.2 2001/07/25 03:10:50 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: sys_deposit.c,v 1.3 2002/08/12 01:35:04 steve Exp $" #endif # include "config.h" @@ -79,6 +79,9 @@ void sys_deposit_register() /* * $Log: sys_deposit.c,v $ + * Revision 1.3 2002/08/12 01:35:04 steve + * conditional ident string using autoconfig. + * * Revision 1.2 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/vpi/sys_display.c b/vpi/sys_display.c index 49504fab2..11fcd8287 100644 --- a/vpi/sys_display.c +++ b/vpi/sys_display.c @@ -16,8 +16,8 @@ * 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: sys_display.c,v 1.41 2002/07/25 03:35:51 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: sys_display.c,v 1.42 2002/08/12 01:35:04 steve Exp $" #endif # include "config.h" @@ -1348,6 +1348,9 @@ void sys_display_register() /* * $Log: sys_display.c,v $ + * Revision 1.42 2002/08/12 01:35:04 steve + * conditional ident string using autoconfig. + * * Revision 1.41 2002/07/25 03:35:51 steve * Add monitoron and monitoroff system tasks. * diff --git a/vpi/sys_finish.c b/vpi/sys_finish.c index 923f933d9..1ca818c58 100644 --- a/vpi/sys_finish.c +++ b/vpi/sys_finish.c @@ -16,8 +16,8 @@ * 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: sys_finish.c,v 1.6 2001/07/25 03:10:50 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: sys_finish.c,v 1.7 2002/08/12 01:35:04 steve Exp $" #endif # include "config.h" @@ -51,6 +51,9 @@ void sys_finish_register() /* * $Log: sys_finish.c,v $ + * Revision 1.7 2002/08/12 01:35:04 steve + * conditional ident string using autoconfig. + * * Revision 1.6 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/vpi/sys_lxt.c b/vpi/sys_lxt.c index f6b4ed644..8920fda0e 100644 --- a/vpi/sys_lxt.c +++ b/vpi/sys_lxt.c @@ -16,8 +16,8 @@ * 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: sys_lxt.c,v 1.9 2002/07/17 05:13:43 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: sys_lxt.c,v 1.10 2002/08/12 01:35:04 steve Exp $" #endif # include "config.h" @@ -813,6 +813,9 @@ void sys_lxt_register() /* * $Log: sys_lxt.c,v $ + * Revision 1.10 2002/08/12 01:35:04 steve + * conditional ident string using autoconfig. + * * Revision 1.9 2002/07/17 05:13:43 steve * Implementation of vpi_handle_by_name, and * add the vpiVariables iterator. diff --git a/vpi/sys_plusargs.c b/vpi/sys_plusargs.c index aa8e30e67..091c19a9b 100644 --- a/vpi/sys_plusargs.c +++ b/vpi/sys_plusargs.c @@ -16,8 +16,8 @@ * 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: sys_plusargs.c,v 1.3 2002/08/11 23:47:04 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: sys_plusargs.c,v 1.4 2002/08/12 01:35:05 steve Exp $" #endif # include @@ -329,6 +329,9 @@ void sys_plusargs_register() /* * $Log: sys_plusargs.c,v $ + * Revision 1.4 2002/08/12 01:35:05 steve + * conditional ident string using autoconfig. + * * Revision 1.3 2002/08/11 23:47:04 steve * Add missing Log and Ident strings. * diff --git a/vpi/sys_random.c b/vpi/sys_random.c index f38917cef..83e60b493 100644 --- a/vpi/sys_random.c +++ b/vpi/sys_random.c @@ -16,8 +16,8 @@ * 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: sys_random.c,v 1.4 2001/07/25 03:10:50 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: sys_random.c,v 1.5 2002/08/12 01:35:05 steve Exp $" #endif # include "config.h" @@ -170,6 +170,9 @@ void sys_random_register() /* * $Log: sys_random.c,v $ + * Revision 1.5 2002/08/12 01:35:05 steve + * conditional ident string using autoconfig. + * * 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/vpi/sys_readmem.c b/vpi/sys_readmem.c index c563dfbeb..6da793db9 100644 --- a/vpi/sys_readmem.c +++ b/vpi/sys_readmem.c @@ -16,8 +16,8 @@ * 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: sys_readmem.c,v 1.10 2002/02/06 04:50:22 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: sys_readmem.c,v 1.11 2002/08/12 01:35:05 steve Exp $" #endif # include "config.h" @@ -541,6 +541,9 @@ void sys_readmem_register() /* * $Log: sys_readmem.c,v $ + * Revision 1.11 2002/08/12 01:35:05 steve + * conditional ident string using autoconfig. + * * Revision 1.10 2002/02/06 04:50:22 steve * Add writememb (Tom Verbeure) * diff --git a/vpi/sys_readmem_lex.h b/vpi/sys_readmem_lex.h index f5980bc55..903f69532 100644 --- a/vpi/sys_readmem_lex.h +++ b/vpi/sys_readmem_lex.h @@ -18,8 +18,8 @@ * 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: sys_readmem_lex.h,v 1.3 2000/08/20 17:49:05 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: sys_readmem_lex.h,v 1.4 2002/08/12 01:35:05 steve Exp $" #endif # include @@ -34,6 +34,9 @@ extern int readmemlex(); /* * $Log: sys_readmem_lex.h,v $ + * Revision 1.4 2002/08/12 01:35:05 steve + * conditional ident string using autoconfig. + * * Revision 1.3 2000/08/20 17:49:05 steve * Clean up warnings and portability issues. * diff --git a/vpi/sys_table.c b/vpi/sys_table.c index b6f5b3bbd..d83660551 100644 --- a/vpi/sys_table.c +++ b/vpi/sys_table.c @@ -16,8 +16,8 @@ * 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: sys_table.c,v 1.16 2002/04/07 04:37:53 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: sys_table.c,v 1.17 2002/08/12 01:35:05 steve Exp $" #endif # include "config.h" @@ -86,6 +86,9 @@ void (*vlog_startup_routines[])() = { /* * $Log: sys_table.c,v $ + * Revision 1.17 2002/08/12 01:35:05 steve + * conditional ident string using autoconfig. + * * Revision 1.16 2002/04/07 04:37:53 steve * Add $plusargs system functions. * diff --git a/vpi/sys_time.c b/vpi/sys_time.c index 20095ca10..202662da6 100644 --- a/vpi/sys_time.c +++ b/vpi/sys_time.c @@ -16,8 +16,8 @@ * 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: sys_time.c,v 1.3 2002/01/11 05:20:59 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: sys_time.c,v 1.4 2002/08/12 01:35:05 steve Exp $" #endif # include "config.h" @@ -76,6 +76,9 @@ void sys_time_register() /* * $Log: sys_time.c,v $ + * Revision 1.4 2002/08/12 01:35:05 steve + * conditional ident string using autoconfig. + * * Revision 1.3 2002/01/11 05:20:59 steve * Add the stime system function. * diff --git a/vpi/sys_vcd.c b/vpi/sys_vcd.c index 29b683591..00ac2eb8d 100644 --- a/vpi/sys_vcd.c +++ b/vpi/sys_vcd.c @@ -16,8 +16,8 @@ * 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: sys_vcd.c,v 1.35 2002/07/17 05:13:43 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: sys_vcd.c,v 1.36 2002/08/12 01:35:05 steve Exp $" #endif # include "config.h" @@ -801,6 +801,9 @@ void sys_vcd_register() /* * $Log: sys_vcd.c,v $ + * Revision 1.36 2002/08/12 01:35:05 steve + * conditional ident string using autoconfig. + * * Revision 1.35 2002/07/17 05:13:43 steve * Implementation of vpi_handle_by_name, and * add the vpiVariables iterator. diff --git a/vpi_user.h b/vpi_user.h index 744a19a78..e29184223 100644 --- a/vpi_user.h +++ b/vpi_user.h @@ -18,8 +18,8 @@ * 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: vpi_user.h,v 1.14 2002/07/19 01:57:26 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vpi_user.h,v 1.15 2002/08/12 01:35:01 steve Exp $" #endif @@ -359,6 +359,9 @@ EXTERN_C_END /* * $Log: vpi_user.h,v $ + * Revision 1.15 2002/08/12 01:35:01 steve + * conditional ident string using autoconfig. + * * Revision 1.14 2002/07/19 01:57:26 steve * Add vpi_chk_error and vpi_control functions. * diff --git a/vpip/vpi_bit.c b/vpip/vpi_bit.c index d188d624c..3829ad328 100644 --- a/vpip/vpi_bit.c +++ b/vpip/vpi_bit.c @@ -16,8 +16,8 @@ * 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: vpi_bit.c,v 1.1 2001/03/14 19:27:44 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vpi_bit.c,v 1.2 2002/08/12 01:35:05 steve Exp $" #endif # include "vpi_priv.h" @@ -134,6 +134,9 @@ vpip_bit_t vpip_bits_resolve(const vpip_bit_t*bits, unsigned nbits) /* * $Log: vpi_bit.c,v $ + * Revision 1.2 2002/08/12 01:35:05 steve + * conditional ident string using autoconfig. + * * Revision 1.1 2001/03/14 19:27:44 steve * Rearrange VPI support libraries. * diff --git a/vpip/vpi_callback.c b/vpip/vpi_callback.c index cbc689635..e6645153a 100644 --- a/vpip/vpi_callback.c +++ b/vpip/vpi_callback.c @@ -16,8 +16,8 @@ * 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: vpi_callback.c,v 1.1 2001/03/14 19:27:44 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vpi_callback.c,v 1.2 2002/08/12 01:35:05 steve Exp $" #endif # include "vpi_priv.h" @@ -191,6 +191,9 @@ int vpi_remove_cb(vpiHandle ref) /* * $Log: vpi_callback.c,v $ + * Revision 1.2 2002/08/12 01:35:05 steve + * conditional ident string using autoconfig. + * * Revision 1.1 2001/03/14 19:27:44 steve * Rearrange VPI support libraries. * diff --git a/vpip/vpi_const.c b/vpip/vpi_const.c index e36c79d7a..9531060a1 100644 --- a/vpip/vpi_const.c +++ b/vpip/vpi_const.c @@ -16,8 +16,8 @@ * 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: vpi_const.c,v 1.2 2001/04/24 15:47:37 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vpi_const.c,v 1.3 2002/08/12 01:35:05 steve Exp $" #endif # include "vpi_priv.h" @@ -456,6 +456,9 @@ vpiHandle vpip_make_number_const(struct __vpiNumberConst*ref, /* * $Log: vpi_const.c,v $ + * Revision 1.3 2002/08/12 01:35:05 steve + * conditional ident string using autoconfig. + * * Revision 1.2 2001/04/24 15:47:37 steve * Fix setting StX in vpip_bits_set_value. * diff --git a/vpip/vpi_iter.c b/vpip/vpi_iter.c index ff967708f..a9bdd5a45 100644 --- a/vpip/vpi_iter.c +++ b/vpip/vpi_iter.c @@ -16,8 +16,8 @@ * 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: vpi_iter.c,v 1.1 2001/03/14 19:27:44 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vpi_iter.c,v 1.2 2002/08/12 01:35:05 steve Exp $" #endif /* @@ -68,6 +68,9 @@ vpiHandle vpi_scan(vpiHandle ref) /* * $Log: vpi_iter.c,v $ + * Revision 1.2 2002/08/12 01:35:05 steve + * conditional ident string using autoconfig. + * * Revision 1.1 2001/03/14 19:27:44 steve * Rearrange VPI support libraries. * diff --git a/vpip/vpi_mcd.c b/vpip/vpi_mcd.c index 4e4238c2b..28fdb1f57 100644 --- a/vpip/vpi_mcd.c +++ b/vpip/vpi_mcd.c @@ -16,8 +16,8 @@ * 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: vpi_mcd.c,v 1.5 2002/08/11 23:47:04 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vpi_mcd.c,v 1.6 2002/08/12 01:35:05 steve Exp $" #endif # include "vpi_priv.h" @@ -148,6 +148,9 @@ int vpi_mcd_fgetc(unsigned int mcd) /* * $Log: vpi_mcd.c,v $ + * Revision 1.6 2002/08/12 01:35:05 steve + * conditional ident string using autoconfig. + * * Revision 1.5 2002/08/11 23:47:04 steve * Add missing Log and Ident strings. * diff --git a/vpip/vpi_memory.c b/vpip/vpi_memory.c index 94ecc96b5..71323b68f 100644 --- a/vpip/vpi_memory.c +++ b/vpip/vpi_memory.c @@ -25,8 +25,8 @@ * binary (compiled) form. If you have not received it, contact * Picture Elements, Inc., 777 Panoramic Way, Berkeley, CA 94704. */ -#if !defined(WINNT) && !defined(macintosh) -#ident "$Id: vpi_memory.c,v 1.2 2001/10/26 02:29:10 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vpi_memory.c,v 1.3 2002/08/12 01:35:05 steve Exp $" #endif # include "vpi_priv.h" @@ -201,6 +201,9 @@ vpiHandle vpip_make_memory(struct __vpiMemory*ref, const char*name, } /* * $Log: vpi_memory.c,v $ + * Revision 1.3 2002/08/12 01:35:05 steve + * conditional ident string using autoconfig. + * * Revision 1.2 2001/10/26 02:29:10 steve * const/non-const warnings. (Stephan Boettcher) * diff --git a/vpip/vpi_null.c b/vpip/vpi_null.c index 515a86d7f..de3692d68 100644 --- a/vpip/vpi_null.c +++ b/vpip/vpi_null.c @@ -16,8 +16,8 @@ * 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: vpi_null.c,v 1.1 2001/03/14 19:27:44 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vpi_null.c,v 1.2 2002/08/12 01:35:05 steve Exp $" #endif # include "vpi_priv.h" @@ -43,6 +43,9 @@ extern struct __vpiNull *vpip_get_null(void) /* * $Log: vpi_null.c,v $ + * Revision 1.2 2002/08/12 01:35:05 steve + * conditional ident string using autoconfig. + * * Revision 1.1 2001/03/14 19:27:44 steve * Rearrange VPI support libraries. * diff --git a/vpip/vpi_priv.c b/vpip/vpi_priv.c index 241782f08..d2ab86fbf 100644 --- a/vpip/vpi_priv.c +++ b/vpip/vpi_priv.c @@ -16,8 +16,8 @@ * 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: vpi_priv.c,v 1.4 2001/10/26 02:29:10 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vpi_priv.c,v 1.5 2002/08/12 01:35:05 steve Exp $" #endif # include "vpi_priv.h" @@ -241,6 +241,9 @@ void vpi_register_systf(const struct t_vpi_systf_data*systf) /* * $Log: vpi_priv.c,v $ + * Revision 1.5 2002/08/12 01:35:05 steve + * conditional ident string using autoconfig. + * * Revision 1.4 2001/10/26 02:29:10 steve * const/non-const warnings. (Stephan Boettcher) * diff --git a/vpip/vpi_priv.h b/vpip/vpi_priv.h index 05e9fbbbb..d533e342b 100644 --- a/vpip/vpi_priv.h +++ b/vpip/vpi_priv.h @@ -18,8 +18,8 @@ * 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: vpi_priv.h,v 1.2 2001/10/26 02:29:10 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vpi_priv.h,v 1.3 2002/08/12 01:35:06 steve Exp $" #endif /* @@ -412,6 +412,9 @@ extern int vpip_finished(); /* * $Log: vpi_priv.h,v $ + * Revision 1.3 2002/08/12 01:35:06 steve + * conditional ident string using autoconfig. + * * Revision 1.2 2001/10/26 02:29:10 steve * const/non-const warnings. (Stephan Boettcher) * diff --git a/vpip/vpi_scope.c b/vpip/vpi_scope.c index 6881346e1..ed1a3bcad 100644 --- a/vpip/vpi_scope.c +++ b/vpip/vpi_scope.c @@ -16,8 +16,8 @@ * 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: vpi_scope.c,v 1.2 2001/10/21 23:37:49 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vpi_scope.c,v 1.3 2002/08/12 01:35:06 steve Exp $" #endif # include "vpi_priv.h" @@ -150,6 +150,9 @@ void vpip_attach_to_scope(struct __vpiScope*ref, vpiHandle obj) /* * $Log: vpi_scope.c,v $ + * Revision 1.3 2002/08/12 01:35:06 steve + * conditional ident string using autoconfig. + * * Revision 1.2 2001/10/21 23:37:49 steve * Kill const-nonconst warning. * diff --git a/vpip/vpi_signal.c b/vpip/vpi_signal.c index a5281b61a..ce910a1bd 100644 --- a/vpip/vpi_signal.c +++ b/vpip/vpi_signal.c @@ -16,8 +16,8 @@ * 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: vpi_signal.c,v 1.2 2001/10/26 02:29:10 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vpi_signal.c,v 1.3 2002/08/12 01:35:06 steve Exp $" #endif # include "vpi_priv.h" @@ -127,6 +127,9 @@ vpiHandle vpip_make_reg(struct __vpiSignal*ref, const char*name, /* * $Log: vpi_signal.c,v $ + * Revision 1.3 2002/08/12 01:35:06 steve + * conditional ident string using autoconfig. + * * Revision 1.2 2001/10/26 02:29:10 steve * const/non-const warnings. (Stephan Boettcher) * diff --git a/vpip/vpi_simulation.c b/vpip/vpi_simulation.c index 6c1b79834..648c4a1bc 100644 --- a/vpip/vpi_simulation.c +++ b/vpip/vpi_simulation.c @@ -16,8 +16,8 @@ * 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: vpi_simulation.c,v 1.2 2001/06/12 03:53:10 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vpi_simulation.c,v 1.3 2002/08/12 01:35:06 steve Exp $" #endif # include "vpi_priv.h" @@ -211,6 +211,9 @@ void vpip_simulation_run() /* * $Log: vpi_simulation.c,v $ + * Revision 1.3 2002/08/12 01:35:06 steve + * conditional ident string using autoconfig. + * * Revision 1.2 2001/06/12 03:53:10 steve * Change the VPI call process so that loaded .vpi modules * use a function table instead of implicit binding. diff --git a/vpip/vpi_systask.c b/vpip/vpi_systask.c index 9be876434..392d5243c 100644 --- a/vpip/vpi_systask.c +++ b/vpip/vpi_systask.c @@ -16,8 +16,8 @@ * 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: vpi_systask.c,v 1.4 2001/09/30 16:45:10 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vpi_systask.c,v 1.5 2002/08/12 01:35:06 steve Exp $" #endif # include "vpi_priv.h" @@ -120,6 +120,9 @@ const struct __vpirt *vpip_get_sysfunc_rt(void) /* * $Log: vpi_systask.c,v $ + * Revision 1.5 2002/08/12 01:35:06 steve + * conditional ident string using autoconfig. + * * Revision 1.4 2001/09/30 16:45:10 steve * Fix some Cygwin DLL handling. (Venkat Iyer) * diff --git a/vpip/vpi_time.c b/vpip/vpi_time.c index 874918712..b4f0a0073 100644 --- a/vpip/vpi_time.c +++ b/vpip/vpi_time.c @@ -16,8 +16,8 @@ * 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: vpi_time.c,v 1.1 2001/03/14 19:27:44 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vpi_time.c,v 1.2 2002/08/12 01:35:06 steve Exp $" #endif # include "vpi_priv.h" @@ -75,6 +75,9 @@ vpiHandle vpip_make_time_var(struct __vpiTimeVar*ref, const char*val) /* * $Log: vpi_time.c,v $ + * Revision 1.2 2002/08/12 01:35:06 steve + * conditional ident string using autoconfig. + * * Revision 1.1 2001/03/14 19:27:44 steve * Rearrange VPI support libraries. * diff --git a/vpip/vpi_vlog_info.c b/vpip/vpi_vlog_info.c index dc572564e..696a34c4c 100644 --- a/vpip/vpi_vlog_info.c +++ b/vpip/vpi_vlog_info.c @@ -16,8 +16,8 @@ * 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: vpi_vlog_info.c,v 1.2 2002/08/11 23:47:05 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vpi_vlog_info.c,v 1.3 2002/08/12 01:35:06 steve Exp $" #endif #include @@ -82,6 +82,9 @@ vpip_set_vlog_info(int argc, char** argv) /* * $Log: vpi_vlog_info.c,v $ + * Revision 1.3 2002/08/12 01:35:06 steve + * conditional ident string using autoconfig. + * * 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 53d1e99ed..7b7a1c8b7 100644 --- a/vpithunk.c +++ b/vpithunk.c @@ -16,8 +16,8 @@ * 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 $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vpithunk.c,v 1.6 2002/08/12 01:35:01 steve Exp $" #endif #include @@ -232,6 +232,9 @@ extern int vpi_chk_error(p_vpi_error_info info) /* * $Log: vpithunk.c,v $ + * Revision 1.6 2002/08/12 01:35:01 steve + * conditional ident string using autoconfig. + * * 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 f74077249..4fc3838c7 100644 --- a/vpithunk.h +++ b/vpithunk.h @@ -19,8 +19,8 @@ * 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 $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vpithunk.h,v 1.4 2002/08/12 01:35:01 steve Exp $" #endif /* These functions are actually defined in lieu of the vpi functions @@ -75,6 +75,9 @@ DLLEXPORT int vpi_register_sim(p_vpi_thunk tp); /* * $Log: vpithunk.h,v $ + * Revision 1.4 2002/08/12 01:35:01 steve + * conditional ident string using autoconfig. + * * Revision 1.3 2002/08/11 23:47:04 steve * Add missing Log and Ident strings. * diff --git a/vvm/ivl_dlfcn.h b/vvm/ivl_dlfcn.h index 369835715..8f88f9e5d 100644 --- a/vvm/ivl_dlfcn.h +++ b/vvm/ivl_dlfcn.h @@ -18,8 +18,8 @@ * 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: ivl_dlfcn.h,v 1.4 2002/01/23 04:54:38 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: ivl_dlfcn.h,v 1.5 2002/08/12 01:35:06 steve Exp $" #endif #if defined(__MINGW32__) @@ -77,6 +77,9 @@ inline const char*dlerror(void) /* * $Log: ivl_dlfcn.h,v $ + * Revision 1.5 2002/08/12 01:35:06 steve + * conditional ident string using autoconfig. + * * Revision 1.4 2002/01/23 04:54:38 steve * Load modules with RTLD_LAZY * diff --git a/vvm/machine.h b/vvm/machine.h index 1bc5b90c0..9a7c227bb 100644 --- a/vvm/machine.h +++ b/vvm/machine.h @@ -18,8 +18,8 @@ * 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: machine.h,v 1.2 2000/02/23 02:56:56 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: machine.h,v 1.3 2002/08/12 01:35:06 steve Exp $" #endif #ifdef NEED_LU @@ -36,6 +36,9 @@ /* * $Log: machine.h,v $ + * Revision 1.3 2002/08/12 01:35:06 steve + * conditional ident string using autoconfig. + * * Revision 1.2 2000/02/23 02:56:56 steve * Macintosh compilers do not support ident. * diff --git a/vvm/vvm.h b/vvm/vvm.h index fc415e793..cf981d83a 100644 --- a/vvm/vvm.h +++ b/vvm/vvm.h @@ -18,8 +18,8 @@ * 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: vvm.h,v 1.37 2001/01/16 02:44:18 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vvm.h,v 1.38 2002/08/12 01:35:06 steve Exp $" #endif # include @@ -123,6 +123,9 @@ class vvm_event { /* * $Log: vvm.h,v $ + * Revision 1.38 2002/08/12 01:35:06 steve + * conditional ident string using autoconfig. + * * Revision 1.37 2001/01/16 02:44:18 steve * Use the iosfwd header if available. * diff --git a/vvm/vvm_add_sub.cc b/vvm/vvm_add_sub.cc index 71a745508..16ec09990 100644 --- a/vvm/vvm_add_sub.cc +++ b/vvm/vvm_add_sub.cc @@ -16,8 +16,8 @@ * 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: vvm_add_sub.cc,v 1.3 2001/07/25 03:10:50 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vvm_add_sub.cc,v 1.4 2002/08/12 01:35:06 steve Exp $" #endif # include "config.h" @@ -116,6 +116,9 @@ void vvm_add_sub::compute_() /* * $Log: vvm_add_sub.cc,v $ + * Revision 1.4 2002/08/12 01:35:06 steve + * conditional ident string using autoconfig. + * * Revision 1.3 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/vvm/vvm_bit.cc b/vvm/vvm_bit.cc index a710f0124..a93fb483b 100644 --- a/vvm/vvm_bit.cc +++ b/vvm/vvm_bit.cc @@ -16,8 +16,8 @@ * 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: vvm_bit.cc,v 1.14 2001/07/25 03:10:50 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vvm_bit.cc,v 1.15 2002/08/12 01:35:06 steve Exp $" #endif # include "config.h" @@ -91,6 +91,9 @@ vpip_bit_t add_with_carry(vpip_bit_t l, vpip_bit_t r, vpip_bit_t&carry) /* * $Log: vvm_bit.cc,v $ + * Revision 1.15 2002/08/12 01:35:06 steve + * conditional ident string using autoconfig. + * * Revision 1.14 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/vvm/vvm_calltf.cc b/vvm/vvm_calltf.cc index 237d828a8..ee162abed 100644 --- a/vvm/vvm_calltf.cc +++ b/vvm/vvm_calltf.cc @@ -16,8 +16,8 @@ * 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: vvm_calltf.cc,v 1.15 2001/09/15 18:27:04 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vvm_calltf.cc,v 1.16 2002/08/12 01:35:06 steve Exp $" #endif # include "config.h" @@ -139,6 +139,9 @@ void vvm_load_vpi_module(const char*name) /* * $Log: vvm_calltf.cc,v $ + * Revision 1.16 2002/08/12 01:35:06 steve + * conditional ident string using autoconfig. + * * Revision 1.15 2001/09/15 18:27:04 steve * Make configure detect malloc.h * diff --git a/vvm/vvm_calltf.h b/vvm/vvm_calltf.h index 8f9810763..d6b6deb33 100644 --- a/vvm/vvm_calltf.h +++ b/vvm/vvm_calltf.h @@ -18,8 +18,8 @@ * 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: vvm_calltf.h,v 1.5 2000/02/23 02:56:56 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vvm_calltf.h,v 1.6 2002/08/12 01:35:06 steve Exp $" #endif # include "vvm.h" @@ -35,6 +35,9 @@ extern void vvm_load_vpi_module(const char*path); /* * $Log: vvm_calltf.h,v $ + * Revision 1.6 2002/08/12 01:35:06 steve + * conditional ident string using autoconfig. + * * Revision 1.5 2000/02/23 02:56:56 steve * Macintosh compilers do not support ident. * diff --git a/vvm/vvm_clshift.cc b/vvm/vvm_clshift.cc index 604078e24..5e60d9ad8 100644 --- a/vvm/vvm_clshift.cc +++ b/vvm/vvm_clshift.cc @@ -16,8 +16,8 @@ * 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: vvm_clshift.cc,v 1.3 2001/07/25 03:10:50 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vvm_clshift.cc,v 1.4 2002/08/12 01:35:06 steve Exp $" #endif # include "config.h" @@ -159,6 +159,9 @@ void vvm_clshift::calculate_dist_() /* * $Log: vvm_clshift.cc,v $ + * Revision 1.4 2002/08/12 01:35:06 steve + * conditional ident string using autoconfig. + * * Revision 1.3 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/vvm/vvm_compare.cc b/vvm/vvm_compare.cc index 2392edab5..cc2988e73 100644 --- a/vvm/vvm_compare.cc +++ b/vvm/vvm_compare.cc @@ -16,8 +16,8 @@ * 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: vvm_compare.cc,v 1.3 2001/07/25 03:10:50 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vvm_compare.cc,v 1.4 2002/08/12 01:35:06 steve Exp $" #endif # include "config.h" @@ -118,6 +118,9 @@ void vvm_compare::compute_() /* * $Log: vvm_compare.cc,v $ + * Revision 1.4 2002/08/12 01:35:06 steve + * conditional ident string using autoconfig. + * * Revision 1.3 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/vvm/vvm_event.cc b/vvm/vvm_event.cc index a2f946b10..59dafc45d 100644 --- a/vvm/vvm_event.cc +++ b/vvm/vvm_event.cc @@ -16,8 +16,8 @@ * 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: vvm_event.cc,v 1.6 2001/07/25 03:10:50 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vvm_event.cc,v 1.7 2002/08/12 01:35:06 steve Exp $" #endif # include "config.h" @@ -50,6 +50,9 @@ void vvm_event::callback_(void*cbd) /* * $Log: vvm_event.cc,v $ + * Revision 1.7 2002/08/12 01:35:06 steve + * conditional ident string using autoconfig. + * * Revision 1.6 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/vvm/vvm_ff.cc b/vvm/vvm_ff.cc index 0115a8691..eaf841db9 100644 --- a/vvm/vvm_ff.cc +++ b/vvm/vvm_ff.cc @@ -16,8 +16,8 @@ * 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: vvm_ff.cc,v 1.3 2001/07/25 03:10:50 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vvm_ff.cc,v 1.4 2002/08/12 01:35:06 steve Exp $" #endif # include "config.h" @@ -98,6 +98,9 @@ void vvm_ff::latch_() /* * $Log: vvm_ff.cc,v $ + * Revision 1.4 2002/08/12 01:35:06 steve + * conditional ident string using autoconfig. + * * Revision 1.3 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/vvm/vvm_force.cc b/vvm/vvm_force.cc index 157007018..de8c20d77 100644 --- a/vvm/vvm_force.cc +++ b/vvm/vvm_force.cc @@ -16,8 +16,8 @@ * 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: vvm_force.cc,v 1.4 2001/07/25 03:10:50 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vvm_force.cc,v 1.5 2002/08/12 01:35:06 steve Exp $" #endif # include "config.h" @@ -94,6 +94,9 @@ void vvm_force::release(unsigned key) /* * $Log: vvm_force.cc,v $ + * Revision 1.5 2002/08/12 01:35:06 steve + * conditional ident string using autoconfig. + * * 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/vvm/vvm_func.cc b/vvm/vvm_func.cc index 0f5525045..a3c49cc48 100644 --- a/vvm/vvm_func.cc +++ b/vvm/vvm_func.cc @@ -16,8 +16,8 @@ * 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: vvm_func.cc,v 1.17 2001/07/25 03:10:50 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vvm_func.cc,v 1.18 2002/08/12 01:35:06 steve Exp $" #endif # include "config.h" @@ -641,6 +641,9 @@ void vvm_ternary(vvm_bitset_t&v, vpip_bit_t c, /* * $Log: vvm_func.cc,v $ + * Revision 1.18 2002/08/12 01:35:06 steve + * conditional ident string using autoconfig. + * * Revision 1.17 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/vvm/vvm_func.h b/vvm/vvm_func.h index 9689ed774..580eb9fd0 100644 --- a/vvm/vvm_func.h +++ b/vvm/vvm_func.h @@ -18,8 +18,8 @@ * 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: vvm_func.h,v 1.30 2000/12/11 00:31:44 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vvm_func.h,v 1.31 2002/08/12 01:35:06 steve Exp $" #endif # include "vvm.h" @@ -210,6 +210,9 @@ extern void vvm_ternary(vvm_bitset_t&v, vpip_bit_t c, /* * $Log: vvm_func.h,v $ + * Revision 1.31 2002/08/12 01:35:06 steve + * conditional ident string using autoconfig. + * * Revision 1.30 2000/12/11 00:31:44 steve * Add support for signed reg variables, * simulate in t-vvm signed comparisons. diff --git a/vvm/vvm_gates.cc b/vvm/vvm_gates.cc index 682f45cbf..425b4488e 100644 --- a/vvm/vvm_gates.cc +++ b/vvm/vvm_gates.cc @@ -16,8 +16,8 @@ * 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: vvm_gates.cc,v 1.23 2001/10/14 03:50:53 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vvm_gates.cc,v 1.24 2002/08/12 01:35:06 steve Exp $" #endif # include "config.h" @@ -877,6 +877,9 @@ vvm_pulldown::~vvm_pulldown() /* * $Log: vvm_gates.cc,v $ + * Revision 1.24 2002/08/12 01:35:06 steve + * conditional ident string using autoconfig. + * * Revision 1.23 2001/10/14 03:50:53 steve * vvm support for pullup/down gates (PR#288) * diff --git a/vvm/vvm_gates.h b/vvm/vvm_gates.h index ca45da148..ccbb63fc4 100644 --- a/vvm/vvm_gates.h +++ b/vvm/vvm_gates.h @@ -18,8 +18,8 @@ * 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: vvm_gates.h,v 1.72 2001/10/14 03:50:53 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vvm_gates.h,v 1.73 2002/08/12 01:35:07 steve Exp $" #endif # include "vvm.h" @@ -984,6 +984,9 @@ class vvm_posedge : public vvm_nexus::recvr_t { /* * $Log: vvm_gates.h,v $ + * Revision 1.73 2002/08/12 01:35:07 steve + * conditional ident string using autoconfig. + * * Revision 1.72 2001/10/14 03:50:53 steve * vvm support for pullup/down gates (PR#288) * diff --git a/vvm/vvm_idiv.cc b/vvm/vvm_idiv.cc index dedd1b036..714d6d599 100644 --- a/vvm/vvm_idiv.cc +++ b/vvm/vvm_idiv.cc @@ -16,8 +16,8 @@ * 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: vvm_idiv.cc,v 1.2 2001/07/25 03:10:50 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vvm_idiv.cc,v 1.3 2002/08/12 01:35:07 steve Exp $" #endif # include "config.h" @@ -143,6 +143,9 @@ void vvm_idiv::take_value(unsigned key, vpip_bit_t val) /* * $Log: vvm_idiv.cc,v $ + * Revision 1.3 2002/08/12 01:35:07 steve + * conditional ident string using autoconfig. + * * Revision 1.2 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/vvm/vvm_imod.cc b/vvm/vvm_imod.cc index cb65a74bb..36941e36e 100644 --- a/vvm/vvm_imod.cc +++ b/vvm/vvm_imod.cc @@ -16,8 +16,8 @@ * 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: vvm_imod.cc,v 1.4 2001/07/25 03:10:50 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vvm_imod.cc,v 1.5 2002/08/12 01:35:07 steve Exp $" #endif # include "config.h" @@ -145,6 +145,9 @@ void vvm_imod::take_value(unsigned key, vpip_bit_t val) /* * $Log: vvm_imod.cc,v $ + * Revision 1.5 2002/08/12 01:35:07 steve + * conditional ident string using autoconfig. + * * 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/vvm/vvm_memory.cc b/vvm/vvm_memory.cc index 10c0c610a..8130a909c 100644 --- a/vvm/vvm_memory.cc +++ b/vvm/vvm_memory.cc @@ -16,8 +16,8 @@ * 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: vvm_memory.cc,v 1.3 2001/07/25 03:10:50 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vvm_memory.cc,v 1.4 2002/08/12 01:35:07 steve Exp $" #endif # include "config.h" @@ -105,6 +105,9 @@ void vvm_memory_t::assign_nb::event_function() /* * $Log: vvm_memory.cc,v $ + * Revision 1.4 2002/08/12 01:35:07 steve + * conditional ident string using autoconfig. + * * Revision 1.3 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/vvm/vvm_mult.cc b/vvm/vvm_mult.cc index 3ef2eb566..a876931da 100644 --- a/vvm/vvm_mult.cc +++ b/vvm/vvm_mult.cc @@ -16,8 +16,8 @@ * 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: vvm_mult.cc,v 1.7 2001/07/25 03:10:50 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vvm_mult.cc,v 1.8 2002/08/12 01:35:07 steve Exp $" #endif # include "config.h" @@ -188,6 +188,9 @@ void vvm_mult::take_value(unsigned key, vpip_bit_t val) /* * $Log: vvm_mult.cc,v $ + * Revision 1.8 2002/08/12 01:35:07 steve + * conditional ident string using autoconfig. + * * Revision 1.7 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/vvm/vvm_mux.cc b/vvm/vvm_mux.cc index f898d3ea4..15583104f 100644 --- a/vvm/vvm_mux.cc +++ b/vvm/vvm_mux.cc @@ -16,8 +16,8 @@ * 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: vvm_mux.cc,v 1.3 2001/07/25 03:10:50 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vvm_mux.cc,v 1.4 2002/08/12 01:35:07 steve Exp $" #endif # include "config.h" @@ -144,6 +144,9 @@ void compute_mux(vpip_bit_t*out, unsigned wid, /* * $Log: vvm_mux.cc,v $ + * Revision 1.4 2002/08/12 01:35:07 steve + * conditional ident string using autoconfig. + * * Revision 1.3 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/vvm/vvm_nexus.cc b/vvm/vvm_nexus.cc index 89d851a85..af29f0742 100644 --- a/vvm/vvm_nexus.cc +++ b/vvm/vvm_nexus.cc @@ -16,8 +16,8 @@ * 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: vvm_nexus.cc,v 1.12 2001/07/25 03:10:50 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vvm_nexus.cc,v 1.13 2002/08/12 01:35:07 steve Exp $" #endif # include "config.h" @@ -329,6 +329,9 @@ void vvm_delayed_assign(vvm_nexus&l_val, vpip_bit_t r_val, /* * $Log: vvm_nexus.cc,v $ + * Revision 1.13 2002/08/12 01:35:07 steve + * conditional ident string using autoconfig. + * * Revision 1.12 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/vvm/vvm_nexus.h b/vvm/vvm_nexus.h index 2692f10c4..4d02b1c05 100644 --- a/vvm/vvm_nexus.h +++ b/vvm/vvm_nexus.h @@ -18,8 +18,8 @@ * 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: vvm_nexus.h,v 1.6 2000/11/20 00:58:41 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vvm_nexus.h,v 1.7 2002/08/12 01:35:07 steve Exp $" #endif # include "vvm.h" @@ -166,6 +166,9 @@ extern void vvm_delayed_assign(vvm_nexus&l_val, vpip_bit_t r_val, /* * $Log: vvm_nexus.h,v $ + * Revision 1.7 2002/08/12 01:35:07 steve + * conditional ident string using autoconfig. + * * Revision 1.6 2000/11/20 00:58:41 steve * Add support for supply nets (PR#17) * diff --git a/vvm/vvm_pevent.cc b/vvm/vvm_pevent.cc index 98b6de166..cf391b20b 100644 --- a/vvm/vvm_pevent.cc +++ b/vvm/vvm_pevent.cc @@ -16,8 +16,8 @@ * 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: vvm_pevent.cc,v 1.10 2001/07/25 03:10:51 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vvm_pevent.cc,v 1.11 2002/08/12 01:35:07 steve Exp $" #endif # include "config.h" @@ -159,6 +159,9 @@ void vvm_anyedge::take_value(unsigned key, vpip_bit_t val) /* * $Log: vvm_pevent.cc,v $ + * Revision 1.11 2002/08/12 01:35:07 steve + * conditional ident string using autoconfig. + * * Revision 1.10 2001/07/25 03:10:51 steve * Create a config.h.in file to hold all the config * junk, and support gcc 3.0. (Stephan Boettcher) diff --git a/vvm/vvm_signal.cc b/vvm/vvm_signal.cc index af9503cb1..21930a936 100644 --- a/vvm/vvm_signal.cc +++ b/vvm/vvm_signal.cc @@ -16,8 +16,8 @@ * 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: vvm_signal.cc,v 1.8 2001/07/25 03:10:51 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vvm_signal.cc,v 1.9 2002/08/12 01:35:07 steve Exp $" #endif # include "config.h" @@ -99,6 +99,9 @@ vvm_ram_callback::~vvm_ram_callback() /* * $Log: vvm_signal.cc,v $ + * Revision 1.9 2002/08/12 01:35:07 steve + * conditional ident string using autoconfig. + * * Revision 1.8 2001/07/25 03:10:51 steve * Create a config.h.in file to hold all the config * junk, and support gcc 3.0. (Stephan Boettcher) diff --git a/vvm/vvm_signal.h b/vvm/vvm_signal.h index b003c542c..1dcbc2e5e 100644 --- a/vvm/vvm_signal.h +++ b/vvm/vvm_signal.h @@ -18,8 +18,8 @@ * 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: vvm_signal.h,v 1.12 2001/01/16 02:44:18 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vvm_signal.h,v 1.13 2002/08/12 01:35:07 steve Exp $" #endif # include "vvm.h" @@ -119,6 +119,9 @@ class vvm_memory_t : public __vpiMemory { /* * $Log: vvm_signal.h,v $ + * Revision 1.13 2002/08/12 01:35:07 steve + * conditional ident string using autoconfig. + * * Revision 1.12 2001/01/16 02:44:18 steve * Use the iosfwd header if available. * diff --git a/vvm/vvm_thread.cc b/vvm/vvm_thread.cc index 6cccfb41d..fa28f0144 100644 --- a/vvm/vvm_thread.cc +++ b/vvm/vvm_thread.cc @@ -16,8 +16,8 @@ * 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: vvm_thread.cc,v 1.8 2001/07/25 03:10:51 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vvm_thread.cc,v 1.9 2002/08/12 01:35:07 steve Exp $" #endif # include "config.h" @@ -60,6 +60,9 @@ void vvm_thread::thread_yield(unsigned long delay) /* * $Log: vvm_thread.cc,v $ + * Revision 1.9 2002/08/12 01:35:07 steve + * conditional ident string using autoconfig. + * * Revision 1.8 2001/07/25 03:10:51 steve * Create a config.h.in file to hold all the config * junk, and support gcc 3.0. (Stephan Boettcher) diff --git a/vvm/vvm_thread.h b/vvm/vvm_thread.h index 97d0045fd..20283dd2e 100644 --- a/vvm/vvm_thread.h +++ b/vvm/vvm_thread.h @@ -18,8 +18,8 @@ * 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: vvm_thread.h,v 1.10 2000/10/28 00:51:42 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vvm_thread.h,v 1.11 2002/08/12 01:35:07 steve Exp $" #endif # include "vvm.h" @@ -96,6 +96,9 @@ class vvm_thread { /* * $Log: vvm_thread.h,v $ + * Revision 1.11 2002/08/12 01:35:07 steve + * conditional ident string using autoconfig. + * * Revision 1.10 2000/10/28 00:51:42 steve * Add scope to threads in vvm, pass that scope * to vpi sysTaskFunc objects, and add vpi calls diff --git a/vvm/vvm_udp.cc b/vvm/vvm_udp.cc index 9101e7490..2625ada2e 100644 --- a/vvm/vvm_udp.cc +++ b/vvm/vvm_udp.cc @@ -16,8 +16,8 @@ * 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: vvm_udp.cc,v 1.5 2001/07/25 03:10:51 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vvm_udp.cc,v 1.6 2002/08/12 01:35:07 steve Exp $" #endif # include "config.h" @@ -194,6 +194,9 @@ void vvm_udp_comb::take_value(unsigned key, vpip_bit_t val) /* * $Log: vvm_udp.cc,v $ + * Revision 1.6 2002/08/12 01:35:07 steve + * conditional ident string using autoconfig. + * * Revision 1.5 2001/07/25 03:10:51 steve * Create a config.h.in file to hold all the config * junk, and support gcc 3.0. (Stephan Boettcher) diff --git a/vvm/vvm_vpi.cc b/vvm/vvm_vpi.cc index 65797c314..9c6fa76f7 100644 --- a/vvm/vvm_vpi.cc +++ b/vvm/vvm_vpi.cc @@ -1,5 +1,5 @@ -#if !defined(WINNT) && !defined(macintosh) -#ident "$Id: vvm_vpi.cc,v 1.2 2002/08/11 23:47:05 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vvm_vpi.cc,v 1.3 2002/08/12 01:35:07 steve Exp $" #endif #include @@ -38,6 +38,9 @@ void vvm_vpi_init() /* * $Log: vvm_vpi.cc,v $ + * Revision 1.3 2002/08/12 01:35:07 steve + * conditional ident string using autoconfig. + * * Revision 1.2 2002/08/11 23:47:05 steve * Add missing Log and Ident strings. * diff --git a/vvp/arith.cc b/vvp/arith.cc index 0d172f997..6239f88cf 100644 --- a/vvp/arith.cc +++ b/vvp/arith.cc @@ -16,8 +16,8 @@ * 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) -#ident "$Id: arith.cc,v 1.23 2002/05/07 04:15:43 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: arith.cc,v 1.24 2002/08/12 01:35:07 steve Exp $" #endif # include "arith.h" @@ -551,6 +551,9 @@ void vvp_shiftr::set(vvp_ipoint_t i, bool push, unsigned val, unsigned) /* * $Log: arith.cc,v $ + * Revision 1.24 2002/08/12 01:35:07 steve + * conditional ident string using autoconfig. + * * Revision 1.23 2002/05/07 04:15:43 steve * Fix uninitialized memory accesses. * diff --git a/vvp/arith.h b/vvp/arith.h index 9739d7a5c..94153ae9c 100644 --- a/vvp/arith.h +++ b/vvp/arith.h @@ -18,8 +18,8 @@ * 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) -#ident "$Id: arith.h,v 1.13 2002/05/07 04:15:43 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: arith.h,v 1.14 2002/08/12 01:35:07 steve Exp $" #endif # include "functor.h" @@ -135,6 +135,9 @@ class vvp_shiftr : public vvp_arith_ { /* * $Log: arith.h,v $ + * Revision 1.14 2002/08/12 01:35:07 steve + * conditional ident string using autoconfig. + * * Revision 1.13 2002/05/07 04:15:43 steve * Fix uninitialized memory accesses. * diff --git a/vvp/bufif.cc b/vvp/bufif.cc index 9a6bec001..def48e252 100644 --- a/vvp/bufif.cc +++ b/vvp/bufif.cc @@ -16,8 +16,8 @@ * 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) -#ident "$Id: bufif.cc,v 1.7 2002/07/05 20:08:44 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: bufif.cc,v 1.8 2002/08/12 01:35:07 steve Exp $" #endif # include "bufif.h" @@ -98,6 +98,9 @@ void vvp_bufif_s::set(vvp_ipoint_t ptr, bool push, unsigned v, unsigned) /* * $Log: bufif.cc,v $ + * Revision 1.8 2002/08/12 01:35:07 steve + * conditional ident string using autoconfig. + * * Revision 1.7 2002/07/05 20:08:44 steve * Count different types of functors. * diff --git a/vvp/bufif.h b/vvp/bufif.h index 541663005..074c28fb1 100644 --- a/vvp/bufif.h +++ b/vvp/bufif.h @@ -18,8 +18,8 @@ * 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) -#ident "$Id: bufif.h,v 1.4 2002/07/05 20:08:44 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: bufif.h,v 1.5 2002/08/12 01:35:07 steve Exp $" #endif # include "functor.h" @@ -38,6 +38,9 @@ class vvp_bufif_s : public functor_s { /* * $Log: bufif.h,v $ + * Revision 1.5 2002/08/12 01:35:07 steve + * conditional ident string using autoconfig. + * * Revision 1.4 2002/07/05 20:08:44 steve * Count different types of functors. * diff --git a/vvp/codes.cc b/vvp/codes.cc index 4de954661..b4deb8621 100644 --- a/vvp/codes.cc +++ b/vvp/codes.cc @@ -16,8 +16,8 @@ * 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) -#ident "$Id: codes.cc,v 1.11 2002/07/05 03:46:43 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: codes.cc,v 1.12 2002/08/12 01:35:07 steve Exp $" #endif # include "codes.h" @@ -116,6 +116,9 @@ vvp_code_t codespace_index(vvp_cpoint_t point) /* * $Log: codes.cc,v $ + * Revision 1.12 2002/08/12 01:35:07 steve + * conditional ident string using autoconfig. + * * Revision 1.11 2002/07/05 03:46:43 steve * Track opcode memory space. * diff --git a/vvp/codes.h b/vvp/codes.h index 27b320eb6..123d0adba 100644 --- a/vvp/codes.h +++ b/vvp/codes.h @@ -18,8 +18,8 @@ * 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) -#ident "$Id: codes.h,v 1.45 2002/07/05 02:50:58 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: codes.h,v 1.46 2002/08/12 01:35:07 steve Exp $" #endif @@ -152,6 +152,9 @@ extern vvp_code_t codespace_index(vvp_cpoint_t ptr); /* * $Log: codes.h,v $ + * Revision 1.46 2002/08/12 01:35:07 steve + * conditional ident string using autoconfig. + * * Revision 1.45 2002/07/05 02:50:58 steve * Remove the vpi object symbol table after compile. * diff --git a/vvp/compile.cc b/vvp/compile.cc index 966ae5ff3..a96f4ff4a 100644 --- a/vvp/compile.cc +++ b/vvp/compile.cc @@ -16,8 +16,8 @@ * 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) -#ident "$Id: compile.cc,v 1.136 2002/07/15 00:21:42 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: compile.cc,v 1.137 2002/08/12 01:35:07 steve Exp $" #endif # include "arith.h" @@ -1433,6 +1433,9 @@ void compile_net(char*label, char*name, int msb, int lsb, bool signed_flag, /* * $Log: compile.cc,v $ + * Revision 1.137 2002/08/12 01:35:07 steve + * conditional ident string using autoconfig. + * * Revision 1.136 2002/07/15 00:21:42 steve * Fix initialization of symbol table string heap. * diff --git a/vvp/compile.h b/vvp/compile.h index d5571bd62..a9aaf7368 100644 --- a/vvp/compile.h +++ b/vvp/compile.h @@ -18,8 +18,8 @@ * 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) -#ident "$Id: compile.h,v 1.44 2002/07/15 00:21:42 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: compile.h,v 1.45 2002/08/12 01:35:07 steve Exp $" #endif # include @@ -251,6 +251,9 @@ extern void compile_net(char*label, char*name, /* * $Log: compile.h,v $ + * Revision 1.45 2002/08/12 01:35:07 steve + * conditional ident string using autoconfig. + * * Revision 1.44 2002/07/15 00:21:42 steve * Fix initialization of symbol table string heap. * diff --git a/vvp/debug.cc b/vvp/debug.cc index 583a3073d..e38b6d969 100644 --- a/vvp/debug.cc +++ b/vvp/debug.cc @@ -16,8 +16,8 @@ * 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) -#ident "$Id: debug.cc,v 1.9 2002/07/05 04:40:59 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: debug.cc,v 1.10 2002/08/12 01:35:08 steve Exp $" #endif /* @@ -154,6 +154,9 @@ void breakpoint(void) #endif /* * $Log: debug.cc,v $ + * Revision 1.10 2002/08/12 01:35:08 steve + * conditional ident string using autoconfig. + * * Revision 1.9 2002/07/05 04:40:59 steve * Symbol table uses more efficient key string allocator, * and remove all the symbol tables after compile is done. diff --git a/vvp/debug.h b/vvp/debug.h index a32738d90..4e41564b5 100644 --- a/vvp/debug.h +++ b/vvp/debug.h @@ -18,14 +18,17 @@ * 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) -#ident "$Id: debug.h,v 1.1 2001/05/05 23:55:46 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: debug.h,v 1.2 2002/08/12 01:35:08 steve Exp $" #endif extern void breakpoint(void); /* * $Log: debug.h,v $ + * Revision 1.2 2002/08/12 01:35:08 steve + * conditional ident string using autoconfig. + * * Revision 1.1 2001/05/05 23:55:46 steve * Add the beginnings of an interactive debugger. * diff --git a/vvp/delay.cc b/vvp/delay.cc index 82cd44bcd..d95b3a2c8 100644 --- a/vvp/delay.cc +++ b/vvp/delay.cc @@ -16,8 +16,8 @@ * 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) -#ident "$Id: delay.cc,v 1.1 2001/11/10 18:07:11 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: delay.cc,v 1.2 2002/08/12 01:35:08 steve Exp $" #endif #include "delay.h" @@ -247,6 +247,9 @@ vvp_delay_t vvp_delay_set(vvp_delay_t tgt, vvp_delay_t src, unsigned mask) /* ** $Log: delay.cc,v $ +** Revision 1.2 2002/08/12 01:35:08 steve +** conditional ident string using autoconfig. +** ** Revision 1.1 2001/11/10 18:07:11 steve ** Runtime support for functor delays. (Stephan Boettcher) ** diff --git a/vvp/delay.h b/vvp/delay.h index 305965ae0..b3cd89a3e 100644 --- a/vvp/delay.h +++ b/vvp/delay.h @@ -18,8 +18,8 @@ * 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) -#ident "$Id: delay.h,v 1.2 2001/12/06 03:31:24 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: delay.h,v 1.3 2002/08/12 01:35:08 steve Exp $" #endif #include "pointers.h" @@ -113,6 +113,9 @@ vvp_delay_t vvp_delay_set(vvp_delay_t tgt, vvp_delay_t src, /* ** $Log: delay.h,v $ +** Revision 1.3 2002/08/12 01:35:08 steve +** conditional ident string using autoconfig. +** ** Revision 1.2 2001/12/06 03:31:24 steve ** Support functor delays for gates and UDP devices. ** (Stephan Boettcher) diff --git a/vvp/draw_tt.c b/vvp/draw_tt.c index 7e9d4ce60..029582112 100644 --- a/vvp/draw_tt.c +++ b/vvp/draw_tt.c @@ -16,8 +16,8 @@ * 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) -#ident "$Id: draw_tt.c,v 1.12 2002/01/12 04:02:16 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: draw_tt.c,v 1.13 2002/08/12 01:35:08 steve Exp $" #endif # include @@ -643,6 +643,9 @@ main() /* * $Log: draw_tt.c,v $ + * Revision 1.13 2002/08/12 01:35:08 steve + * conditional ident string using autoconfig. + * * Revision 1.12 2002/01/12 04:02:16 steve * Support the BUFZ logic device. * diff --git a/vvp/event.cc b/vvp/event.cc index a81f5be57..16413a686 100644 --- a/vvp/event.cc +++ b/vvp/event.cc @@ -16,8 +16,8 @@ * 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) -#ident "$Id: event.cc,v 1.9 2002/07/17 18:30:01 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: event.cc,v 1.10 2002/08/12 01:35:08 steve Exp $" #endif # include "event.h" @@ -189,6 +189,9 @@ void compile_named_event(char*label, char*name) /* * $Log: event.cc,v $ + * Revision 1.10 2002/08/12 01:35:08 steve + * conditional ident string using autoconfig. + * * Revision 1.9 2002/07/17 18:30:01 steve * Fix uninitialized thread pointer in named event. * diff --git a/vvp/event.h b/vvp/event.h index 770229aa1..46e9a9ffd 100644 --- a/vvp/event.h +++ b/vvp/event.h @@ -18,8 +18,8 @@ * 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) -#ident "$Id: event.h,v 1.3 2002/07/17 18:30:01 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: event.h,v 1.4 2002/08/12 01:35:08 steve Exp $" #endif # include "functor.h" @@ -80,6 +80,9 @@ struct callback_functor_s *vvp_fvector_make_callback /* * $Log: event.h,v $ + * Revision 1.4 2002/08/12 01:35:08 steve + * conditional ident string using autoconfig. + * * Revision 1.3 2002/07/17 18:30:01 steve * Fix uninitialized thread pointer in named event. * diff --git a/vvp/force.cc b/vvp/force.cc index b42264a16..a6a5bc4e3 100644 --- a/vvp/force.cc +++ b/vvp/force.cc @@ -17,8 +17,8 @@ * 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) -#ident "$Id: force.cc,v 1.6 2002/08/07 00:54:20 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: force.cc,v 1.7 2002/08/12 01:35:08 steve Exp $" #endif # include "codes.h" @@ -268,6 +268,9 @@ bool of_DEASSIGN(vthread_t thr, vvp_code_t cp) /* * $Log: force.cc,v $ + * Revision 1.7 2002/08/12 01:35:08 steve + * conditional ident string using autoconfig. + * * Revision 1.6 2002/08/07 00:54:20 steve * Documentation, and excessive inlines. * diff --git a/vvp/force.h b/vvp/force.h index c86446cbe..c569cf8fe 100644 --- a/vvp/force.h +++ b/vvp/force.h @@ -19,8 +19,8 @@ * 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) -#ident "$Id: force.h,v 1.1 2001/11/01 03:00:19 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: force.h,v 1.2 2002/08/12 01:35:08 steve Exp $" #endif #include "functor.h" @@ -52,6 +52,9 @@ struct var_functor_s: public functor_s { /* * $Log: force.h,v $ + * Revision 1.2 2002/08/12 01:35:08 steve + * conditional ident string using autoconfig. + * * Revision 1.1 2001/11/01 03:00:19 steve * Add force/cassign/release/deassign support. (Stephan Boettcher) * diff --git a/vvp/functor.cc b/vvp/functor.cc index e42e5ecc7..d46b905c8 100644 --- a/vvp/functor.cc +++ b/vvp/functor.cc @@ -16,8 +16,8 @@ * 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) -#ident "$Id: functor.cc,v 1.40 2002/08/07 00:54:20 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: functor.cc,v 1.41 2002/08/12 01:35:08 steve Exp $" #endif # include "functor.h" @@ -253,6 +253,9 @@ void functor_s::debug_print(vvp_ipoint_t fnc) /* * $Log: functor.cc,v $ + * Revision 1.41 2002/08/12 01:35:08 steve + * conditional ident string using autoconfig. + * * Revision 1.40 2002/08/07 00:54:20 steve * Documentation, and excessive inlines. * diff --git a/vvp/functor.h b/vvp/functor.h index 807b9df3a..a8a15829e 100644 --- a/vvp/functor.h +++ b/vvp/functor.h @@ -18,8 +18,8 @@ * 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) -#ident "$Id: functor.h,v 1.47 2002/08/07 00:54:20 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: functor.h,v 1.48 2002/08/12 01:35:08 steve Exp $" #endif # include "pointers.h" @@ -352,6 +352,9 @@ extern vvp_fvector_t vvp_fvector_continuous_new(unsigned size, vvp_ipoint_t p); /* * $Log: functor.h,v $ + * Revision 1.48 2002/08/12 01:35:08 steve + * conditional ident string using autoconfig. + * * Revision 1.47 2002/08/07 00:54:20 steve * Documentation, and excessive inlines. * diff --git a/vvp/fvectors.cc b/vvp/fvectors.cc index d8f595f19..ef57e5450 100644 --- a/vvp/fvectors.cc +++ b/vvp/fvectors.cc @@ -16,8 +16,8 @@ * 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) -#ident "$Id: fvectors.cc,v 1.5 2002/08/11 23:47:05 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: fvectors.cc,v 1.6 2002/08/12 01:35:08 steve Exp $" #endif # include "config.h" @@ -90,6 +90,9 @@ vvp_fvector_t vvp_fvector_new(unsigned size) /* * $Log: fvectors.cc,v $ + * Revision 1.6 2002/08/12 01:35:08 steve + * conditional ident string using autoconfig. + * * Revision 1.5 2002/08/11 23:47:05 steve * Add missing Log and Ident strings. * diff --git a/vvp/ivl_dlfcn.h b/vvp/ivl_dlfcn.h index 369835715..bd45c71b8 100644 --- a/vvp/ivl_dlfcn.h +++ b/vvp/ivl_dlfcn.h @@ -18,8 +18,8 @@ * 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: ivl_dlfcn.h,v 1.4 2002/01/23 04:54:38 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: ivl_dlfcn.h,v 1.5 2002/08/12 01:35:08 steve Exp $" #endif #if defined(__MINGW32__) @@ -77,6 +77,9 @@ inline const char*dlerror(void) /* * $Log: ivl_dlfcn.h,v $ + * Revision 1.5 2002/08/12 01:35:08 steve + * conditional ident string using autoconfig. + * * Revision 1.4 2002/01/23 04:54:38 steve * Load modules with RTLD_LAZY * diff --git a/vvp/logic.cc b/vvp/logic.cc index 45a4c0b73..49af628c4 100644 --- a/vvp/logic.cc +++ b/vvp/logic.cc @@ -16,8 +16,8 @@ * 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) -#ident "$Id: logic.cc,v 1.9 2002/07/05 20:08:44 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: logic.cc,v 1.10 2002/08/12 01:35:08 steve Exp $" #endif # include "logic.h" @@ -164,6 +164,9 @@ void compile_functor(char*label, char*type, /* * $Log: logic.cc,v $ + * Revision 1.10 2002/08/12 01:35:08 steve + * conditional ident string using autoconfig. + * * Revision 1.9 2002/07/05 20:08:44 steve * Count different types of functors. * diff --git a/vvp/logic.h b/vvp/logic.h index 4909017fc..a33af98a1 100644 --- a/vvp/logic.h +++ b/vvp/logic.h @@ -18,8 +18,8 @@ * 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) -#ident "$Id: logic.h,v 1.4 2002/07/05 20:08:44 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: logic.h,v 1.5 2002/08/12 01:35:08 steve Exp $" #endif # include "functor.h" @@ -63,6 +63,9 @@ extern const unsigned char ft_var[]; /* * $Log: logic.h,v $ + * Revision 1.5 2002/08/12 01:35:08 steve + * conditional ident string using autoconfig. + * * Revision 1.4 2002/07/05 20:08:44 steve * Count different types of functors. * diff --git a/vvp/main.cc b/vvp/main.cc index 2d0e36345..f854df2dc 100644 --- a/vvp/main.cc +++ b/vvp/main.cc @@ -16,8 +16,8 @@ * 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) -#ident "$Id: main.cc,v 1.29 2002/07/15 00:21:42 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: main.cc,v 1.30 2002/08/12 01:35:08 steve Exp $" #endif # include "config.h" @@ -280,6 +280,9 @@ int main(int argc, char*argv[]) /* * $Log: main.cc,v $ + * Revision 1.30 2002/08/12 01:35:08 steve + * conditional ident string using autoconfig. + * * Revision 1.29 2002/07/15 00:21:42 steve * Fix initialization of symbol table string heap. * diff --git a/vvp/memory.cc b/vvp/memory.cc index 971059804..580f36325 100644 --- a/vvp/memory.cc +++ b/vvp/memory.cc @@ -17,8 +17,8 @@ * 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) -#ident "$Id: memory.cc,v 1.17 2002/08/11 23:47:05 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: memory.cc,v 1.18 2002/08/12 01:35:08 steve Exp $" #endif #include "memory.h" @@ -507,6 +507,9 @@ void schedule_memory(vvp_memory_t mem, unsigned idx, /* * $Log: memory.cc,v $ + * Revision 1.18 2002/08/12 01:35:08 steve + * conditional ident string using autoconfig. + * * Revision 1.17 2002/08/11 23:47:05 steve * Add missing Log and Ident strings. * diff --git a/vvp/memory.h b/vvp/memory.h index a109b923d..51d44cd90 100644 --- a/vvp/memory.h +++ b/vvp/memory.h @@ -19,8 +19,8 @@ * 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) -#ident "$Id: memory.h,v 1.5 2002/01/31 04:28:17 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: memory.h,v 1.6 2002/08/12 01:35:08 steve Exp $" #endif #include "pointers.h" @@ -65,6 +65,9 @@ vvp_memory_t memory_create(char *label); /* * $Log: memory.h,v $ + * Revision 1.6 2002/08/12 01:35:08 steve + * conditional ident string using autoconfig. + * * Revision 1.5 2002/01/31 04:28:17 steve * Full support for $readmem ranges (Tom Verbeure) * diff --git a/vvp/npmos.cc b/vvp/npmos.cc index 1d3108dbe..4a3159d7c 100644 --- a/vvp/npmos.cc +++ b/vvp/npmos.cc @@ -16,8 +16,8 @@ * 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) -#ident "$Id: npmos.cc,v 1.7 2001/12/06 03:31:24 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: npmos.cc,v 1.8 2002/08/12 01:35:08 steve Exp $" #endif # include "npmos.h" @@ -90,6 +90,9 @@ void vvp_pmos_s::set(vvp_ipoint_t ptr, bool push, unsigned v, unsigned s) /* * $Log: npmos.cc,v $ + * Revision 1.8 2002/08/12 01:35:08 steve + * conditional ident string using autoconfig. + * * Revision 1.7 2001/12/06 03:31:24 steve * Support functor delays for gates and UDP devices. * (Stephan Boettcher) diff --git a/vvp/npmos.h b/vvp/npmos.h index 362372612..68bd4d50a 100644 --- a/vvp/npmos.h +++ b/vvp/npmos.h @@ -18,8 +18,8 @@ * 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) -#ident "$Id: npmos.h,v 1.3 2001/10/31 04:27:47 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: npmos.h,v 1.4 2002/08/12 01:35:08 steve Exp $" #endif # include "functor.h" @@ -56,6 +56,9 @@ class vvp_rnmos_s : public vvp_pmos_s { /* * $Log: npmos.h,v $ + * Revision 1.4 2002/08/12 01:35:08 steve + * conditional ident string using autoconfig. + * * Revision 1.3 2001/10/31 04:27:47 steve * Rewrite the functor type to have fewer functor modes, * and use objects to manage the different types. diff --git a/vvp/parse_misc.cc b/vvp/parse_misc.cc index 3ea8483e2..e29992d62 100644 --- a/vvp/parse_misc.cc +++ b/vvp/parse_misc.cc @@ -16,8 +16,8 @@ * 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) -#ident "$Id: parse_misc.cc,v 1.7 2001/09/15 18:27:05 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: parse_misc.cc,v 1.8 2002/08/12 01:35:08 steve Exp $" #endif # include "parse_misc.h" @@ -98,6 +98,9 @@ void argv_sym_lookup(struct argv_s*obj) /* * $Log: parse_misc.cc,v $ + * Revision 1.8 2002/08/12 01:35:08 steve + * conditional ident string using autoconfig. + * * Revision 1.7 2001/09/15 18:27:05 steve * Make configure detect malloc.h * diff --git a/vvp/parse_misc.h b/vvp/parse_misc.h index 5b7b3d12c..d2843c8f5 100644 --- a/vvp/parse_misc.h +++ b/vvp/parse_misc.h @@ -18,8 +18,8 @@ * 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) -#ident "$Id: parse_misc.h,v 1.6 2001/07/11 04:43:57 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: parse_misc.h,v 1.7 2002/08/12 01:35:08 steve Exp $" #endif @@ -77,6 +77,9 @@ extern void argv_sym_lookup(struct argv_s*obj); /* * $Log: parse_misc.h,v $ + * Revision 1.7 2002/08/12 01:35:08 steve + * conditional ident string using autoconfig. + * * Revision 1.6 2001/07/11 04:43:57 steve * support postpone of $systask parameters. (Stephan Boettcher) * diff --git a/vvp/pointers.h b/vvp/pointers.h index bf6bea943..94cb69d6f 100644 --- a/vvp/pointers.h +++ b/vvp/pointers.h @@ -18,8 +18,8 @@ * 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) -#ident "$Id: pointers.h,v 1.8 2001/12/06 03:31:25 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: pointers.h,v 1.9 2002/08/12 01:35:08 steve Exp $" #endif /* @@ -111,6 +111,9 @@ typedef struct vvp_delay_s *vvp_delay_t; /* * $Log: pointers.h,v $ + * Revision 1.9 2002/08/12 01:35:08 steve + * conditional ident string using autoconfig. + * * Revision 1.8 2001/12/06 03:31:25 steve * Support functor delays for gates and UDP devices. * (Stephan Boettcher) diff --git a/vvp/resolv.cc b/vvp/resolv.cc index 794970647..64dbc970f 100644 --- a/vvp/resolv.cc +++ b/vvp/resolv.cc @@ -16,8 +16,8 @@ * 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) -#ident "$Id: resolv.cc,v 1.13 2002/07/05 20:08:44 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: resolv.cc,v 1.14 2002/08/12 01:35:08 steve Exp $" #endif # include "resolv.h" @@ -203,6 +203,9 @@ void resolv_functor_s::debug_print(vvp_ipoint_t fnc) /* * $Log: resolv.cc,v $ + * Revision 1.14 2002/08/12 01:35:08 steve + * conditional ident string using autoconfig. + * * Revision 1.13 2002/07/05 20:08:44 steve * Count different types of functors. * diff --git a/vvp/resolv.h b/vvp/resolv.h index e19335f09..43c5c9699 100644 --- a/vvp/resolv.h +++ b/vvp/resolv.h @@ -18,8 +18,8 @@ * 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) -#ident "$Id: resolv.h,v 1.6 2001/12/18 05:32:11 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: resolv.h,v 1.7 2002/08/12 01:35:08 steve Exp $" #endif # include "config.h" @@ -50,6 +50,9 @@ class resolv_functor_s: public functor_s { /* * $Log: resolv.h,v $ + * Revision 1.7 2002/08/12 01:35:08 steve + * conditional ident string using autoconfig. + * * Revision 1.6 2001/12/18 05:32:11 steve * Improved functor debug dumps. * diff --git a/vvp/schedule.cc b/vvp/schedule.cc index 5bbd0dd71..2106ba4de 100644 --- a/vvp/schedule.cc +++ b/vvp/schedule.cc @@ -16,8 +16,8 @@ * 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) -#ident "$Id: schedule.cc,v 1.19 2002/07/31 03:22:44 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: schedule.cc,v 1.20 2002/08/12 01:35:08 steve Exp $" #endif # include "schedule.h" @@ -415,6 +415,9 @@ void schedule_simulate(void) /* * $Log: schedule.cc,v $ + * Revision 1.20 2002/08/12 01:35:08 steve + * conditional ident string using autoconfig. + * * Revision 1.19 2002/07/31 03:22:44 steve * Account for the tail readonly callbacks. * diff --git a/vvp/schedule.h b/vvp/schedule.h index c2960e6b7..5050fe12a 100644 --- a/vvp/schedule.h +++ b/vvp/schedule.h @@ -18,8 +18,8 @@ * 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) -#ident "$Id: schedule.h,v 1.10 2002/05/12 23:44:41 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: schedule.h,v 1.11 2002/08/12 01:35:08 steve Exp $" #endif # include "vthread.h" @@ -93,6 +93,9 @@ extern bool schedule_finished(void); /* * $Log: schedule.h,v $ + * Revision 1.11 2002/08/12 01:35:08 steve + * conditional ident string using autoconfig. + * * Revision 1.10 2002/05/12 23:44:41 steve * task calls and forks push the thread event in the queue. * diff --git a/vvp/statistics.cc b/vvp/statistics.cc index 6802a8197..024599f3c 100644 --- a/vvp/statistics.cc +++ b/vvp/statistics.cc @@ -16,8 +16,8 @@ * 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) -#ident "$Id: statistics.cc,v 1.4 2002/07/05 20:08:44 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: statistics.cc,v 1.5 2002/08/12 01:35:08 steve Exp $" #endif # include "statistics.h" @@ -44,6 +44,9 @@ size_t size_opcodes = 0; /* * $Log: statistics.cc,v $ + * Revision 1.5 2002/08/12 01:35:08 steve + * conditional ident string using autoconfig. + * * Revision 1.4 2002/07/05 20:08:44 steve * Count different types of functors. * diff --git a/vvp/statistics.h b/vvp/statistics.h index 46a37a8c2..848b06699 100644 --- a/vvp/statistics.h +++ b/vvp/statistics.h @@ -18,8 +18,8 @@ * 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) -#ident "$Id: statistics.h,v 1.4 2002/07/05 20:08:44 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: statistics.h,v 1.5 2002/08/12 01:35:08 steve Exp $" #endif # include @@ -38,6 +38,9 @@ extern size_t size_opcodes; /* * $Log: statistics.h,v $ + * Revision 1.5 2002/08/12 01:35:08 steve + * conditional ident string using autoconfig. + * * Revision 1.4 2002/07/05 20:08:44 steve * Count different types of functors. * diff --git a/vvp/symbols.cc b/vvp/symbols.cc index ffe308bf7..756bef194 100644 --- a/vvp/symbols.cc +++ b/vvp/symbols.cc @@ -16,8 +16,8 @@ * 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) -#ident "$Id: symbols.cc,v 1.9 2002/07/15 00:21:42 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: symbols.cc,v 1.10 2002/08/12 01:35:08 steve Exp $" #endif # include "symbols.h" @@ -422,6 +422,9 @@ symbol_value_t sym_get_value(symbol_table_t tbl, const char*key) /* * $Log: symbols.cc,v $ + * Revision 1.10 2002/08/12 01:35:08 steve + * conditional ident string using autoconfig. + * * Revision 1.9 2002/07/15 00:21:42 steve * Fix initialization of symbol table string heap. * diff --git a/vvp/symbols.h b/vvp/symbols.h index 425b77306..1b9384249 100644 --- a/vvp/symbols.h +++ b/vvp/symbols.h @@ -18,8 +18,8 @@ * 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) -#ident "$Id: symbols.h,v 1.3 2001/05/09 04:23:19 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: symbols.h,v 1.4 2002/08/12 01:35:08 steve Exp $" #endif /* @@ -79,6 +79,9 @@ symbol_value_t sym_get_value(symbol_table_t tbl, const char*key); /* * $Log: symbols.h,v $ + * Revision 1.4 2002/08/12 01:35:08 steve + * conditional ident string using autoconfig. + * * Revision 1.3 2001/05/09 04:23:19 steve * Now that the interactive debugger exists, * there is no use for the output dump. diff --git a/vvp/udp.cc b/vvp/udp.cc index 00419a9b7..5a09ef94f 100644 --- a/vvp/udp.cc +++ b/vvp/udp.cc @@ -17,8 +17,8 @@ * 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) -#ident "$Id: udp.cc,v 1.16 2002/01/20 23:27:51 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: udp.cc,v 1.17 2002/08/12 01:35:08 steve Exp $" #endif #include "udp.h" @@ -350,6 +350,9 @@ void vvp_udp_s::compile_row_(udp_table_entry_t row, char *rchr) /* * $Log: udp.cc,v $ + * Revision 1.17 2002/08/12 01:35:08 steve + * conditional ident string using autoconfig. + * * Revision 1.16 2002/01/20 23:27:51 steve * return calculated oval from UDP (Stephan Boettcher) * diff --git a/vvp/udp.h b/vvp/udp.h index 3bea029d8..edf758294 100644 --- a/vvp/udp.h +++ b/vvp/udp.h @@ -19,8 +19,8 @@ * 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) -#ident "$Id: udp.h,v 1.10 2001/10/31 04:27:47 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: udp.h,v 1.11 2002/08/12 01:35:08 steve Exp $" #endif #include "functor.h" @@ -62,6 +62,9 @@ public: /* * $Log: udp.h,v $ + * Revision 1.11 2002/08/12 01:35:08 steve + * conditional ident string using autoconfig. + * * Revision 1.10 2001/10/31 04:27:47 steve * Rewrite the functor type to have fewer functor modes, * and use objects to manage the different types. diff --git a/vvp/ufunc.cc b/vvp/ufunc.cc index 18f694b15..defea9506 100644 --- a/vvp/ufunc.cc +++ b/vvp/ufunc.cc @@ -16,8 +16,8 @@ * 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) -#ident "$Id: ufunc.cc,v 1.1 2002/03/18 00:19:34 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: ufunc.cc,v 1.2 2002/08/12 01:35:08 steve Exp $" #endif # include "compile.h" @@ -215,6 +215,9 @@ void compile_ufunc(char*label, char*code, unsigned wid, /* * $Log: ufunc.cc,v $ + * Revision 1.2 2002/08/12 01:35:08 steve + * conditional ident string using autoconfig. + * * Revision 1.1 2002/03/18 00:19:34 steve * Add the .ufunc statement. * diff --git a/vvp/ufunc.h b/vvp/ufunc.h index 893512ca3..aa7d8755d 100644 --- a/vvp/ufunc.h +++ b/vvp/ufunc.h @@ -18,8 +18,8 @@ * 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) -#ident "$Id: ufunc.h,v 1.1 2002/03/18 00:19:34 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: ufunc.h,v 1.2 2002/08/12 01:35:08 steve Exp $" #endif # include "pointers.h" @@ -78,6 +78,9 @@ class ufunc_core { /* * $Log: ufunc.h,v $ + * Revision 1.2 2002/08/12 01:35:08 steve + * conditional ident string using autoconfig. + * * Revision 1.1 2002/03/18 00:19:34 steve * Add the .ufunc statement. * diff --git a/vvp/vpi_callback.cc b/vvp/vpi_callback.cc index 826c30137..7e8b0e836 100644 --- a/vvp/vpi_callback.cc +++ b/vvp/vpi_callback.cc @@ -16,8 +16,8 @@ * 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) -#ident "$Id: vpi_callback.cc,v 1.22 2002/07/31 03:22:23 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vpi_callback.cc,v 1.23 2002/08/12 01:35:08 steve Exp $" #endif /* @@ -467,6 +467,9 @@ void callback_functor_s::set(vvp_ipoint_t, bool, unsigned val, unsigned) /* * $Log: vpi_callback.cc,v $ + * Revision 1.23 2002/08/12 01:35:08 steve + * conditional ident string using autoconfig. + * * Revision 1.22 2002/07/31 03:22:23 steve * Set vpi_mode_flag to represent cpReadOnlySync actions. * diff --git a/vvp/vpi_const.cc b/vvp/vpi_const.cc index a9a6e6116..c516c4758 100644 --- a/vvp/vpi_const.cc +++ b/vvp/vpi_const.cc @@ -16,8 +16,8 @@ * 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) -#ident "$Id: vpi_const.cc,v 1.18 2002/06/23 18:23:09 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vpi_const.cc,v 1.19 2002/08/12 01:35:08 steve Exp $" #endif # include "vpi_priv.h" @@ -514,6 +514,9 @@ vpiHandle vpip_make_dec_const(int value) /* * $Log: vpi_const.cc,v $ + * Revision 1.19 2002/08/12 01:35:08 steve + * conditional ident string using autoconfig. + * * Revision 1.18 2002/06/23 18:23:09 steve * trivial performance boost. * diff --git a/vvp/vpi_event.cc b/vvp/vpi_event.cc index 471b603bd..dc6988109 100644 --- a/vvp/vpi_event.cc +++ b/vvp/vpi_event.cc @@ -16,8 +16,8 @@ * 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) -#ident "$Id: vpi_event.cc,v 1.4 2002/07/12 18:23:30 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vpi_event.cc,v 1.5 2002/08/12 01:35:08 steve Exp $" #endif # include "vpi_priv.h" @@ -124,6 +124,9 @@ void vpip_run_named_event_callbacks(vpiHandle ref) /* * $Log: vpi_event.cc,v $ + * Revision 1.5 2002/08/12 01:35:08 steve + * conditional ident string using autoconfig. + * * Revision 1.4 2002/07/12 18:23:30 steve * Use result buf for event and scope names. * diff --git a/vvp/vpi_iter.cc b/vvp/vpi_iter.cc index edb39243f..433294ca4 100644 --- a/vvp/vpi_iter.cc +++ b/vvp/vpi_iter.cc @@ -16,8 +16,8 @@ * 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: vpi_iter.cc,v 1.4 2002/06/02 19:05:50 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vpi_iter.cc,v 1.5 2002/08/12 01:35:09 steve Exp $" #endif /* @@ -90,6 +90,9 @@ vpiHandle vpi_scan(vpiHandle ref) /* * $Log: vpi_iter.cc,v $ + * Revision 1.5 2002/08/12 01:35:09 steve + * conditional ident string using autoconfig. + * * Revision 1.4 2002/06/02 19:05:50 steve * Check for null pointers from users. * diff --git a/vvp/vpi_mcd.cc b/vvp/vpi_mcd.cc index 9e9aeb405..2b721a75a 100644 --- a/vvp/vpi_mcd.cc +++ b/vvp/vpi_mcd.cc @@ -16,8 +16,8 @@ * 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: vpi_mcd.cc,v 1.7 2002/08/11 23:47:05 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vpi_mcd.cc,v 1.8 2002/08/12 01:35:09 steve Exp $" #endif # include "vpi_priv.h" @@ -162,6 +162,9 @@ int vpi_mcd_fgetc(unsigned int mcd) /* * $Log: vpi_mcd.cc,v $ + * Revision 1.8 2002/08/12 01:35:09 steve + * conditional ident string using autoconfig. + * * Revision 1.7 2002/08/11 23:47:05 steve * Add missing Log and Ident strings. * diff --git a/vvp/vpi_memory.cc b/vvp/vpi_memory.cc index aff016025..e241b285f 100644 --- a/vvp/vpi_memory.cc +++ b/vvp/vpi_memory.cc @@ -26,8 +26,8 @@ * binary (compiled) form. If you have not received it, contact * Picture Elements, Inc., 777 Panoramic Way, Berkeley, CA 94704. */ -#if !defined(WINNT) && !defined(macintosh) -#ident "$Id: vpi_memory.cc,v 1.17 2002/07/09 03:24:37 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vpi_memory.cc,v 1.18 2002/08/12 01:35:09 steve Exp $" #endif # include "vpi_priv.h" @@ -580,6 +580,9 @@ vpiHandle vpip_make_memory(vvp_memory_t mem) /* * $Log: vpi_memory.cc,v $ + * Revision 1.18 2002/08/12 01:35:09 steve + * conditional ident string using autoconfig. + * * Revision 1.17 2002/07/09 03:24:37 steve * Dynamic resizevpi result buf in more places. * diff --git a/vvp/vpi_modules.cc b/vvp/vpi_modules.cc index 876d47215..38b7086e0 100644 --- a/vvp/vpi_modules.cc +++ b/vvp/vpi_modules.cc @@ -16,8 +16,8 @@ * 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) -#ident "$Id: vpi_modules.cc,v 1.11 2002/05/18 02:34:11 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vpi_modules.cc,v 1.12 2002/08/12 01:35:09 steve Exp $" #endif # include "config.h" @@ -139,6 +139,9 @@ void vpip_load_module(const char*name) /* * $Log: vpi_modules.cc,v $ + * Revision 1.12 2002/08/12 01:35:09 steve + * conditional ident string using autoconfig. + * * Revision 1.11 2002/05/18 02:34:11 steve * Add vpi support for named events. * diff --git a/vvp/vpi_priv.cc b/vvp/vpi_priv.cc index e09e48af7..81370a363 100644 --- a/vvp/vpi_priv.cc +++ b/vvp/vpi_priv.cc @@ -16,8 +16,8 @@ * 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) -#ident "$Id: vpi_priv.cc,v 1.22 2002/07/19 01:57:26 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vpi_priv.cc,v 1.23 2002/08/12 01:35:09 steve Exp $" #endif # include "vpi_priv.h" @@ -363,6 +363,9 @@ extern "C" void vpi_sim_vcontrol(int operation, va_list ap) /* * $Log: vpi_priv.cc,v $ + * Revision 1.23 2002/08/12 01:35:09 steve + * conditional ident string using autoconfig. + * * Revision 1.22 2002/07/19 01:57:26 steve * Add vpi_chk_error and vpi_control functions. * diff --git a/vvp/vpi_priv.h b/vvp/vpi_priv.h index a8c7a1c6b..856f91449 100644 --- a/vvp/vpi_priv.h +++ b/vvp/vpi_priv.h @@ -18,8 +18,8 @@ * 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) -#ident "$Id: vpi_priv.h,v 1.39 2002/07/09 03:24:37 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vpi_priv.h,v 1.40 2002/08/12 01:35:09 steve Exp $" #endif # include "vpi_user.h" @@ -374,6 +374,9 @@ extern char *need_result_buf(unsigned cnt, vpi_rbuf_t type); /* * $Log: vpi_priv.h,v $ + * Revision 1.40 2002/08/12 01:35:09 steve + * conditional ident string using autoconfig. + * * Revision 1.39 2002/07/09 03:24:37 steve * Dynamic resizevpi result buf in more places. * diff --git a/vvp/vpi_scope.cc b/vvp/vpi_scope.cc index dc040e472..09653a8a5 100644 --- a/vvp/vpi_scope.cc +++ b/vvp/vpi_scope.cc @@ -16,8 +16,8 @@ * 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) -#ident "$Id: vpi_scope.cc,v 1.19 2002/07/17 05:13:43 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vpi_scope.cc,v 1.20 2002/08/12 01:35:09 steve Exp $" #endif # include "compile.h" @@ -407,6 +407,9 @@ void vpip_attach_to_current_scope(vpiHandle obj) /* * $Log: vpi_scope.cc,v $ + * Revision 1.20 2002/08/12 01:35:09 steve + * conditional ident string using autoconfig. + * * Revision 1.19 2002/07/17 05:13:43 steve * Implementation of vpi_handle_by_name, and * add the vpiVariables iterator. diff --git a/vvp/vpi_signal.cc b/vvp/vpi_signal.cc index f18f5e5cb..e6f3acc38 100644 --- a/vvp/vpi_signal.cc +++ b/vvp/vpi_signal.cc @@ -16,8 +16,8 @@ * 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) -#ident "$Id: vpi_signal.cc,v 1.45 2002/07/23 15:11:41 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vpi_signal.cc,v 1.46 2002/08/12 01:35:09 steve Exp $" #endif /* @@ -673,6 +673,9 @@ vpiHandle vpip_make_net(const char*name, int msb, int lsb, /* * $Log: vpi_signal.cc,v $ + * Revision 1.46 2002/08/12 01:35:09 steve + * conditional ident string using autoconfig. + * * Revision 1.45 2002/07/23 15:11:41 steve * integral type/ptrdiff_t warning. * diff --git a/vvp/vpi_tasks.cc b/vvp/vpi_tasks.cc index e5c70d7db..e7a130d47 100644 --- a/vvp/vpi_tasks.cc +++ b/vvp/vpi_tasks.cc @@ -16,8 +16,8 @@ * 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) -#ident "$Id: vpi_tasks.cc,v 1.15 2002/06/02 19:05:50 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vpi_tasks.cc,v 1.16 2002/08/12 01:35:09 steve Exp $" #endif /* @@ -344,6 +344,9 @@ void vpi_register_systf(const struct t_vpi_systf_data*ss) /* * $Log: vpi_tasks.cc,v $ + * Revision 1.16 2002/08/12 01:35:09 steve + * conditional ident string using autoconfig. + * * Revision 1.15 2002/06/02 19:05:50 steve * Check for null pointers from users. * diff --git a/vvp/vpi_time.cc b/vvp/vpi_time.cc index 339b31d45..fe68f467c 100644 --- a/vvp/vpi_time.cc +++ b/vvp/vpi_time.cc @@ -16,8 +16,8 @@ * 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) -#ident "$Id: vpi_time.cc,v 1.7 2002/04/20 04:33:23 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vpi_time.cc,v 1.8 2002/08/12 01:35:09 steve Exp $" #endif # include "vpi_priv.h" @@ -142,6 +142,9 @@ void vpip_set_time_precision(int pre) /* * $Log: vpi_time.cc,v $ + * Revision 1.8 2002/08/12 01:35:09 steve + * conditional ident string using autoconfig. + * * Revision 1.7 2002/04/20 04:33:23 steve * Support specified times in cbReadOnlySync, and * add support for cbReadWriteSync. diff --git a/vvp/vpi_vthr_vector.cc b/vvp/vpi_vthr_vector.cc index 3361544a4..d01359d64 100644 --- a/vvp/vpi_vthr_vector.cc +++ b/vvp/vpi_vthr_vector.cc @@ -17,8 +17,8 @@ * 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) -#ident "$Id: vpi_vthr_vector.cc,v 1.7 2002/05/12 00:32:21 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vpi_vthr_vector.cc,v 1.8 2002/08/12 01:35:09 steve Exp $" #endif /* @@ -363,6 +363,9 @@ vpiHandle vpip_make_vthr_vector(unsigned base, unsigned wid, bool signed_flag) /* * $Log: vpi_vthr_vector.cc,v $ + * Revision 1.8 2002/08/12 01:35:09 steve + * conditional ident string using autoconfig. + * * Revision 1.7 2002/05/12 00:32:21 steve * Get thread vectors by vpiIntVal. * diff --git a/vvp/vpip_bin.cc b/vvp/vpip_bin.cc index 8c335f8cf..caf9c511e 100644 --- a/vvp/vpip_bin.cc +++ b/vvp/vpip_bin.cc @@ -16,8 +16,8 @@ * 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) -#ident "$Id: vpip_bin.cc,v 1.1 2002/05/11 04:39:35 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vpip_bin.cc,v 1.2 2002/08/12 01:35:09 steve Exp $" #endif # include "config.h" @@ -124,6 +124,9 @@ void vpip_bin_str_to_bits(unsigned char*bits, unsigned nbits, /* * $Log: vpip_bin.cc,v $ + * Revision 1.2 2002/08/12 01:35:09 steve + * conditional ident string using autoconfig. + * * Revision 1.1 2002/05/11 04:39:35 steve * Set and get memory words by string value. * diff --git a/vvp/vpip_hex.cc b/vvp/vpip_hex.cc index 7af11431c..0e2197b05 100644 --- a/vvp/vpip_hex.cc +++ b/vvp/vpip_hex.cc @@ -16,8 +16,8 @@ * 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) -#ident "$Id: vpip_hex.cc,v 1.1 2002/05/11 04:39:35 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vpip_hex.cc,v 1.2 2002/08/12 01:35:09 steve Exp $" #endif # include "config.h" @@ -111,6 +111,9 @@ void vpip_hex_str_to_bits(unsigned char*bits, unsigned nbits, /* * $Log: vpip_hex.cc,v $ + * Revision 1.2 2002/08/12 01:35:09 steve + * conditional ident string using autoconfig. + * * Revision 1.1 2002/05/11 04:39:35 steve * Set and get memory words by string value. * diff --git a/vvp/vpip_oct.cc b/vvp/vpip_oct.cc index 159972245..e65ceed17 100644 --- a/vvp/vpip_oct.cc +++ b/vvp/vpip_oct.cc @@ -16,8 +16,8 @@ * 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) -#ident "$Id: vpip_oct.cc,v 1.1 2002/05/11 04:39:36 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vpip_oct.cc,v 1.2 2002/08/12 01:35:09 steve Exp $" #endif # include "config.h" @@ -171,6 +171,9 @@ void vpip_bits_to_oct_str(const unsigned char*bits, unsigned nbits, /* * $Log: vpip_oct.cc,v $ + * Revision 1.2 2002/08/12 01:35:09 steve + * conditional ident string using autoconfig. + * * Revision 1.1 2002/05/11 04:39:36 steve * Set and get memory words by string value. * diff --git a/vvp/vpip_to_dec.cc b/vvp/vpip_to_dec.cc index 28ba85eae..df9181483 100644 --- a/vvp/vpip_to_dec.cc +++ b/vvp/vpip_to_dec.cc @@ -16,8 +16,8 @@ * 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) -#ident "$Id: vpip_to_dec.cc,v 1.5 2002/05/17 04:05:38 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vpip_to_dec.cc,v 1.6 2002/08/12 01:35:09 steve Exp $" #endif # include "config.h" @@ -254,6 +254,9 @@ void vpip_dec_str_to_bits(unsigned char*bits, unsigned nbits, /* * $Log: vpip_to_dec.cc,v $ + * Revision 1.6 2002/08/12 01:35:09 steve + * conditional ident string using autoconfig. + * * Revision 1.5 2002/05/17 04:05:38 steve * null terminate the reversed decimal string * diff --git a/vvp/vthread.cc b/vvp/vthread.cc index 793672d95..e74fe7fa4 100644 --- a/vvp/vthread.cc +++ b/vvp/vthread.cc @@ -16,8 +16,8 @@ * 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) -#ident "$Id: vthread.cc,v 1.78 2002/06/02 18:55:58 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vthread.cc,v 1.79 2002/08/12 01:35:09 steve Exp $" #endif # include "vthread.h" @@ -2208,6 +2208,9 @@ bool of_CALL_UFUNC(vthread_t thr, vvp_code_t cp) /* * $Log: vthread.cc,v $ + * Revision 1.79 2002/08/12 01:35:09 steve + * conditional ident string using autoconfig. + * * Revision 1.78 2002/06/02 18:55:58 steve * Add %cmpi/u instruction. * diff --git a/vvp/vthread.h b/vvp/vthread.h index e125c6f75..f34aae39a 100644 --- a/vvp/vthread.h +++ b/vvp/vthread.h @@ -18,8 +18,8 @@ * 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) -#ident "$Id: vthread.h,v 1.7 2001/05/20 00:45:43 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vthread.h,v 1.8 2002/08/12 01:35:09 steve Exp $" #endif /* @@ -73,6 +73,9 @@ extern void vthread_put_bit(struct vthread_s*thr, unsigned addr, unsigned bit); /* * $Log: vthread.h,v $ + * Revision 1.8 2002/08/12 01:35:09 steve + * conditional ident string using autoconfig. + * * Revision 1.7 2001/05/20 00:45:43 steve * include missing externs on vthread_put_bit. * diff --git a/vvp/vvp_vpi.cc b/vvp/vvp_vpi.cc index 37aa28850..b5912b69d 100644 --- a/vvp/vvp_vpi.cc +++ b/vvp/vvp_vpi.cc @@ -1,5 +1,5 @@ -#if !defined(WINNT) && !defined(macintosh) -#ident "$Id: vvp_vpi.cc,v 1.4 2002/08/11 23:47:05 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: vvp_vpi.cc,v 1.5 2002/08/12 01:35:09 steve Exp $" #endif #include @@ -39,6 +39,9 @@ void vvp_vpi_init() /* * $Log: vvp_vpi.cc,v $ + * Revision 1.5 2002/08/12 01:35:09 steve + * conditional ident string using autoconfig. + * * Revision 1.4 2002/08/11 23:47:05 steve * Add missing Log and Ident strings. * diff --git a/xnfio.cc b/xnfio.cc index 5ead89b5e..e86d4e61f 100644 --- a/xnfio.cc +++ b/xnfio.cc @@ -16,8 +16,8 @@ * 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: xnfio.cc,v 1.22 2002/06/25 01:33:22 steve Exp $" +#ifdef HAVE_CVS_IDENT +#ident "$Id: xnfio.cc,v 1.23 2002/08/12 01:35:01 steve Exp $" #endif # include "config.h" @@ -363,6 +363,9 @@ void xnfio(Design*des) /* * $Log: xnfio.cc,v $ + * Revision 1.23 2002/08/12 01:35:01 steve + * conditional ident string using autoconfig. + * * Revision 1.22 2002/06/25 01:33:22 steve * Cache calculated driven value. *