Home
last modified time | relevance | path

Searched refs:vpiModPathIn (Results 1 – 15 of 15) sorted by relevance

/dports/cad/gplcver/gplcver-2.12a.src/tests_and_examples/examples.vpi/
H A Dvdrvld1.plg59 vpiModPathIn object at **NONE(0)
77 vpiModPathIn object at **NONE(0)
100 vpiModPathIn object at **NONE(0)
107 vpiModPathIn object at **NONE(0)
125 vpiModPathIn object at **NONE(0)
148 vpiModPathIn object at **NONE(0)
155 vpiModPathIn object at **NONE(0)
173 vpiModPathIn object at **NONE(0)
196 vpiModPathIn object at **NONE(0)
H A Dvdrvld1.c171 if (htyp == vpiModPathIn || htyp == vpiModPathOut) strcpy(s1, "**NONE(0)"); in prt_iter()
H A Dvdrvld2.c184 if (htyp == vpiModPathIn || htyp == vpiModPathOut) strcpy(s1, "**NONE(0)"); in prt_iter()
/dports/cad/iverilog/verilog-11.0/vvp/
H A Ddelay.cc798 case vpiModPathIn: in modpath_src_get_handle()
817 case vpiModPathIn: { in modpath_src_iterate()
833 assert(ref->get_type_code() == vpiModPathIn); in modpath_src_index()
/dports/cad/iverilog/verilog-11.0/vpi/
H A Dsys_sdf.c157 vpiHandle path_t_in = vpi_handle(vpiModPathIn,path); in sdf_iopath_delays()
/dports/cad/iverilog/verilog-11.0/
H A Dvpi_user.h312 #define vpiModPathIn 95 macro
/dports/cad/gplcver/gplcver-2.12a.src/pli_incs/
H A Dvpi_user.h198 #define vpiModPathIn 95 /* Input terminal of a module path */ macro
/dports/cad/gtkwave/gtkwave-3.3.107/contrib/vpi/
H A Dvpi_user.h198 #define vpiModPathIn 95 /* Input terminal of a module path */ macro
/dports/cad/verilator/verilator-4.216/include/vltstd/
H A Dvpi_user.h250 #define vpiModPathIn 95 /* Input terminal of a module path */ macro
/dports/cad/ghdl/ghdl-1.0.0/src/grt/
H A Dvpi_user.h250 #define vpiModPathIn 95 /* Input terminal of a module path */ macro
/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_vpi2.c1280 if (itype == vpiModPathIn || itype == vpiModPathOut) in __bld_pthterm_iterator()
1282 if (itype == vpiModPathIn) numpes = pthp->last_pein + 1; in __bld_pthterm_iterator()
1625 hrp2->htyp = vpiModPathIn; in bld_net_pathterms()
2912 case vpiModPathIn: in same_vpi_handle()
2913 if (hrp2->htyp != vpiModPathIn) break; in same_vpi_handle()
6101 if (hp->hrec->htyp2 != vpiModPathIn) goto no_prop; in pthtermprop_vpiget()
H A Dv_vpi.c4651 if (hrp->htyp2 == vpiModPathIn || hrp->htyp2 == vpiModPathOut) in bld_1to1_exprclass_handle()
4653 if (hrp->htyp2 == vpiModPathIn) pep = &(pthp->peins[hrp->hi]); in bld_1to1_exprclass_handle()
5177 case vpiModPathIn: case vpiModPathOut: case vpiModDataPathIn: in vpi_iterate()
H A Dv_vpi3.c6935 { "vpiModPathIn", vpiModPathIn },
H A Dv_acc.c7911 if (hp->hrec->htyp2 == vpiModPathIn || hp->hrec->htyp2 == vpiModDataPathIn) in get_acc_fulltype()
/dports/cad/verilator/verilator-4.216/include/
H A Dverilated_vpi.cpp1226 SELF_CHECK_ENUM_STR(strFromVpiObjType, vpiModPathIn); in selfTest()