Lines Matching refs:TriS1
61 TriS1 = s1 * (1 + pton_size) / (2 + pton_size + 1 + 2 * pton_size);
64 if (TriS1 < 1)
65 TriS1 = 1;
67 double input_cap = gate_C(TriS1 * (2 * min_w_pmos + g_tp.min_w_nmos_), 0) +
68 gate_C(TriS1 * (min_w_pmos + 2 * g_tp.min_w_nmos_), 0);
69 // input_cap += drain_C_(TriS1*g_tp.min_w_nmos_, NCH, 1, 1, g_tp.cell_h_def) +
70 // drain_C_(TriS1*min_w_pmos, PCH, 1, 1, g_tp.cell_h_def)*2 +
72 // drain_C_(TriS1*min_w_pmos, NCH, 1, 1, g_tp.cell_h_def)*2 +
73 // drain_C_(TriS1*min_w_pmos, PCH, 1, 1, g_tp.cell_h_def) +
75 tri_int_cap = drain_C_(TriS1 * g_tp.min_w_nmos_, NCH, 1, 1, g_tp.cell_h_def) +
76 drain_C_(TriS1 * min_w_pmos, PCH, 1, 1, g_tp.cell_h_def) * 2 +
78 drain_C_(TriS1 * min_w_pmos, NCH, 1, 1, g_tp.cell_h_def) * 2 +
79 drain_C_(TriS1 * min_w_pmos, PCH, 1, 1, g_tp.cell_h_def) +
101 g_area += compute_gate_area (NAND, 2, TriS1 * 2 * g_tp.min_w_nmos_,
102 TriS1 * min_w_pmos, g_tp.cell_h_def);
103 g_area += compute_gate_area (NOR, 2, TriS1 * g_tp.min_w_nmos_,
104 TriS1 * 2 * min_w_pmos, g_tp.cell_h_def);
138 cmos_Isub_leakage(g_tp.min_w_nmos_ * TriS1 * 3, min_w_pmos * TriS1 * 3,
140 cmos_Isub_leakage(g_tp.min_w_nmos_ * TriS1 * 3, min_w_pmos * TriS1 * 3,
146 cmos_Ig_leakage(g_tp.min_w_nmos_ * TriS1 * 3, min_w_pmos * TriS1 * 3,
148 cmos_Ig_leakage(g_tp.min_w_nmos_ * TriS1 * 3, min_w_pmos * TriS1 * 3,