Home
last modified time | relevance | path

Searched defs:t_cb_data (Results 1 – 5 of 5) sorted by relevance

/dports/cad/iverilog/verilog-11.0/
H A Dvpi_user.h466 typedef struct t_cb_data { struct
468 PLI_INT32 (*cb_rtn)(struct t_cb_data*cb); argument
469 vpiHandle obj;
470 p_vpi_time time;
471 p_vpi_value value;
472 PLI_INT32 index;
473 ICARUS_VPI_CONST PLI_BYTE8 *user_data;
/dports/cad/gplcver/gplcver-2.12a.src/pli_incs/
H A Dvpi_user.h643 typedef struct t_cb_data struct
646 PLI_INT32 (*cb_rtn)(struct t_cb_data *); /* call routine */ argument
647 vpiHandle obj; /* trigger object */
648 p_vpi_time time; /* callback time */
649 p_vpi_value value; /* trigger object value */
650 PLI_INT32 index; /* index of the memory word or var select that changed */
651 PLI_BYTE8 *user_data;
/dports/cad/gtkwave/gtkwave-3.3.107/contrib/vpi/
H A Dvpi_user.h643 typedef struct t_cb_data struct
646 PLI_INT32 (*cb_rtn)(struct t_cb_data *); /* call routine */ argument
647 vpiHandle obj; /* trigger object */
648 p_vpi_time time; /* callback time */
649 p_vpi_value value; /* trigger object value */
650 PLI_INT32 index; /* index of the memory word or var select that changed */
651 PLI_BYTE8 *user_data;
/dports/cad/verilator/verilator-4.216/include/vltstd/
H A Dvpi_user.h799 typedef struct t_cb_data struct
802 PLI_INT32 (*cb_rtn)(struct t_cb_data *); /* call routine */ argument
803 vpiHandle obj; /* trigger object */
804 p_vpi_time time; /* callback time */
805 p_vpi_value value; /* trigger object value */
806 PLI_INT32 index; /* index of the memory word or
808 PLI_BYTE8 *user_data;
/dports/cad/ghdl/ghdl-1.0.0/src/grt/
H A Dvpi_user.h799 typedef struct t_cb_data struct
802 PLI_INT32 (*cb_rtn)(struct t_cb_data *); /* call routine */ argument
803 vpiHandle obj; /* trigger object */
804 p_vpi_time time; /* callback time */
805 p_vpi_value value; /* trigger object value */
806 PLI_INT32 index; /* index of the memory word or
808 PLI_BYTE8 *user_data;