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:
parent
cff0deeacc
commit
7e66947f2c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue