Skip to content

Commit

Permalink
Document ivl_logic_delay function.
Browse files Browse the repository at this point in the history
  • Loading branch information
steve committed Jun 13, 2005
1 parent af5f713 commit a0dce80
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ivl_target.h
Expand Up @@ -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
Expand Down Expand Up @@ -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).
Expand Down Expand Up @@ -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.
*
Expand Down

0 comments on commit a0dce80

Please sign in to comment.