Home
last modified time | relevance | path

Searched refs:schd_wire (Results 1 – 4 of 4) sorted by relevance

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_sim.c2563 int32 schd_wire, nins, srep; in change_gate_outwire() local
2655 else schd_wire = FALSE; in change_gate_outwire()
2697 if (xp->lhsx_ndel && !__wire_init) schd_wire = TRUE; in change_gate_outwire()
2698 else schd_wire = FALSE; in change_gate_outwire()
2727 __exec_conta_assign(xp, &av, &bv, schd_wire); in change_gate_outwire()
3013 int32 cv, cv2, schd_wire; in __eval_conta_rhs_ld() local
3074 else schd_wire = FALSE; in __eval_conta_rhs_ld()
3188 int32 cv, schd_wire; in evtr_eval_conta_rhs_ld() local
3259 else schd_wire = FALSE; in evtr_eval_conta_rhs_ld()
3480 int32 schd_wire, lhslen; in process_conta_ev() local
[all …]
H A Dv_ex4.c871 int32 schd_wire, orhslen; in std_downtomdport() local
932 if (lhsx->lhsx_ndel && !__wire_init) schd_wire = TRUE; in std_downtomdport()
933 else schd_wire = FALSE; in std_downtomdport()
938 __stren_exec_ca_concat(lhsx, (byte *) xsp->ap, schd_wire); in std_downtomdport()
939 else __exec_conta_assign(lhsx, xsp->ap, xsp->bp, schd_wire); in std_downtomdport()
944 __exec_ca_concat(lhsx, xsp->ap, xsp->bp, schd_wire); in std_downtomdport()
1163 int32 schd_wire, orhslen; in std_uptoiconn() local
1225 if (lhsx->lhsx_ndel && !__wire_init) schd_wire = TRUE; in std_uptoiconn()
1226 else schd_wire = FALSE; in std_uptoiconn()
1232 __stren_exec_ca_concat(lhsx, (byte *) xsp->ap, schd_wire); in std_uptoiconn()
[all …]
H A Dv_ex3.c157 word32 bv, int32 schd_wire);
4102 int32 schd_wire) in __stren_schedorassign_unknown_bit() argument
4111 if (schd_wire) in __stren_schedorassign_unknown_bit()
4148 int32 schd_wire) in __schedorassign_unknown_bit() argument
4163 if (schd_wire) in __schedorassign_unknown_bit()
H A Dv_tf.c5230 int32 schd_wire; in exec_tfarg_assign() local
5254 if (lhsxp->lhsx_ndel && !__wire_init) schd_wire = TRUE; in exec_tfarg_assign()
5255 else schd_wire = FALSE; in exec_tfarg_assign()
5256 __exec_conta_assign(lhsxp, ap, bp, schd_wire); in exec_tfarg_assign()