Home
last modified time | relevance | path

Searched refs:OPPOSEDGE (Results 1 – 5 of 5) sorted by relevance

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_src2.c2485 ndp->optyp = OPPOSEDGE; in __bld_expnode()
4550 if (ndp->optyp == OPPOSEDGE || ndp->optyp == OPNEGEDGE) in parse_evexpr()
4572 if (ndp4->optyp == OPPOSEDGE || ndp4->optyp == OPNEGEDGE) in parse_evexpr()
H A Dv.h381 #define OPPOSEDGE 76 /* posedge in delay ctrl expr. */ macro
H A Dv_fx3.c2075 case OPEVOR: case OPEVCOMMAOR: case OPPOSEDGE: case OPNEGEDGE: in chk_specialop_rhsexpr()
4581 case OPPOSEDGE: case OPNEGEDGE: in __chk_evxpr()
H A Dv_prp2.c3774 if (xp->optyp == OPNEGEDGE || xp->optyp == OPPOSEDGE) in bld_ev_dces()
3777 else if (xp->optyp == OPPOSEDGE) e_val = E_POSEDGE; in bld_ev_dces()
H A Dv_vpi2.c6255 case OPPOSEDGE: return(vpiPosedgeOp); in __expr_optype_get()