From a0dce80eba3994e24331a12eca26ce38919239e1 Mon Sep 17 00:00:00 2001 From: steve Date: Mon, 13 Jun 2005 22:25:37 +0000 Subject: [PATCH] Document ivl_logic_delay function. --- ivl_target.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ivl_target.h b/ivl_target.h index 867ae035b..eefede426 100644 --- a/ivl_target.h +++ b/ivl_target.h @@ -19,7 +19,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ #ifdef HAVE_CVS_IDENT -#ident "$Id: ivl_target.h,v 1.155 2005/05/24 01:44:28 steve Exp $" +#ident "$Id: ivl_target.h,v 1.156 2005/06/13 22:25:37 steve Exp $" #endif #ifdef __cplusplus @@ -655,6 +655,9 @@ extern ivl_memory_t ivl_expr_memory(ivl_expr_t net); * the number of pins, but implies the width of the vector at each * pin. * + * ivl_logic_delay + * Logic devices have a delay for each transition (0, 1 and Z). + * * ivl_logic_attr (obsolete) * Return the value of a specific attribute, given the key name as * a string. If the key is not defined, then return 0 (null). @@ -1664,6 +1667,9 @@ _END_DECL /* * $Log: ivl_target.h,v $ + * Revision 1.156 2005/06/13 22:25:37 steve + * Document ivl_logic_delay function. + * * Revision 1.155 2005/05/24 01:44:28 steve * Do sign extension of structuran nets. *