diff --git a/vpi/sys_sdf.c b/vpi/sys_sdf.c index 9d3cd2b7b..aaef9cb45 100644 --- a/vpi/sys_sdf.c +++ b/vpi/sys_sdf.c @@ -186,7 +186,7 @@ void sdf_iopath_delays(int vpi_edge, const char*src, const char*dst, delays.time_type = vpiScaledRealTime; delays.mtm_flag = 0; delays.append_flag = 0; - delays.plusere_flag = 0; + delays.pulsere_flag = 0; vpi_get_delays(path, &delays); for (idx = 0 ; idx < delval_list->count ; idx += 1) { diff --git a/vpi_user.h b/vpi_user.h index 05a3c3c4b..fd2cf4190 100644 --- a/vpi_user.h +++ b/vpi_user.h @@ -231,7 +231,7 @@ typedef struct t_vpi_delay { PLI_INT32 time_type; /* vpiScaledRealTime, vpiSimTime */ PLI_INT32 mtm_flag; PLI_INT32 append_flag; - PLI_INT32 plusere_flag; + PLI_INT32 pulsere_flag; } s_vpi_delay, *p_vpi_delay;