Fix mis-spelled vpiStatisARray in sv_vpi_user.h header file
This commit is contained in:
parent
c9ff48bd4e
commit
5ee253b03b
|
|
@ -45,7 +45,7 @@ EXTERN_C_START
|
|||
/********* OBJECT TYPES ***********/
|
||||
#define vpiPackage 600
|
||||
#define vpiArrayType 606
|
||||
#define vpiStaticARray 1
|
||||
#define vpiStaticArray 1
|
||||
#define vpiDynamicArray 2
|
||||
#define vpiAssocArray 3
|
||||
#define vpiQueueArray 4
|
||||
|
|
|
|||
Loading…
Reference in New Issue