Home
last modified time | relevance | path

Searched refs:g_stval (Results 1 – 11 of 11) sorted by relevance

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_sim.c1986 && __hizstren_del_tab[gp->g_stval] == 1) in prop_gatechg()
1999 && __hizstren_del_tab[gp->g_stval] == 1) __hizstrengate_getdel(&gdel, gp); in prop_gatechg()
2092 && __hizstren_del_tab[gp->g_stval] == 1) __hizstrengate_getdel(&gdel, gp); in evtr_prop_gatechg()
2223 if (nd_stren) return((gp->g_stval << 2) | 3); in get_showcancele_val()
2708 uwrd = __new_gateval | (gp->g_stval << 2); in change_gate_outwire()
H A Dv_fx2.c3830 if (gp->g_hasst && gp->g_stval != ST_STRVAL) in mark_stdr_wires()
6557 gp->g_stval = ST_STRVAL; in chk_gate_nostren()
6790 if (!gp->g_hasst) gp->g_stval = 0x2d; in chk_pull_gate()
6791 else if (gp->g_stval == 0x00) in chk_pull_gate()
6796 else if (gp->g_stval == 0x3f) in chk_pull_gate()
7159 gp->g_stval = cap->ca_stval; in convert_1bca_togate()
H A Dv_cnv.c2660 stval = gp->g_stval << 2; in __dmp1_nplstel()
4394 __wrap_puts(__to_stval_nam(s1, gp->g_stval), f); in dmp_1gate()
4451 __wrap_puts(__to_stval_nam(s1, gp->g_stval), f); in dbg_dmp_1gate()
4504 { __wrap_putc(' ', f); __wrap_puts(__to_stval_nam(s1, gp->g_stval), f); } in dmp_1bitconta()
H A Dv_vpi2.c5661 sval = (gp->g_stval >> 3) & 0x7; in gateprop_vpiget()
5665 sval = gp->g_stval & 0x7; in gateprop_vpiget()
5841 sval = (gp->g_stval >> 3) & 0x7; in contaprop_vpiget()
5845 sval = gp->g_stval & 0x7; in contaprop_vpiget()
H A Dv_ex4.c1978 if (wrd != 2) wrd |= (gp->g_stval << 2L); in __ld_gate_out()
3004 set_byteval_(sbp, ndp->szu.xclen, (byte) ((gp->g_stval << 2) | npp->pullval)); in ld_stpull_driver()
3998 ndxs, __to_vvstnam(s1, (word32) ((gp->g_stval << 2) | npp->pullval)), in emit1_driver()
H A Dv.h1475 unsigned g_stval : 6; /* (3 bit each 0 and 1 st.) <ST:ST> if none */ member
H A Dv_del.c157 stren0 = (gp->g_stval >> 3) & 7; in __hizstrengate_getdel()
H A Dv_prp.c1822 for (i = 0; i < insts; i++) hwp[i] = (hword) (0x3f | (gp->g_stval << 6)); in __set_init_gstate()
H A Dv_ms.c5445 if (v != 2) v |= (gp->g_stval << 2); in __to_gonam()
H A Dv_ex3.c6307 __new_gateval = (gp->g_stval << 2); in __eval_bufif_gate()
H A Dv_fx.c1647 gp->g_stval = cp->c_stval; in cellrep_to_gate()