Home
last modified time | relevance | path

Searched defs:vpiHandle (Results 1 – 10 of 10) sorted by relevance

/dports/cad/iverilog/verilog-11.0/
H A Dvpi_modules.cc39 PLI_INT32 vpi_remove_cb(vpiHandle) { return 0; } in vpi_remove_cb() argument
52 vpiHandle vpi_scan(vpiHandle) { return 0; } in vpi_scan() argument
56 PLI_INT32 vpi_get(int, vpiHandle) { return 0; } in vpi_get() argument
61 void vpi_get_delays(vpiHandle, p_vpi_delay) { } in vpi_get_delays() argument
62 void vpi_put_delays(vpiHandle, p_vpi_delay) { } in vpi_put_delays() argument
66 void vpi_get_value(vpiHandle, p_vpi_value) { } in vpi_get_value() argument
71 void vpi_get_time(vpiHandle, s_vpi_time*) { } in vpi_get_time() argument
75 void* vpi_get_userdata(vpiHandle) { return 0; } in vpi_get_userdata() argument
94 PLI_INT32 vpi_compare_objects(vpiHandle, vpiHandle) { return 0; } in vpi_compare_objects() argument
95 PLI_INT32 vpi_free_object(vpiHandle) { return 0; } in vpi_free_object() argument
[all …]
H A Dvpi_user.h53 typedef class __vpiHandle *vpiHandle; typedef
/dports/cad/verilator/verilator-4.216/test_regress/t/
H A DTestVpi.h31 operator vpiHandle() const { return m_handle; } in vpiHandle() function
/dports/cad/verilator/verilator-4.216/include/
H A Dverilated_vpi.cpp1349 void vpi_get_systf_info(vpiHandle /*object*/, p_vpi_systf_data /*systf_data_p*/) { in vpi_get_systf_info() argument
1493 vpiHandle vpi_handle_multi(PLI_INT32 /*type*/, vpiHandle /*refHandle1*/, vpiHandle /*refHandle2*/, in vpi_handle_multi() argument
1603 PLI_INT64 vpi_get64(PLI_INT32 /*property*/, vpiHandle /*object*/) { in vpi_get64() argument
1636 void vpi_get_delays(vpiHandle /*object*/, p_vpi_delay /*delay_p*/) { VL_VPI_UNIMP_(); } in vpi_get_delays() argument
1637 void vpi_put_delays(vpiHandle /*object*/, p_vpi_delay /*delay_p*/) { VL_VPI_UNIMP_(); } in vpi_put_delays() argument
2142 void vpi_get_value_array(vpiHandle /*object*/, p_vpi_arrayvalue /*arrayvalue_p*/, in vpi_get_value_array() argument
2146 void vpi_put_value_array(vpiHandle /*object*/, p_vpi_arrayvalue /*arrayvalue_p*/, in vpi_put_value_array() argument
2256 PLI_INT32 vpi_compare_objects(vpiHandle /*object1*/, vpiHandle /*object2*/) { in vpi_compare_objects() argument
2308 void* vpi_get_userdata(vpiHandle /*obj*/) { in vpi_get_userdata() argument
2312 PLI_INT32 vpi_put_userdata(vpiHandle /*obj*/, void* /*userdata*/) { in vpi_put_userdata() argument
[all …]
/dports/cad/ghdl/ghdl-1.0.0/src/grt/
H A Dgrt-vpi.ads114 type vpiHandle is access struct_vpiHandle; type
H A Dvpi_user.h119 typedef PLI_UINT32 *vpiHandle; typedef
/dports/cad/iverilog/verilog-11.0/vvp/
H A Dvpi_priv.cc91 static int suppress_free(vpiHandle) in suppress_free() argument
/dports/cad/gplcver/gplcver-2.12a.src/pli_incs/
H A Dvpi_user.h79 typedef PLI_UINT32 *vpiHandle; typedef
/dports/cad/gtkwave/gtkwave-3.3.107/contrib/vpi/
H A Dvpi_user.h79 typedef PLI_UINT32 *vpiHandle; typedef
/dports/cad/verilator/verilator-4.216/include/vltstd/
H A Dvpi_user.h119 typedef PLI_UINT32 *vpiHandle; typedef