Fix vpiUserDefn definition in vpi_user.h.

This patch changes the code value for vpiUserDefn to match the IEEE
standard.
This commit is contained in:
Martin Whitaker 2011-10-02 23:59:45 +01:00 committed by Stephen Williams
parent cff0deeacc
commit 7e66947f2c
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ typedef struct t_vpi_delay {
# define vpiSysFuncReal vpiRealFunc
# define vpiSysFuncTime vpiTimeFunc
# define vpiSysFuncSized vpiSizedFunc
#define vpiUserDefn 49
#define vpiUserDefn 45
#define vpiAutomatic 50
#define vpiConstantSelect 53
#define vpiSigned 65