Fix mis-spelled vpiStatisARray in sv_vpi_user.h header file

This commit is contained in:
Stephen Williams 2014-08-16 16:12:14 -07:00
parent c9ff48bd4e
commit 5ee253b03b
1 changed files with 1 additions and 1 deletions

View File

@ -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