Home
last modified time | relevance | path

Searched refs:DC_DELAY (Results 1 – 8 of 8) sorted by relevance

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_src2.c1356 else if (dtyp == DC_DELAY) dtyp = DC_RHSDELAY; in rd_taske_or_proc_assign()
1664 if (__toktyp == SHARP) *dtyp = DC_DELAY; in rd_delctrl()
1679 if (*dtyp == DC_DELAY) in rd_delctrl()
H A Dv.h713 #define DC_DELAY 2 macro
H A Dv_cnv.c5467 case DC_DELAY: in __dmp_dctrl()
5473 else tmpdctp.dctyp = DC_DELAY; in __dmp_dctrl()
H A Dv_vpi2.c1109 if (stp->st.sdc->dctyp == DC_DELAY) return(vpiDelayControl); in __to_vpi_stmttyp()
1731 if (dctp->dctyp != DC_DELAY && dctp->dctyp != DC_RHSDELAY) in __bld_delay_expr_iter()
H A Dv_vpi3.c454 if (dctp->dctyp != DC_DELAY) __vpi_terr(__FILE__, __LINE__); in vpi_get_delays()
1131 if (dctp->dctyp != DC_DELAY) __vpi_terr(__FILE__, __LINE__); in vpi_put_delays()
H A Dv_ms.c5682 case DC_DELAY: strcpy(s, "delay"); break; in __to_dcenam()
H A Dv_prp2.c3683 if (dctp->dctyp == DC_DELAY || dctp->dctyp == DC_RHSDELAY) in cnv_cmpdctl_todu()
H A Dv_ex.c1527 case DC_DELAY: in exec_dctrl()