Clean up spurious trailing white space.

This commit is contained in:
steve 2004-10-04 01:10:51 +00:00
parent b3a3428b9a
commit e4ae832153
144 changed files with 1849 additions and 1540 deletions

View File

@ -16,7 +16,7 @@
# 59 Temple Place - Suite 330 # 59 Temple Place - Suite 330
# Boston, MA 02111-1307, USA # Boston, MA 02111-1307, USA
# #
#ident "$Id: Makefile.in,v 1.167 2004/09/18 01:59:44 steve Exp $" #ident "$Id: Makefile.in,v 1.168 2004/10/04 01:10:51 steve Exp $"
# #
# #
SHELL = /bin/sh SHELL = /bin/sh

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: Module.cc,v 1.24 2004/06/13 04:56:53 steve Exp $" #ident "$Id: Module.cc,v 1.25 2004/10/04 01:10:51 steve Exp $"
#endif #endif
# include "config.h" # include "config.h"
@ -150,6 +150,9 @@ const list<PProcess*>& Module::get_behaviors() const
/* /*
* $Log: Module.cc,v $ * $Log: Module.cc,v $
* Revision 1.25 2004/10/04 01:10:51 steve
* Clean up spurious trailing white space.
*
* Revision 1.24 2004/06/13 04:56:53 steve * Revision 1.24 2004/06/13 04:56:53 steve
* Add support for the default_nettype directive. * Add support for the default_nettype directive.
* *

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: PExpr.cc,v 1.34 2004/02/20 06:22:56 steve Exp $" #ident "$Id: PExpr.cc,v 1.35 2004/10/04 01:10:51 steve Exp $"
#endif #endif
# include "config.h" # include "config.h"
@ -262,6 +262,9 @@ bool PEUnary::is_constant(Module*m) const
/* /*
* $Log: PExpr.cc,v $ * $Log: PExpr.cc,v $
* Revision 1.35 2004/10/04 01:10:51 steve
* Clean up spurious trailing white space.
*
* Revision 1.34 2004/02/20 06:22:56 steve * Revision 1.34 2004/02/20 06:22:56 steve
* parameter keys are per_strings. * parameter keys are per_strings.
* *

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: PExpr.h,v 1.65 2003/02/08 19:49:21 steve Exp $" #ident "$Id: PExpr.h,v 1.66 2004/10/04 01:10:51 steve Exp $"
#endif #endif
# include <string> # include <string>
@ -492,6 +492,9 @@ class PECallFunction : public PExpr {
/* /*
* $Log: PExpr.h,v $ * $Log: PExpr.h,v $
* Revision 1.66 2004/10/04 01:10:51 steve
* Clean up spurious trailing white space.
*
* Revision 1.65 2003/02/08 19:49:21 steve * Revision 1.65 2003/02/08 19:49:21 steve
* Calculate delay statement delays using elaborated * Calculate delay statement delays using elaborated
* expressions instead of pre-elaborated expression * expressions instead of pre-elaborated expression

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: PGate.h,v 1.28 2004/03/08 00:47:44 steve Exp $" #ident "$Id: PGate.h,v 1.29 2004/10/04 01:10:52 steve Exp $"
#endif #endif
# include "svector.h" # include "svector.h"
@ -227,6 +227,9 @@ class PGModule : public PGate {
/* /*
* $Log: PGate.h,v $ * $Log: PGate.h,v $
* Revision 1.29 2004/10/04 01:10:52 steve
* Clean up spurious trailing white space.
*
* Revision 1.28 2004/03/08 00:47:44 steve * Revision 1.28 2004/03/08 00:47:44 steve
* primitive ports can bind bi name. * primitive ports can bind bi name.
* *

2
aclocal.m4 vendored
View File

@ -14,7 +14,7 @@
AC_DEFUN([AX_CPP_IDENT], AC_DEFUN([AX_CPP_IDENT],
[AC_CACHE_CHECK([for ident support in C compiler], ax_cv_cpp_ident, [AC_CACHE_CHECK([for ident support in C compiler], ax_cv_cpp_ident,
[AC_TRY_COMPILE([ [AC_TRY_COMPILE([
#ident "$Id: aclocal.m4,v 1.5 2004/09/27 22:34:10 steve Exp $" #ident "$Id: aclocal.m4,v 1.6 2004/10/04 01:10:52 steve Exp $"
],[while (0) {}], ],[while (0) {}],
[AS_VAR_SET(ax_cv_cpp_ident, yes)], [AS_VAR_SET(ax_cv_cpp_ident, yes)],
[AS_VAR_SET(ax_cv_cpp_ident, no)])]) [AS_VAR_SET(ax_cv_cpp_ident, no)])])

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: ivl_dlfcn.h,v 1.2 2003/12/12 05:43:08 steve Exp $" #ident "$Id: ivl_dlfcn.h,v 1.3 2004/10/04 01:10:56 steve Exp $"
#endif #endif
#if defined(__MINGW32__) #if defined(__MINGW32__)
@ -96,6 +96,9 @@ inline const char*dlerror(void)
/* /*
* $Log: ivl_dlfcn.h,v $ * $Log: ivl_dlfcn.h,v $
* Revision 1.3 2004/10/04 01:10:56 steve
* Clean up spurious trailing white space.
*
* Revision 1.2 2003/12/12 05:43:08 steve * Revision 1.2 2003/12/12 05:43:08 steve
* Some systems dlsym requires leading _ or not on whim. * Some systems dlsym requires leading _ or not on whim.
* *

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: compiler.h,v 1.25 2004/09/25 01:58:44 steve Exp $" #ident "$Id: compiler.h,v 1.26 2004/10/04 01:10:52 steve Exp $"
#endif #endif
# include <list> # include <list>
@ -136,6 +136,9 @@ extern int load_sys_func_table(const char*path);
/* /*
* $Log: compiler.h,v $ * $Log: compiler.h,v $
* Revision 1.26 2004/10/04 01:10:52 steve
* Clean up spurious trailing white space.
*
* Revision 1.25 2004/09/25 01:58:44 steve * Revision 1.25 2004/09/25 01:58:44 steve
* Add a debug_elaborate flag * Add a debug_elaborate flag
* *

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: config.h.in,v 1.10 2003/08/26 16:26:01 steve Exp $" #ident "$Id: config.h.in,v 1.11 2004/10/04 01:10:52 steve Exp $"
#endif #endif
#if defined(__cplusplus) #if defined(__cplusplus)
@ -50,6 +50,9 @@
/* /*
* $Log: config.h.in,v $ * $Log: config.h.in,v $
* Revision 1.11 2004/10/04 01:10:52 steve
* Clean up spurious trailing white space.
*
* Revision 1.10 2003/08/26 16:26:01 steve * Revision 1.10 2003/08/26 16:26:01 steve
* ifdef idents correctly. * ifdef idents correctly.
* *

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: design_dump.cc,v 1.148 2004/05/31 23:34:36 steve Exp $" #ident "$Id: design_dump.cc,v 1.149 2004/10/04 01:10:52 steve Exp $"
#endif #endif
# include "config.h" # include "config.h"
@ -1089,6 +1089,9 @@ void Design::dump(ostream&o) const
/* /*
* $Log: design_dump.cc,v $ * $Log: design_dump.cc,v $
* Revision 1.149 2004/10/04 01:10:52 steve
* Clean up spurious trailing white space.
*
* Revision 1.148 2004/05/31 23:34:36 steve * Revision 1.148 2004/05/31 23:34:36 steve
* Rewire/generalize parsing an elaboration of * Rewire/generalize parsing an elaboration of
* function return values to allow for better * function return values to allow for better

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: cflexor.lex,v 1.7 2003/08/26 16:26:02 steve Exp $" #ident "$Id: cflexor.lex,v 1.8 2004/10/04 01:10:56 steve Exp $"
#endif #endif
# include "cfparse.h" # include "cfparse.h"

View File

@ -1,4 +1,4 @@
.TH iverilog 1 "$Date: 2004/03/10 04:51:25 $" Version "$Date: 2004/03/10 04:51:25 $" .TH iverilog 1 "$Date: 2004/10/04 01:10:56 $" Version "$Date: 2004/10/04 01:10:56 $"
.SH NAME .SH NAME
iverilog - Icarus Verilog compiler iverilog - Icarus Verilog compiler

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: elab_anet.cc,v 1.9 2003/09/19 03:50:12 steve Exp $" #ident "$Id: elab_anet.cc,v 1.10 2004/10/04 01:10:52 steve Exp $"
#endif #endif
# include "config.h" # include "config.h"
@ -167,6 +167,9 @@ NetNet* PEIdent::elaborate_anet(Design*des, NetScope*scope) const
/* /*
* $Log: elab_anet.cc,v $ * $Log: elab_anet.cc,v $
* Revision 1.10 2004/10/04 01:10:52 steve
* Clean up spurious trailing white space.
*
* Revision 1.9 2003/09/19 03:50:12 steve * Revision 1.9 2003/09/19 03:50:12 steve
* Remove find_memory method from Design class. * Remove find_memory method from Design class.
* *

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: elab_expr.cc,v 1.90 2004/08/28 15:42:11 steve Exp $" #ident "$Id: elab_expr.cc,v 1.91 2004/10/04 01:10:52 steve Exp $"
#endif #endif
# include "config.h" # include "config.h"
@ -1005,6 +1005,9 @@ NetExpr* PEUnary::elaborate_expr(Design*des, NetScope*scope, bool) const
/* /*
* $Log: elab_expr.cc,v $ * $Log: elab_expr.cc,v $
* Revision 1.91 2004/10/04 01:10:52 steve
* Clean up spurious trailing white space.
*
* Revision 1.90 2004/08/28 15:42:11 steve * Revision 1.90 2004/08/28 15:42:11 steve
* Add support for $unsigned. * Add support for $unsigned.
* *

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: elab_lval.cc,v 1.28 2004/08/28 14:59:44 steve Exp $" #ident "$Id: elab_lval.cc,v 1.29 2004/10/04 01:10:52 steve Exp $"
#endif #endif
# include "config.h" # include "config.h"
@ -352,6 +352,9 @@ NetAssign_* PENumber::elaborate_lval(Design*des, NetScope*) const
/* /*
* $Log: elab_lval.cc,v $ * $Log: elab_lval.cc,v $
* Revision 1.29 2004/10/04 01:10:52 steve
* Clean up spurious trailing white space.
*
* Revision 1.28 2004/08/28 14:59:44 steve * Revision 1.28 2004/08/28 14:59:44 steve
* More detailed error message about bad variable. * More detailed error message about bad variable.
* *

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: elab_net.cc,v 1.136 2004/10/04 00:25:46 steve Exp $" #ident "$Id: elab_net.cc,v 1.137 2004/10/04 01:10:52 steve Exp $"
#endif #endif
# include "config.h" # include "config.h"
@ -2511,6 +2511,9 @@ NetNet* PEUnary::elaborate_net(Design*des, NetScope*scope,
/* /*
* $Log: elab_net.cc,v $ * $Log: elab_net.cc,v $
* Revision 1.137 2004/10/04 01:10:52 steve
* Clean up spurious trailing white space.
*
* Revision 1.136 2004/10/04 00:25:46 steve * Revision 1.136 2004/10/04 00:25:46 steve
* Error message to match assertion. * Error message to match assertion.
* *

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: elaborate.cc,v 1.307 2004/09/05 21:07:26 steve Exp $" #ident "$Id: elaborate.cc,v 1.308 2004/10/04 01:10:52 steve Exp $"
#endif #endif
# include "config.h" # include "config.h"
@ -2769,6 +2769,9 @@ Design* elaborate(list<perm_string>roots)
/* /*
* $Log: elaborate.cc,v $ * $Log: elaborate.cc,v $
* Revision 1.308 2004/10/04 01:10:52 steve
* Clean up spurious trailing white space.
*
* Revision 1.307 2004/09/05 21:07:26 steve * Revision 1.307 2004/09/05 21:07:26 steve
* Support degenerat wait statements. * Support degenerat wait statements.
* *

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: emit.cc,v 1.76 2004/05/31 23:34:37 steve Exp $" #ident "$Id: emit.cc,v 1.77 2004/10/04 01:10:53 steve Exp $"
#endif #endif
# include "config.h" # include "config.h"
@ -511,6 +511,9 @@ bool emit(const Design*des, const char*type)
/* /*
* $Log: emit.cc,v $ * $Log: emit.cc,v $
* Revision 1.77 2004/10/04 01:10:53 steve
* Clean up spurious trailing white space.
*
* Revision 1.76 2004/05/31 23:34:37 steve * Revision 1.76 2004/05/31 23:34:37 steve
* Rewire/generalize parsing an elaboration of * Rewire/generalize parsing an elaboration of
* function return values to allow for better * function return values to allow for better

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: eval_tree.cc,v 1.61 2004/09/10 23:51:42 steve Exp $" #ident "$Id: eval_tree.cc,v 1.62 2004/10/04 01:10:53 steve Exp $"
#endif #endif
# include "config.h" # include "config.h"
@ -1551,6 +1551,9 @@ NetEConst* NetEUReduce::eval_tree()
/* /*
* $Log: eval_tree.cc,v $ * $Log: eval_tree.cc,v $
* Revision 1.62 2004/10/04 01:10:53 steve
* Clean up spurious trailing white space.
*
* Revision 1.61 2004/09/10 23:51:42 steve * Revision 1.61 2004/09/10 23:51:42 steve
* Fix the evaluation of constant ternary expressions. * Fix the evaluation of constant ternary expressions.
* *

View File

@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
* *
* $Id: sqrt.vl,v 1.3 2000/11/04 01:53:24 steve Exp $" * $Id: sqrt.vl,v 1.4 2004/10/04 01:10:56 steve Exp $"
*/ */
/* /*

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: functor.cc,v 1.31 2002/08/16 05:18:27 steve Exp $" #ident "$Id: functor.cc,v 1.32 2004/10/04 01:10:53 steve Exp $"
#endif #endif
# include "config.h" # include "config.h"
@ -267,6 +267,9 @@ int proc_match_t::event_wait(NetEvWait*)
/* /*
* $Log: functor.cc,v $ * $Log: functor.cc,v $
* Revision 1.32 2004/10/04 01:10:53 steve
* Clean up spurious trailing white space.
*
* Revision 1.31 2002/08/16 05:18:27 steve * Revision 1.31 2002/08/16 05:18:27 steve
* Fix intermix of node functors and node delete. * Fix intermix of node functors and node delete.
* *

View File

@ -1,4 +1,4 @@
.TH iverilog-vpi 1 "$Date: 2003/10/14 00:40:06 $" Version "$Date: 2003/10/14 00:40:06 $" .TH iverilog-vpi 1 "$Date: 2004/10/04 01:10:53 $" Version "$Date: 2004/10/04 01:10:53 $"
.SH NAME .SH NAME
iverilog-vpi - Compile front end for VPI modules iverilog-vpi - Compile front end for VPI modules

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: ivl_target.h,v 1.125 2004/09/25 01:58:12 steve Exp $" #ident "$Id: ivl_target.h,v 1.126 2004/10/04 01:10:53 steve Exp $"
#endif #endif
#ifdef __cplusplus #ifdef __cplusplus
@ -1236,6 +1236,9 @@ _END_DECL
/* /*
* $Log: ivl_target.h,v $ * $Log: ivl_target.h,v $
* Revision 1.126 2004/10/04 01:10:53 steve
* Clean up spurious trailing white space.
*
* Revision 1.125 2004/09/25 01:58:12 steve * Revision 1.125 2004/09/25 01:58:12 steve
* Some commentary on ivl_logic_pin. * Some commentary on ivl_logic_pin.
* *

View File

@ -18,7 +18,7 @@
# 59 Temple Place - Suite 330 # 59 Temple Place - Suite 330
# Boston, MA 02111-1307, USA # Boston, MA 02111-1307, USA
# #
#ident "$Id: Makefile.in,v 1.16 2004/02/10 19:25:00 steve Exp $" #ident "$Id: Makefile.in,v 1.17 2004/10/04 01:10:56 steve Exp $"
# #
# #
SHELL = /bin/sh SHELL = /bin/sh

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: a_fetch_tfarg.c,v 1.9 2004/02/18 02:51:59 steve Exp $" #ident "$Id: a_fetch_tfarg.c,v 1.10 2004/10/04 01:10:56 steve Exp $"
#endif #endif
#include <vpi_user.h> #include <vpi_user.h>
@ -134,6 +134,9 @@ char *acc_fetch_tfarg_str(PLI_INT32 n)
/* /*
* $Log: a_fetch_tfarg.c,v $ * $Log: a_fetch_tfarg.c,v $
* Revision 1.10 2004/10/04 01:10:56 steve
* Clean up spurious trailing white space.
*
* Revision 1.9 2004/02/18 02:51:59 steve * Revision 1.9 2004/02/18 02:51:59 steve
* Fix type mismatches of various VPI functions. * Fix type mismatches of various VPI functions.
* *

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: a_fetch_type.c,v 1.7 2003/06/04 01:56:20 steve Exp $" #ident "$Id: a_fetch_type.c,v 1.8 2004/10/04 01:10:56 steve Exp $"
#endif #endif
# include <acc_user.h> # include <acc_user.h>
@ -121,6 +121,9 @@ PLI_INT32 acc_fetch_fulltype(handle obj)
/* /*
* $Log: a_fetch_type.c,v $ * $Log: a_fetch_type.c,v $
* Revision 1.8 2004/10/04 01:10:56 steve
* Clean up spurious trailing white space.
*
* Revision 1.7 2003/06/04 01:56:20 steve * Revision 1.7 2003/06/04 01:56:20 steve
* 1) Adds configure logic to clean up compiler warnings * 1) Adds configure logic to clean up compiler warnings
* 2) adds acc_compare_handle, acc_fetch_range, acc_next_scope and * 2) adds acc_compare_handle, acc_fetch_range, acc_next_scope and

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: a_handle_tfarg.c,v 1.5 2003/03/18 01:21:49 steve Exp $" #ident "$Id: a_handle_tfarg.c,v 1.6 2004/10/04 01:10:56 steve Exp $"
#endif #endif
#include <acc_user.h> #include <acc_user.h>
@ -58,6 +58,9 @@ handle acc_handle_tfinst(void)
/* /*
* $Log: a_handle_tfarg.c,v $ * $Log: a_handle_tfarg.c,v $
* Revision 1.6 2004/10/04 01:10:56 steve
* Clean up spurious trailing white space.
*
* Revision 1.5 2003/03/18 01:21:49 steve * Revision 1.5 2003/03/18 01:21:49 steve
* Fix warning about uninitialized variable. * Fix warning about uninitialized variable.
* *

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: a_vcl.c,v 1.6 2003/06/17 16:55:07 steve Exp $" #ident "$Id: a_vcl.c,v 1.7 2004/10/04 01:10:56 steve Exp $"
#endif #endif
#include <vpi_user.h> #include <vpi_user.h>
@ -206,6 +206,9 @@ void acc_vcl_delete(handle obj, PLI_INT32(*consumer)(p_vc_record),
/* /*
* $Log: a_vcl.c,v $ * $Log: a_vcl.c,v $
* Revision 1.7 2004/10/04 01:10:56 steve
* Clean up spurious trailing white space.
*
* Revision 1.6 2003/06/17 16:55:07 steve * Revision 1.6 2003/06/17 16:55:07 steve
* 1) setlinebuf() for vpi_trace * 1) setlinebuf() for vpi_trace
* 2) Addes error checks for trace file opens * 2) Addes error checks for trace file opens

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: getp.c,v 1.6 2003/06/17 16:55:07 steve Exp $" #ident "$Id: getp.c,v 1.7 2004/10/04 01:10:56 steve Exp $"
#endif #endif
# include <assert.h> # include <assert.h>
@ -184,6 +184,9 @@ char *tf_strgetp(PLI_INT32 n, PLI_INT32 fmt)
/* /*
* $Log: getp.c,v $ * $Log: getp.c,v $
* Revision 1.7 2004/10/04 01:10:56 steve
* Clean up spurious trailing white space.
*
* Revision 1.6 2003/06/17 16:55:07 steve * Revision 1.6 2003/06/17 16:55:07 steve
* 1) setlinebuf() for vpi_trace * 1) setlinebuf() for vpi_trace
* 2) Addes error checks for trace file opens * 2) Addes error checks for trace file opens

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: link_const.cc,v 1.16 2003/06/21 01:21:43 steve Exp $" #ident "$Id: link_const.cc,v 1.17 2004/10/04 01:10:53 steve Exp $"
#endif #endif
# include "config.h" # include "config.h"
@ -164,6 +164,9 @@ verinum::V Nexus::driven_value() const
/* /*
* $Log: link_const.cc,v $ * $Log: link_const.cc,v $
* Revision 1.17 2004/10/04 01:10:53 steve
* Clean up spurious trailing white space.
*
* Revision 1.16 2003/06/21 01:21:43 steve * Revision 1.16 2003/06/21 01:21:43 steve
* Harmless fixup of warnings. * Harmless fixup of warnings.
* *

View File

@ -19,7 +19,7 @@ const char COPYRIGHT[] =
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: main.cc,v 1.85 2004/09/25 01:58:44 steve Exp $" #ident "$Id: main.cc,v 1.86 2004/10/04 01:10:53 steve Exp $"
#endif #endif
# include "config.h" # include "config.h"
@ -744,6 +744,9 @@ int main(int argc, char*argv[])
/* /*
* $Log: main.cc,v $ * $Log: main.cc,v $
* Revision 1.86 2004/10/04 01:10:53 steve
* Clean up spurious trailing white space.
*
* Revision 1.85 2004/09/25 01:58:44 steve * Revision 1.85 2004/09/25 01:58:44 steve
* Add a debug_elaborate flag * Add a debug_elaborate flag
* *

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: net_design.cc,v 1.44 2004/02/20 06:22:56 steve Exp $" #ident "$Id: net_design.cc,v 1.45 2004/10/04 01:10:54 steve Exp $"
#endif #endif
# include "config.h" # include "config.h"
@ -618,6 +618,9 @@ void Design::delete_process(NetProcTop*top)
/* /*
* $Log: net_design.cc,v $ * $Log: net_design.cc,v $
* Revision 1.45 2004/10/04 01:10:54 steve
* Clean up spurious trailing white space.
*
* Revision 1.44 2004/02/20 06:22:56 steve * Revision 1.44 2004/02/20 06:22:56 steve
* parameter keys are per_strings. * parameter keys are per_strings.
* *

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: net_event.cc,v 1.25 2004/02/19 06:57:10 steve Exp $" #ident "$Id: net_event.cc,v 1.26 2004/10/04 01:10:54 steve Exp $"
#endif #endif
# include "config.h" # include "config.h"
@ -449,6 +449,9 @@ NetProc* NetEvWait::statement()
/* /*
* $Log: net_event.cc,v $ * $Log: net_event.cc,v $
* Revision 1.26 2004/10/04 01:10:54 steve
* Clean up spurious trailing white space.
*
* Revision 1.25 2004/02/19 06:57:10 steve * Revision 1.25 2004/02/19 06:57:10 steve
* Memory and Event names use perm_string. * Memory and Event names use perm_string.
* *

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: net_expr.cc,v 1.22 2004/02/20 06:22:56 steve Exp $" #ident "$Id: net_expr.cc,v 1.23 2004/10/04 01:10:54 steve Exp $"
#endif #endif
# include "config.h" # include "config.h"
@ -516,6 +516,9 @@ NetExpr::TYPE NetESFunc::expr_type() const
/* /*
* $Log: net_expr.cc,v $ * $Log: net_expr.cc,v $
* Revision 1.23 2004/10/04 01:10:54 steve
* Clean up spurious trailing white space.
*
* Revision 1.22 2004/02/20 06:22:56 steve * Revision 1.22 2004/02/20 06:22:56 steve
* parameter keys are per_strings. * parameter keys are per_strings.
* *

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: net_scope.cc,v 1.32 2004/06/13 04:56:54 steve Exp $" #ident "$Id: net_scope.cc,v 1.33 2004/10/04 01:10:54 steve Exp $"
#endif #endif
# include "config.h" # include "config.h"
@ -467,6 +467,9 @@ string NetScope::local_hsymbol()
/* /*
* $Log: net_scope.cc,v $ * $Log: net_scope.cc,v $
* Revision 1.33 2004/10/04 01:10:54 steve
* Clean up spurious trailing white space.
*
* Revision 1.32 2004/06/13 04:56:54 steve * Revision 1.32 2004/06/13 04:56:54 steve
* Add support for the default_nettype directive. * Add support for the default_nettype directive.
* *

View File

@ -18,7 +18,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: net_udp.cc,v 1.9 2004/02/18 17:11:56 steve Exp $" #ident "$Id: net_udp.cc,v 1.10 2004/10/04 01:10:54 steve Exp $"
#endif #endif
# include "config.h" # include "config.h"
@ -92,6 +92,9 @@ char NetUDP::get_initial() const
/* /*
* $Log: net_udp.cc,v $ * $Log: net_udp.cc,v $
* Revision 1.10 2004/10/04 01:10:54 steve
* Clean up spurious trailing white space.
*
* Revision 1.9 2004/02/18 17:11:56 steve * Revision 1.9 2004/02/18 17:11:56 steve
* Use perm_strings for named langiage items. * Use perm_strings for named langiage items.
* *

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: netlist.cc,v 1.225 2004/06/30 02:16:26 steve Exp $" #ident "$Id: netlist.cc,v 1.226 2004/10/04 01:10:54 steve Exp $"
#endif #endif
# include "config.h" # include "config.h"
@ -2281,6 +2281,9 @@ const NetProc*NetTaskDef::proc() const
/* /*
* $Log: netlist.cc,v $ * $Log: netlist.cc,v $
* Revision 1.226 2004/10/04 01:10:54 steve
* Clean up spurious trailing white space.
*
* Revision 1.225 2004/06/30 02:16:26 steve * Revision 1.225 2004/06/30 02:16:26 steve
* Implement signed divide and signed right shift in nets. * Implement signed divide and signed right shift in nets.
* *

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: netlist.h,v 1.320 2004/10/04 00:25:18 steve Exp $" #ident "$Id: netlist.h,v 1.321 2004/10/04 01:10:54 steve Exp $"
#endif #endif
/* /*
@ -3357,6 +3357,9 @@ extern ostream& operator << (ostream&, NetNet::Type);
/* /*
* $Log: netlist.h,v $ * $Log: netlist.h,v $
* Revision 1.321 2004/10/04 01:10:54 steve
* Clean up spurious trailing white space.
*
* Revision 1.320 2004/10/04 00:25:18 steve * Revision 1.320 2004/10/04 00:25:18 steve
* Remove inaccurate comment. * Remove inaccurate comment.
* *

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: parse.y,v 1.200 2004/09/14 18:24:56 steve Exp $" #ident "$Id: parse.y,v 1.201 2004/10/04 01:10:54 steve Exp $"
#endif #endif
# include "config.h" # include "config.h"

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: pform.cc,v 1.128 2004/08/26 04:02:04 steve Exp $" #ident "$Id: pform.cc,v 1.129 2004/10/04 01:10:55 steve Exp $"
#endif #endif
# include "config.h" # include "config.h"
@ -1597,6 +1597,9 @@ int pform_parse(const char*path, FILE*file)
/* /*
* $Log: pform.cc,v $ * $Log: pform.cc,v $
* Revision 1.129 2004/10/04 01:10:55 steve
* Clean up spurious trailing white space.
*
* Revision 1.128 2004/08/26 04:02:04 steve * Revision 1.128 2004/08/26 04:02:04 steve
* Add support for localparam ranges. * Add support for localparam ranges.
* *

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: pform_dump.cc,v 1.87 2004/05/31 23:34:39 steve Exp $" #ident "$Id: pform_dump.cc,v 1.88 2004/10/04 01:10:55 steve Exp $"
#endif #endif
# include "config.h" # include "config.h"
@ -909,6 +909,9 @@ void PUdp::dump(ostream&out) const
/* /*
* $Log: pform_dump.cc,v $ * $Log: pform_dump.cc,v $
* Revision 1.88 2004/10/04 01:10:55 steve
* Clean up spurious trailing white space.
*
* Revision 1.87 2004/05/31 23:34:39 steve * Revision 1.87 2004/05/31 23:34:39 steve
* Rewire/generalize parsing an elaboration of * Rewire/generalize parsing an elaboration of
* function return values to allow for better * function return values to allow for better

View File

@ -1,4 +1,4 @@
# $Id: README-solaris_pkg.txt,v 1.1 2000/06/16 18:58:45 steve Exp $ # $Id: README-solaris_pkg.txt,v 1.2 2004/10/04 01:10:56 steve Exp $
Notes about the solaris package. Notes about the solaris package.

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: syn-rules.y,v 1.30 2004/08/28 15:08:32 steve Exp $" #ident "$Id: syn-rules.y,v 1.31 2004/10/04 01:10:55 steve Exp $"
#endif #endif
# include "config.h" # include "config.h"

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: synth2.cc,v 1.38 2004/08/28 15:08:32 steve Exp $" #ident "$Id: synth2.cc,v 1.39 2004/10/04 01:10:55 steve Exp $"
#endif #endif
# include "config.h" # include "config.h"
@ -985,6 +985,9 @@ void synth2(Design*des)
/* /*
* $Log: synth2.cc,v $ * $Log: synth2.cc,v $
* Revision 1.39 2004/10/04 01:10:55 steve
* Clean up spurious trailing white space.
*
* Revision 1.38 2004/08/28 15:08:32 steve * Revision 1.38 2004/08/28 15:08:32 steve
* Do not change reg to wire in NetAssign_ unless synthesizing. * Do not change reg to wire in NetAssign_ unless synthesizing.
* *

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: sys_funcs.cc,v 1.5 2004/03/17 17:07:12 steve Exp $" #ident "$Id: sys_funcs.cc,v 1.6 2004/10/04 01:10:55 steve Exp $"
#endif #endif
# include "config.h" # include "config.h"
@ -193,6 +193,9 @@ int load_sys_func_table(const char*path)
/* /*
* $Log: sys_funcs.cc,v $ * $Log: sys_funcs.cc,v $
* Revision 1.6 2004/10/04 01:10:55 steve
* Clean up spurious trailing white space.
*
* Revision 1.5 2004/03/17 17:07:12 steve * Revision 1.5 2004/03/17 17:07:12 steve
* Protect ident pragma. * Protect ident pragma.
* *

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: t-dll-api.cc,v 1.107 2004/06/30 02:16:27 steve Exp $" #ident "$Id: t-dll-api.cc,v 1.108 2004/10/04 01:10:55 steve Exp $"
#endif #endif
# include "config.h" # include "config.h"
@ -1935,6 +1935,9 @@ extern "C" ivl_variable_type_t ivl_variable_type(ivl_variable_t net)
/* /*
* $Log: t-dll-api.cc,v $ * $Log: t-dll-api.cc,v $
* Revision 1.108 2004/10/04 01:10:55 steve
* Clean up spurious trailing white space.
*
* Revision 1.107 2004/06/30 02:16:27 steve * Revision 1.107 2004/06/30 02:16:27 steve
* Implement signed divide and signed right shift in nets. * Implement signed divide and signed right shift in nets.
* *

View File

@ -18,7 +18,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: t-dll-proc.cc,v 1.64 2004/05/31 23:34:39 steve Exp $" #ident "$Id: t-dll-proc.cc,v 1.65 2004/10/04 01:10:55 steve Exp $"
#endif #endif
# include "config.h" # include "config.h"
@ -872,6 +872,9 @@ void dll_target::proc_while(const NetWhile*net)
/* /*
* $Log: t-dll-proc.cc,v $ * $Log: t-dll-proc.cc,v $
* Revision 1.65 2004/10/04 01:10:55 steve
* Clean up spurious trailing white space.
*
* Revision 1.64 2004/05/31 23:34:39 steve * Revision 1.64 2004/05/31 23:34:39 steve
* Rewire/generalize parsing an elaboration of * Rewire/generalize parsing an elaboration of
* function return values to allow for better * function return values to allow for better

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: t-dll.cc,v 1.130 2004/06/30 02:16:27 steve Exp $" #ident "$Id: t-dll.cc,v 1.131 2004/10/04 01:10:55 steve Exp $"
#endif #endif
# include "config.h" # include "config.h"
@ -2180,6 +2180,9 @@ extern const struct target tgt_dll = { "dll", &dll_target_obj };
/* /*
* $Log: t-dll.cc,v $ * $Log: t-dll.cc,v $
* Revision 1.131 2004/10/04 01:10:55 steve
* Clean up spurious trailing white space.
*
* Revision 1.130 2004/06/30 02:16:27 steve * Revision 1.130 2004/06/30 02:16:27 steve
* Implement signed divide and signed right shift in nets. * Implement signed divide and signed right shift in nets.
* *

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: t-dll.h,v 1.114 2004/06/30 02:16:27 steve Exp $" #ident "$Id: t-dll.h,v 1.115 2004/10/04 01:10:56 steve Exp $"
#endif #endif
# include "target.h" # include "target.h"
@ -684,6 +684,9 @@ struct ivl_variable_s {
/* /*
* $Log: t-dll.h,v $ * $Log: t-dll.h,v $
* Revision 1.115 2004/10/04 01:10:56 steve
* Clean up spurious trailing white space.
*
* Revision 1.114 2004/06/30 02:16:27 steve * Revision 1.114 2004/06/30 02:16:27 steve
* Implement signed divide and signed right shift in nets. * Implement signed divide and signed right shift in nets.
* *

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: d-generic-edif.c,v 1.17 2003/11/12 03:20:14 steve Exp $" #ident "$Id: d-generic-edif.c,v 1.18 2004/10/04 01:10:56 steve Exp $"
#endif #endif
# include "device.h" # include "device.h"
@ -477,6 +477,9 @@ const struct device_s d_generic_edif = {
/* /*
* $Log: d-generic-edif.c,v $ * $Log: d-generic-edif.c,v $
* Revision 1.18 2004/10/04 01:10:56 steve
* Clean up spurious trailing white space.
*
* Revision 1.17 2003/11/12 03:20:14 steve * Revision 1.17 2003/11/12 03:20:14 steve
* devices need show_cmp_gt * devices need show_cmp_gt
* *

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: d-lpm.c,v 1.11 2003/11/12 03:20:14 steve Exp $" #ident "$Id: d-lpm.c,v 1.12 2004/10/04 01:10:56 steve Exp $"
#endif #endif
/* /*
@ -876,6 +876,9 @@ const struct device_s d_lpm_edif = {
/* /*
* $Log: d-lpm.c,v $ * $Log: d-lpm.c,v $
* Revision 1.12 2004/10/04 01:10:56 steve
* Clean up spurious trailing white space.
*
* Revision 1.11 2003/11/12 03:20:14 steve * Revision 1.11 2003/11/12 03:20:14 steve
* devices need show_cmp_gt * devices need show_cmp_gt
* *

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: d-virtex.c,v 1.34 2004/02/15 18:03:30 steve Exp $" #ident "$Id: d-virtex.c,v 1.35 2004/10/04 01:10:56 steve Exp $"
#endif #endif
# include "device.h" # include "device.h"
@ -846,6 +846,9 @@ const struct device_s d_virtex_edif = {
/* /*
* $Log: d-virtex.c,v $ * $Log: d-virtex.c,v $
* Revision 1.35 2004/10/04 01:10:56 steve
* Clean up spurious trailing white space.
*
* Revision 1.34 2004/02/15 18:03:30 steve * Revision 1.34 2004/02/15 18:03:30 steve
* Cleanup of warnings. * Cleanup of warnings.
* *

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: d-virtex2.c,v 1.19 2003/11/12 03:20:14 steve Exp $" #ident "$Id: d-virtex2.c,v 1.20 2004/10/04 01:10:57 steve Exp $"
#endif #endif
# include "device.h" # include "device.h"
@ -95,6 +95,9 @@ const struct device_s d_virtex2_edif = {
/* /*
* $Log: d-virtex2.c,v $ * $Log: d-virtex2.c,v $
* Revision 1.20 2004/10/04 01:10:57 steve
* Clean up spurious trailing white space.
*
* Revision 1.19 2003/11/12 03:20:14 steve * Revision 1.19 2003/11/12 03:20:14 steve
* devices need show_cmp_gt * devices need show_cmp_gt
* *

View File

@ -1,4 +1,4 @@
.TH iverilog-fpga 1 "$Date: 2003/10/27 06:12:47 $" Version "$Date: 2003/10/27 06:12:47 $" .TH iverilog-fpga 1 "$Date: 2004/10/04 01:10:57 $" Version "$Date: 2004/10/04 01:10:57 $"
.SH NAME .SH NAME
iverilog-fpga \- FPGA code generator for Icarus Verilog iverilog-fpga \- FPGA code generator for Icarus Verilog

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: stub.c,v 1.89 2004/09/25 01:57:33 steve Exp $" #ident "$Id: stub.c,v 1.90 2004/10/04 01:10:57 steve Exp $"
#endif #endif
# include "config.h" # include "config.h"
@ -953,6 +953,9 @@ int target_design(ivl_design_t des)
/* /*
* $Log: stub.c,v $ * $Log: stub.c,v $
* Revision 1.90 2004/10/04 01:10:57 steve
* Clean up spurious trailing white space.
*
* Revision 1.89 2004/09/25 01:57:33 steve * Revision 1.89 2004/09/25 01:57:33 steve
* Dump tri0 and tri1 nets. * Dump tri0 and tri1 nets.
* *

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: draw_vpi.c,v 1.8 2003/04/23 02:22:47 steve Exp $" #ident "$Id: draw_vpi.c,v 1.9 2004/10/04 01:10:57 steve Exp $"
#endif #endif
# include "vvp_priv.h" # include "vvp_priv.h"
@ -296,6 +296,9 @@ int draw_vpi_rfunc_call(ivl_expr_t fnet)
/* /*
* $Log: draw_vpi.c,v $ * $Log: draw_vpi.c,v $
* Revision 1.9 2004/10/04 01:10:57 steve
* Clean up spurious trailing white space.
*
* Revision 1.8 2003/04/23 02:22:47 steve * Revision 1.8 2003/04/23 02:22:47 steve
* Fix word register leak. * Fix word register leak.
* *

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: eval_expr.c,v 1.109 2004/09/10 00:14:31 steve Exp $" #ident "$Id: eval_expr.c,v 1.110 2004/10/04 01:10:57 steve Exp $"
#endif #endif
# include "vvp_priv.h" # include "vvp_priv.h"
@ -2139,6 +2139,9 @@ struct vector_info draw_eval_expr(ivl_expr_t exp, int stuff_ok_flag)
/* /*
* $Log: eval_expr.c,v $ * $Log: eval_expr.c,v $
* Revision 1.110 2004/10/04 01:10:57 steve
* Clean up spurious trailing white space.
*
* Revision 1.109 2004/09/10 00:14:31 steve * Revision 1.109 2004/09/10 00:14:31 steve
* Relaxed width constraint on pad_expression output. * Relaxed width constraint on pad_expression output.
* *

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: eval_real.c,v 1.10 2003/12/19 01:27:10 steve Exp $" #ident "$Id: eval_real.c,v 1.11 2004/10/04 01:10:57 steve Exp $"
#endif #endif
/* /*
@ -298,6 +298,9 @@ int draw_eval_real(ivl_expr_t exp)
/* /*
* $Log: eval_real.c,v $ * $Log: eval_real.c,v $
* Revision 1.11 2004/10/04 01:10:57 steve
* Clean up spurious trailing white space.
*
* Revision 1.10 2003/12/19 01:27:10 steve * Revision 1.10 2003/12/19 01:27:10 steve
* Fix various unsigned compare warnings. * Fix various unsigned compare warnings.
* *

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: vvp.c,v 1.16 2003/05/16 03:22:52 steve Exp $" #ident "$Id: vvp.c,v 1.17 2004/10/04 01:10:57 steve Exp $"
#endif #endif
/* /*
@ -108,6 +108,9 @@ int target_design(ivl_design_t des)
/* /*
* $Log: vvp.c,v $ * $Log: vvp.c,v $
* Revision 1.17 2004/10/04 01:10:57 steve
* Clean up spurious trailing white space.
*
* Revision 1.16 2003/05/16 03:22:52 steve * Revision 1.16 2003/05/16 03:22:52 steve
* Use fopen64 to open output file. * Use fopen64 to open output file.
* *

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: vvp_process.c,v 1.92 2004/05/19 03:25:42 steve Exp $" #ident "$Id: vvp_process.c,v 1.93 2004/10/04 01:10:57 steve Exp $"
#endif #endif
# include "vvp_priv.h" # include "vvp_priv.h"
@ -1626,6 +1626,9 @@ int draw_func_definition(ivl_scope_t scope)
/* /*
* $Log: vvp_process.c,v $ * $Log: vvp_process.c,v $
* Revision 1.93 2004/10/04 01:10:57 steve
* Clean up spurious trailing white space.
*
* Revision 1.92 2004/05/19 03:25:42 steve * Revision 1.92 2004/05/19 03:25:42 steve
* Generate code for nb assign to reals. * Generate code for nb assign to reals.
* *

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: vvp_scope.c,v 1.102 2004/09/25 21:04:25 steve Exp $" #ident "$Id: vvp_scope.c,v 1.103 2004/10/04 01:10:57 steve Exp $"
#endif #endif
# include "vvp_priv.h" # include "vvp_priv.h"
@ -1624,6 +1624,9 @@ int draw_scope(ivl_scope_t net, ivl_scope_t parent)
/* /*
* $Log: vvp_scope.c,v $ * $Log: vvp_scope.c,v $
* Revision 1.103 2004/10/04 01:10:57 steve
* Clean up spurious trailing white space.
*
* Revision 1.102 2004/09/25 21:04:25 steve * Revision 1.102 2004/09/25 21:04:25 steve
* More carefull about eliding bufzs that carry strength. * More carefull about eliding bufzs that carry strength.
* *

View File

@ -11,7 +11,7 @@
* Change the function prototypes to use ANSI/ISO C syntax. * Change the function prototypes to use ANSI/ISO C syntax.
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: mt19937int.c,v 1.4 2003/05/14 04:18:16 steve Exp $" #ident "$Id: mt19937int.c,v 1.5 2004/10/04 01:10:58 steve Exp $"
#endif #endif
/* A C-program for MT19937: Integer version (1998/4/6) */ /* A C-program for MT19937: Integer version (1998/4/6) */
@ -126,6 +126,9 @@ genrand(struct context_s *context)
/* /*
* $Log: mt19937int.c,v $ * $Log: mt19937int.c,v $
* Revision 1.5 2004/10/04 01:10:58 steve
* Clean up spurious trailing white space.
*
* Revision 1.4 2003/05/14 04:18:16 steve * Revision 1.4 2003/05/14 04:18:16 steve
* Use seed to store random number context. * Use seed to store random number context.
* *

View File

@ -18,7 +18,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: sys_deposit.c,v 1.4 2004/01/21 01:22:53 steve Exp $" #ident "$Id: sys_deposit.c,v 1.5 2004/10/04 01:10:58 steve Exp $"
#endif #endif
# include "vpi_config.h" # include "vpi_config.h"
@ -79,6 +79,9 @@ void sys_deposit_register()
/* /*
* $Log: sys_deposit.c,v $ * $Log: sys_deposit.c,v $
* Revision 1.5 2004/10/04 01:10:58 steve
* Clean up spurious trailing white space.
*
* Revision 1.4 2004/01/21 01:22:53 steve * Revision 1.4 2004/01/21 01:22:53 steve
* Give the vip directory its own configure and vpi_config.h * Give the vip directory its own configure and vpi_config.h
* *

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: sys_display.c,v 1.70 2004/02/20 01:53:02 steve Exp $" #ident "$Id: sys_display.c,v 1.71 2004/10/04 01:10:58 steve Exp $"
#endif #endif
# include "vpi_config.h" # include "vpi_config.h"
@ -1566,6 +1566,9 @@ void sys_display_register()
/* /*
* $Log: sys_display.c,v $ * $Log: sys_display.c,v $
* Revision 1.71 2004/10/04 01:10:58 steve
* Clean up spurious trailing white space.
*
* Revision 1.70 2004/02/20 01:53:02 steve * Revision 1.70 2004/02/20 01:53:02 steve
* Do not strip leading spaces, or expect them either. * Do not strip leading spaces, or expect them either.
* *

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: sys_lxt.c,v 1.25 2004/02/15 20:46:01 steve Exp $" #ident "$Id: sys_lxt.c,v 1.26 2004/10/04 01:10:58 steve Exp $"
#endif #endif
# include "sys_priv.h" # include "sys_priv.h"
@ -819,6 +819,9 @@ void sys_lxt_register()
/* /*
* $Log: sys_lxt.c,v $ * $Log: sys_lxt.c,v $
* Revision 1.26 2004/10/04 01:10:58 steve
* Clean up spurious trailing white space.
*
* Revision 1.25 2004/02/15 20:46:01 steve * Revision 1.25 2004/02/15 20:46:01 steve
* Add the $dumpflush function * Add the $dumpflush function
* *

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: sys_lxt2.c,v 1.7 2004/02/15 20:46:01 steve Exp $" #ident "$Id: sys_lxt2.c,v 1.8 2004/10/04 01:10:58 steve Exp $"
#endif #endif
# include "sys_priv.h" # include "sys_priv.h"
@ -839,6 +839,9 @@ void sys_lxt2_register()
/* /*
* $Log: sys_lxt2.c,v $ * $Log: sys_lxt2.c,v $
* Revision 1.8 2004/10/04 01:10:58 steve
* Clean up spurious trailing white space.
*
* Revision 1.7 2004/02/15 20:46:01 steve * Revision 1.7 2004/02/15 20:46:01 steve
* Add the $dumpflush function * Add the $dumpflush function
* *

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: sys_plusargs.c,v 1.4 2002/08/12 01:35:05 steve Exp $" #ident "$Id: sys_plusargs.c,v 1.5 2004/10/04 01:10:58 steve Exp $"
#endif #endif
# include <vpi_user.h> # include <vpi_user.h>
@ -329,6 +329,9 @@ void sys_plusargs_register()
/* /*
* $Log: sys_plusargs.c,v $ * $Log: sys_plusargs.c,v $
* Revision 1.5 2004/10/04 01:10:58 steve
* Clean up spurious trailing white space.
*
* Revision 1.4 2002/08/12 01:35:05 steve * Revision 1.4 2002/08/12 01:35:05 steve
* conditional ident string using autoconfig. * conditional ident string using autoconfig.
* *

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: sys_random.c,v 1.13 2004/06/17 14:44:01 steve Exp $" #ident "$Id: sys_random.c,v 1.14 2004/10/04 01:10:58 steve Exp $"
#endif #endif
# include "sys_priv.h" # include "sys_priv.h"
@ -362,6 +362,9 @@ void sys_random_register()
/* /*
* $Log: sys_random.c,v $ * $Log: sys_random.c,v $
* Revision 1.14 2004/10/04 01:10:58 steve
* Clean up spurious trailing white space.
*
* Revision 1.13 2004/06/17 14:44:01 steve * Revision 1.13 2004/06/17 14:44:01 steve
* Save seed in static variable, in case user doesnt pass it. * Save seed in static variable, in case user doesnt pass it.
* *

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: sys_random_mti.c,v 1.2 2004/10/04 00:14:08 steve Exp $" #ident "$Id: sys_random_mti.c,v 1.3 2004/10/04 01:10:58 steve Exp $"
#endif #endif
# include "sys_priv.h" # include "sys_priv.h"
@ -202,6 +202,9 @@ void sys_random_mti_register()
/* /*
* $Log: sys_random_mti.c,v $ * $Log: sys_random_mti.c,v $
* Revision 1.3 2004/10/04 01:10:58 steve
* Clean up spurious trailing white space.
*
* Revision 1.2 2004/10/04 00:14:08 steve * Revision 1.2 2004/10/04 00:14:08 steve
* MTI functions only user Mersene Twister * MTI functions only user Mersene Twister
* *

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: sys_readmem.c,v 1.15 2004/01/21 01:22:53 steve Exp $" #ident "$Id: sys_readmem.c,v 1.16 2004/10/04 01:10:58 steve Exp $"
#endif #endif
# include "vpi_config.h" # include "vpi_config.h"
@ -576,6 +576,9 @@ void sys_readmem_register()
/* /*
* $Log: sys_readmem.c,v $ * $Log: sys_readmem.c,v $
* Revision 1.16 2004/10/04 01:10:58 steve
* Clean up spurious trailing white space.
*
* Revision 1.15 2004/01/21 01:22:53 steve * Revision 1.15 2004/01/21 01:22:53 steve
* Give the vip directory its own configure and vpi_config.h * Give the vip directory its own configure and vpi_config.h
* *

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: sys_vcd.c,v 1.55 2004/02/15 20:46:01 steve Exp $" #ident "$Id: sys_vcd.c,v 1.56 2004/10/04 01:10:58 steve Exp $"
#endif #endif
# include "sys_priv.h" # include "sys_priv.h"
@ -835,6 +835,9 @@ void sys_vcd_register()
/* /*
* $Log: sys_vcd.c,v $ * $Log: sys_vcd.c,v $
* Revision 1.56 2004/10/04 01:10:58 steve
* Clean up spurious trailing white space.
*
* Revision 1.55 2004/02/15 20:46:01 steve * Revision 1.55 2004/02/15 20:46:01 steve
* Add the $dumpflush function * Add the $dumpflush function
* *

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: sys_vcdoff.c,v 1.2 2004/01/21 01:22:53 steve Exp $" #ident "$Id: sys_vcdoff.c,v 1.3 2004/10/04 01:10:58 steve Exp $"
#endif #endif
# include "sys_priv.h" # include "sys_priv.h"
@ -171,6 +171,9 @@ void sys_vcdoff_register()
/* /*
* $Log: sys_vcdoff.c,v $ * $Log: sys_vcdoff.c,v $
* Revision 1.3 2004/10/04 01:10:58 steve
* Clean up spurious trailing white space.
*
* Revision 1.2 2004/01/21 01:22:53 steve * Revision 1.2 2004/01/21 01:22:53 steve
* Give the vip directory its own configure and vpi_config.h * Give the vip directory its own configure and vpi_config.h
* *

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: vcd_priv.c,v 1.5 2004/01/21 01:22:53 steve Exp $" #ident "$Id: vcd_priv.c,v 1.6 2004/10/04 01:10:58 steve Exp $"
#endif #endif
# include "vpi_config.h" # include "vpi_config.h"
@ -170,6 +170,9 @@ void set_nexus_ident(int nex, const char *id)
/* /*
* $Log: vcd_priv.c,v $ * $Log: vcd_priv.c,v $
* Revision 1.6 2004/10/04 01:10:58 steve
* Clean up spurious trailing white space.
*
* Revision 1.5 2004/01/21 01:22:53 steve * Revision 1.5 2004/01/21 01:22:53 steve
* Give the vip directory its own configure and vpi_config.h * Give the vip directory its own configure and vpi_config.h
* *

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: vpi_user.h,v 1.35 2004/09/05 21:30:16 steve Exp $" #ident "$Id: vpi_user.h,v 1.36 2004/10/04 01:10:56 steve Exp $"
#endif #endif
@ -419,6 +419,9 @@ EXTERN_C_END
/* /*
* $Log: vpi_user.h,v $ * $Log: vpi_user.h,v $
* Revision 1.36 2004/10/04 01:10:56 steve
* Clean up spurious trailing white space.
*
* Revision 1.35 2004/09/05 21:30:16 steve * Revision 1.35 2004/09/05 21:30:16 steve
* Better type safety. * Better type safety.
* *

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: vpi_mcd.c,v 1.6 2002/08/12 01:35:05 steve Exp $" #ident "$Id: vpi_mcd.c,v 1.7 2004/10/04 01:10:58 steve Exp $"
#endif #endif
# include "vpi_priv.h" # include "vpi_priv.h"
@ -148,6 +148,9 @@ int vpi_mcd_fgetc(unsigned int mcd)
/* /*
* $Log: vpi_mcd.c,v $ * $Log: vpi_mcd.c,v $
* Revision 1.7 2004/10/04 01:10:58 steve
* Clean up spurious trailing white space.
*
* Revision 1.6 2002/08/12 01:35:05 steve * Revision 1.6 2002/08/12 01:35:05 steve
* conditional ident string using autoconfig. * conditional ident string using autoconfig.
* *

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: vpi_null.c,v 1.2 2002/08/12 01:35:05 steve Exp $" #ident "$Id: vpi_null.c,v 1.3 2004/10/04 01:10:58 steve Exp $"
#endif #endif
# include "vpi_priv.h" # include "vpi_priv.h"
@ -43,6 +43,9 @@ extern struct __vpiNull *vpip_get_null(void)
/* /*
* $Log: vpi_null.c,v $ * $Log: vpi_null.c,v $
* Revision 1.3 2004/10/04 01:10:58 steve
* Clean up spurious trailing white space.
*
* Revision 1.2 2002/08/12 01:35:05 steve * Revision 1.2 2002/08/12 01:35:05 steve
* conditional ident string using autoconfig. * conditional ident string using autoconfig.
* *

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: vpi_priv.h,v 1.3 2002/08/12 01:35:06 steve Exp $" #ident "$Id: vpi_priv.h,v 1.4 2004/10/04 01:10:58 steve Exp $"
#endif #endif
/* /*
@ -412,6 +412,9 @@ extern int vpip_finished();
/* /*
* $Log: vpi_priv.h,v $ * $Log: vpi_priv.h,v $
* Revision 1.4 2004/10/04 01:10:58 steve
* Clean up spurious trailing white space.
*
* Revision 1.3 2002/08/12 01:35:06 steve * Revision 1.3 2002/08/12 01:35:06 steve
* conditional ident string using autoconfig. * conditional ident string using autoconfig.
* *

View File

@ -1,7 +1,7 @@
/* /*
* Copyright (c) 2001 Stephen Williams (steve@icarus.com) * Copyright (c) 2001 Stephen Williams (steve@icarus.com)
* *
* $Id: README.txt,v 1.46 2004/06/16 16:33:25 steve Exp $ * $Id: README.txt,v 1.47 2004/10/04 01:10:58 steve Exp $
*/ */
VVP SIMULATION ENGINE VVP SIMULATION ENGINE

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: arith.cc,v 1.29 2004/09/22 16:44:07 steve Exp $" #ident "$Id: arith.cc,v 1.30 2004/10/04 01:10:58 steve Exp $"
#endif #endif
# include "arith.h" # include "arith.h"
@ -687,6 +687,9 @@ void vvp_shiftr::set(vvp_ipoint_t i, bool push, unsigned val, unsigned)
/* /*
* $Log: arith.cc,v $ * $Log: arith.cc,v $
* Revision 1.30 2004/10/04 01:10:58 steve
* Clean up spurious trailing white space.
*
* Revision 1.29 2004/09/22 16:44:07 steve * Revision 1.29 2004/09/22 16:44:07 steve
* Fix LPM GE to match LPM GT behavior. * Fix LPM GE to match LPM GT behavior.
* *

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: arith.h,v 1.18 2004/09/22 16:44:07 steve Exp $" #ident "$Id: arith.h,v 1.19 2004/10/04 01:10:58 steve Exp $"
#endif #endif
# include "functor.h" # include "functor.h"
@ -169,6 +169,9 @@ class vvp_shiftr : public vvp_arith_ {
/* /*
* $Log: arith.h,v $ * $Log: arith.h,v $
* Revision 1.19 2004/10/04 01:10:58 steve
* Clean up spurious trailing white space.
*
* Revision 1.18 2004/09/22 16:44:07 steve * Revision 1.18 2004/09/22 16:44:07 steve
* Fix LPM GE to match LPM GT behavior. * Fix LPM GE to match LPM GT behavior.
* *

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: compile.cc,v 1.174 2004/06/30 02:15:57 steve Exp $" #ident "$Id: compile.cc,v 1.175 2004/10/04 01:10:58 steve Exp $"
#endif #endif
# include "arith.h" # include "arith.h"
@ -1579,6 +1579,9 @@ void compile_param_string(char*label, char*name, char*str, char*value)
/* /*
* $Log: compile.cc,v $ * $Log: compile.cc,v $
* Revision 1.175 2004/10/04 01:10:58 steve
* Clean up spurious trailing white space.
*
* Revision 1.174 2004/06/30 02:15:57 steve * Revision 1.174 2004/06/30 02:15:57 steve
* Add signed LPM divide. * Add signed LPM divide.
* *

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: compile.h,v 1.55 2004/06/30 02:15:57 steve Exp $" #ident "$Id: compile.h,v 1.56 2004/10/04 01:10:59 steve Exp $"
#endif #endif
# include <stdio.h> # include <stdio.h>
@ -268,6 +268,9 @@ extern void compile_net(char*label, char*name,
/* /*
* $Log: compile.h,v $ * $Log: compile.h,v $
* Revision 1.56 2004/10/04 01:10:59 steve
* Clean up spurious trailing white space.
*
* Revision 1.55 2004/06/30 02:15:57 steve * Revision 1.55 2004/06/30 02:15:57 steve
* Add signed LPM divide. * Add signed LPM divide.
* *

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: config.h.in,v 1.17 2004/05/18 18:45:11 steve Exp $" #ident "$Id: config.h.in,v 1.18 2004/10/04 01:10:59 steve Exp $"
#endif #endif
# define SIZEOF_UNSIGNED_LONG_LONG 0 # define SIZEOF_UNSIGNED_LONG_LONG 0
@ -96,6 +96,9 @@ typedef unsigned long vvp_time64_t;
/* /*
* $Log: config.h.in,v $ * $Log: config.h.in,v $
* Revision 1.18 2004/10/04 01:10:59 steve
* Clean up spurious trailing white space.
*
* Revision 1.17 2004/05/18 18:45:11 steve * Revision 1.17 2004/05/18 18:45:11 steve
* Handle explicit set of unsigned long width. For -m32 * Handle explicit set of unsigned long width. For -m32
* *

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: delay.cc,v 1.2 2002/08/12 01:35:08 steve Exp $" #ident "$Id: delay.cc,v 1.3 2004/10/04 01:10:59 steve Exp $"
#endif #endif
#include "delay.h" #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 $ ** $Log: delay.cc,v $
** Revision 1.3 2004/10/04 01:10:59 steve
** Clean up spurious trailing white space.
**
** Revision 1.2 2002/08/12 01:35:08 steve ** Revision 1.2 2002/08/12 01:35:08 steve
** conditional ident string using autoconfig. ** conditional ident string using autoconfig.
** **

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: delay.h,v 1.3 2002/08/12 01:35:08 steve Exp $" #ident "$Id: delay.h,v 1.4 2004/10/04 01:10:59 steve Exp $"
#endif #endif
#include "pointers.h" #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 $ ** $Log: delay.h,v $
** Revision 1.4 2004/10/04 01:10:59 steve
** Clean up spurious trailing white space.
**
** Revision 1.3 2002/08/12 01:35:08 steve ** Revision 1.3 2002/08/12 01:35:08 steve
** conditional ident string using autoconfig. ** conditional ident string using autoconfig.
** **

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: draw_tt.c,v 1.15 2003/07/30 01:13:29 steve Exp $" #ident "$Id: draw_tt.c,v 1.16 2004/10/04 01:10:59 steve Exp $"
#endif #endif
# include <stdio.h> # include <stdio.h>
@ -758,6 +758,9 @@ main()
/* /*
* $Log: draw_tt.c,v $ * $Log: draw_tt.c,v $
* Revision 1.16 2004/10/04 01:10:59 steve
* Clean up spurious trailing white space.
*
* Revision 1.15 2003/07/30 01:13:29 steve * Revision 1.15 2003/07/30 01:13:29 steve
* Add support for triand and trior. * Add support for triand and trior.
* *

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: event.cc,v 1.13 2003/11/26 01:47:18 steve Exp $" #ident "$Id: event.cc,v 1.14 2004/10/04 01:10:59 steve Exp $"
#endif #endif
# include "event.h" # include "event.h"
@ -197,6 +197,9 @@ void compile_named_event(char*label, char*name)
/* /*
* $Log: event.cc,v $ * $Log: event.cc,v $
* Revision 1.14 2004/10/04 01:10:59 steve
* Clean up spurious trailing white space.
*
* Revision 1.13 2003/11/26 01:47:18 steve * Revision 1.13 2003/11/26 01:47:18 steve
* Propagate named event outputs, if any. * Propagate named event outputs, if any.
* *

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: event.h,v 1.4 2002/08/12 01:35:08 steve Exp $" #ident "$Id: event.h,v 1.5 2004/10/04 01:10:59 steve Exp $"
#endif #endif
# include "functor.h" # include "functor.h"
@ -80,6 +80,9 @@ struct callback_functor_s *vvp_fvector_make_callback
/* /*
* $Log: event.h,v $ * $Log: event.h,v $
* Revision 1.5 2004/10/04 01:10:59 steve
* Clean up spurious trailing white space.
*
* Revision 1.4 2002/08/12 01:35:08 steve * Revision 1.4 2002/08/12 01:35:08 steve
* conditional ident string using autoconfig. * conditional ident string using autoconfig.
* *

View File

@ -18,7 +18,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: force.cc,v 1.7 2002/08/12 01:35:08 steve Exp $" #ident "$Id: force.cc,v 1.8 2004/10/04 01:10:59 steve Exp $"
#endif #endif
# include "codes.h" # include "codes.h"
@ -268,6 +268,9 @@ bool of_DEASSIGN(vthread_t thr, vvp_code_t cp)
/* /*
* $Log: force.cc,v $ * $Log: force.cc,v $
* Revision 1.8 2004/10/04 01:10:59 steve
* Clean up spurious trailing white space.
*
* Revision 1.7 2002/08/12 01:35:08 steve * Revision 1.7 2002/08/12 01:35:08 steve
* conditional ident string using autoconfig. * conditional ident string using autoconfig.
* *

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: functor.cc,v 1.43 2003/09/09 00:56:45 steve Exp $" #ident "$Id: functor.cc,v 1.44 2004/10/04 01:10:59 steve Exp $"
#endif #endif
# include "functor.h" # include "functor.h"
@ -222,6 +222,9 @@ edge_inputs_functor_s::~edge_inputs_functor_s()
/* /*
* $Log: functor.cc,v $ * $Log: functor.cc,v $
* Revision 1.44 2004/10/04 01:10:59 steve
* Clean up spurious trailing white space.
*
* Revision 1.43 2003/09/09 00:56:45 steve * Revision 1.43 2003/09/09 00:56:45 steve
* Reimpelement scheduler to divide nonblocking assign queue out. * Reimpelement scheduler to divide nonblocking assign queue out.
* *

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: functor.h,v 1.51 2003/09/09 00:56:45 steve Exp $" #ident "$Id: functor.h,v 1.52 2004/10/04 01:10:59 steve Exp $"
#endif #endif
# include "pointers.h" # include "pointers.h"
@ -343,6 +343,9 @@ extern vvp_fvector_t vvp_fvector_continuous_new(unsigned size, vvp_ipoint_t p);
/* /*
* $Log: functor.h,v $ * $Log: functor.h,v $
* Revision 1.52 2004/10/04 01:10:59 steve
* Clean up spurious trailing white space.
*
* Revision 1.51 2003/09/09 00:56:45 steve * Revision 1.51 2003/09/09 00:56:45 steve
* Reimpelement scheduler to divide nonblocking assign queue out. * Reimpelement scheduler to divide nonblocking assign queue out.
* *

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: ivl_dlfcn.h,v 1.9 2003/12/12 05:43:08 steve Exp $" #ident "$Id: ivl_dlfcn.h,v 1.10 2004/10/04 01:10:59 steve Exp $"
#endif #endif
#if defined(__MINGW32__) #if defined(__MINGW32__)
@ -96,6 +96,9 @@ inline const char*dlerror(void)
/* /*
* $Log: ivl_dlfcn.h,v $ * $Log: ivl_dlfcn.h,v $
* Revision 1.10 2004/10/04 01:10:59 steve
* Clean up spurious trailing white space.
*
* Revision 1.9 2003/12/12 05:43:08 steve * Revision 1.9 2003/12/12 05:43:08 steve
* Some systems dlsym requires leading _ or not on whim. * Some systems dlsym requires leading _ or not on whim.
* *

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: logic.cc,v 1.12 2002/09/06 04:56:29 steve Exp $" #ident "$Id: logic.cc,v 1.13 2004/10/04 01:10:59 steve Exp $"
#endif #endif
# include "logic.h" # include "logic.h"
@ -167,6 +167,9 @@ void compile_functor(char*label, char*type,
/* /*
* $Log: logic.cc,v $ * $Log: logic.cc,v $
* Revision 1.13 2004/10/04 01:10:59 steve
* Clean up spurious trailing white space.
*
* Revision 1.12 2002/09/06 04:56:29 steve * Revision 1.12 2002/09/06 04:56:29 steve
* Add support for %v is the display system task. * Add support for %v is the display system task.
* Change the encoding of H and L outputs from * Change the encoding of H and L outputs from

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: main.cc,v 1.38 2003/06/25 04:04:19 steve Exp $" #ident "$Id: main.cc,v 1.39 2004/10/04 01:10:59 steve Exp $"
#endif #endif
# include "config.h" # include "config.h"
@ -277,6 +277,9 @@ int main(int argc, char*argv[])
/* /*
* $Log: main.cc,v $ * $Log: main.cc,v $
* Revision 1.39 2004/10/04 01:10:59 steve
* Clean up spurious trailing white space.
*
* Revision 1.38 2003/06/25 04:04:19 steve * Revision 1.38 2003/06/25 04:04:19 steve
* Fix mingw portability problems. * Fix mingw portability problems.
* *

View File

@ -18,7 +18,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: memory.cc,v 1.21 2003/09/09 00:56:45 steve Exp $" #ident "$Id: memory.cc,v 1.22 2004/10/04 01:10:59 steve Exp $"
#endif #endif
#include "memory.h" #include "memory.h"
@ -509,6 +509,9 @@ void schedule_memory(vvp_memory_t mem, unsigned idx,
/* /*
* $Log: memory.cc,v $ * $Log: memory.cc,v $
* Revision 1.22 2004/10/04 01:10:59 steve
* Clean up spurious trailing white space.
*
* Revision 1.21 2003/09/09 00:56:45 steve * Revision 1.21 2003/09/09 00:56:45 steve
* Reimpelement scheduler to divide nonblocking assign queue out. * Reimpelement scheduler to divide nonblocking assign queue out.
* *

View File

@ -20,7 +20,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: memory.h,v 1.6 2002/08/12 01:35:08 steve Exp $" #ident "$Id: memory.h,v 1.7 2004/10/04 01:10:59 steve Exp $"
#endif #endif
#include "pointers.h" #include "pointers.h"
@ -65,6 +65,9 @@ vvp_memory_t memory_create(char *label);
/* /*
* $Log: memory.h,v $ * $Log: memory.h,v $
* Revision 1.7 2004/10/04 01:10:59 steve
* Clean up spurious trailing white space.
*
* Revision 1.6 2002/08/12 01:35:08 steve * Revision 1.6 2002/08/12 01:35:08 steve
* conditional ident string using autoconfig. * conditional ident string using autoconfig.
* *

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: npmos.cc,v 1.8 2002/08/12 01:35:08 steve Exp $" #ident "$Id: npmos.cc,v 1.9 2004/10/04 01:10:59 steve Exp $"
#endif #endif
# include "npmos.h" # 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 $ * $Log: npmos.cc,v $
* Revision 1.9 2004/10/04 01:10:59 steve
* Clean up spurious trailing white space.
*
* Revision 1.8 2002/08/12 01:35:08 steve * Revision 1.8 2002/08/12 01:35:08 steve
* conditional ident string using autoconfig. * conditional ident string using autoconfig.
* *

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: npmos.h,v 1.4 2002/08/12 01:35:08 steve Exp $" #ident "$Id: npmos.h,v 1.5 2004/10/04 01:10:59 steve Exp $"
#endif #endif
# include "functor.h" # include "functor.h"
@ -56,6 +56,9 @@ class vvp_rnmos_s : public vvp_pmos_s {
/* /*
* $Log: npmos.h,v $ * $Log: npmos.h,v $
* Revision 1.5 2004/10/04 01:10:59 steve
* Clean up spurious trailing white space.
*
* Revision 1.4 2002/08/12 01:35:08 steve * Revision 1.4 2002/08/12 01:35:08 steve
* conditional ident string using autoconfig. * conditional ident string using autoconfig.
* *

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: parse.y,v 1.59 2004/08/28 16:26:41 steve Exp $" #ident "$Id: parse.y,v 1.60 2004/10/04 01:10:59 steve Exp $"
#endif #endif
# include "parse_misc.h" # include "parse_misc.h"
@ -635,6 +635,9 @@ int compile_design(const char*path)
/* /*
* $Log: parse.y,v $ * $Log: parse.y,v $
* Revision 1.60 2004/10/04 01:10:59 steve
* Clean up spurious trailing white space.
*
* Revision 1.59 2004/08/28 16:26:41 steve * Revision 1.59 2004/08/28 16:26:41 steve
* .net range values can be signed. * .net range values can be signed.
* *

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: schedule.cc,v 1.27 2003/09/26 02:15:15 steve Exp $" #ident "$Id: schedule.cc,v 1.28 2004/10/04 01:10:59 steve Exp $"
#endif #endif
# include "schedule.h" # include "schedule.h"
@ -556,6 +556,9 @@ void schedule_simulate(void)
/* /*
* $Log: schedule.cc,v $ * $Log: schedule.cc,v $
* Revision 1.28 2004/10/04 01:10:59 steve
* Clean up spurious trailing white space.
*
* Revision 1.27 2003/09/26 02:15:15 steve * Revision 1.27 2003/09/26 02:15:15 steve
* Slight performance tweaks of scheduler. * Slight performance tweaks of scheduler.
* *

Some files were not shown because too many files have changed in this diff Show More