Home
last modified time | relevance | path

Searched refs:compile_vpi_func_call (Results 1 – 3 of 3) sorted by relevance

/dports/cad/iverilog/verilog-11.0/vvp/
H A Dparse.y670 { compile_vpi_func_call($1, $5, -vpiVectorVal, $6, $3, $4,
675 { compile_vpi_func_call($1, $5, -vpiRealVal, 0, $3, $4,
680 { compile_vpi_func_call($1, $5, -vpiStringVal, 0, $3, $4,
H A Dcompile.h467 extern void compile_vpi_func_call(char*label, char*name,
H A Dcompile.cc1939 void compile_vpi_func_call(char*label, char*name, in compile_vpi_func_call() function