Add the vpiLeft.. and vpiRightRange constants

This commit is contained in:
steve 2002-01-24 04:19:39 +00:00
parent a9be4e009f
commit 4e286ea86b
1 changed files with 6 additions and 1 deletions

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
*/ */
#if !defined(WINNT) && !defined(macintosh) #if !defined(WINNT) && !defined(macintosh)
#ident "$Id: vpi_user.h,v 1.6 2001/09/30 05:18:46 steve Exp $" #ident "$Id: vpi_user.h,v 1.7 2002/01/24 04:19:39 steve Exp $"
#endif #endif
@ -157,6 +157,8 @@ typedef struct t_vpi_value {
#define vpiSysTaskCall 57 #define vpiSysTaskCall 57
#define vpiTask 59 #define vpiTask 59
#define vpiTimeVar 63 #define vpiTimeVar 63
#define vpiLeftRange 79
#define vpiRightRange 83
#define vpiScope 84 #define vpiScope 84
#define vpiSysTfCall 85 #define vpiSysTfCall 85
#define vpiArgument 89 #define vpiArgument 89
@ -309,6 +311,9 @@ EXTERN_C_END
/* /*
* $Log: vpi_user.h,v $ * $Log: vpi_user.h,v $
* Revision 1.7 2002/01/24 04:19:39 steve
* Add the vpiLeft.. and vpiRightRange constants
*
* Revision 1.6 2001/09/30 05:18:46 steve * Revision 1.6 2001/09/30 05:18:46 steve
* Reduce VCD output by removing duplicates. (Stephan Boettcher) * Reduce VCD output by removing duplicates. (Stephan Boettcher)
* *