conditional ident string using autoconfig.

This commit is contained in:
steve
2002-08-12 01:34:58 +00:00
parent 9533a8dbdf
commit 52bf4e613f
284 changed files with 1420 additions and 568 deletions
+5 -2
View File
@@ -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.
*
+5 -2
View File
@@ -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.
*
+5 -2
View File
@@ -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.
*
+5 -2
View File
@@ -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
+5 -2
View File
@@ -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.
*
+5 -2
View File
@@ -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