Fix spelling of pulsere_flag in vpi_user.h (from Pablo Bleyer).

This commit is contained in:
Martin Whitaker 2019-11-12 17:58:19 +00:00
parent 9f712429c8
commit 4a8f4d65d0
2 changed files with 2 additions and 2 deletions

View File

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

View File

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