Searched refs:min_w_pmos (Results 1 - 12 of 12) sorted by relevance

/gem5/ext/mcpat/cacti/
H A Dcrossbar.cc44 min_w_pmos = deviceType->n_to_p_eff_curr_drv_ratio * g_tp.min_w_nmos_;
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);
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) +
74 // gate_C(TriS2*min_w_pmos, 0);
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, PC
[all...]
H A Dcrossbar.h78 double min_w_pmos, Vdd; member in class:Crossbar
H A Dhtree2.cc69 min_w_pmos = deviceType->n_to_p_eff_curr_drv_ratio * min_w_nmos;
116 2 * gate_C(s2 * (min_w_nmos + min_w_pmos), 0));
121 (2 * drain_C_(pton_size * nsize * min_w_pmos, PCH, 1, 1, g_tp.cell_h_def)
123 + 2 * gate_C(s2 * (min_w_nmos + min_w_pmos), 0)) *
127 (2 * drain_C_(pton_size * nsize * min_w_pmos, PCH, 1, 1, g_tp.cell_h_def)
129 + 2 * gate_C(s2 * (min_w_nmos + min_w_pmos), 0)) *
133 min_w_pmos * nsize * 2, 2,
137 min_w_pmos * nsize * 2, 2,
150 (gate_C(s2 * (min_w_nmos + min_w_pmos), 0) + w1.wire_cap(l_eff * 1e-6,
152 gate_C(s2 * (min_w_nmos + min_w_pmos),
[all...]
H A Darbiter.cc42 min_w_pmos = deviceType->n_to_p_eff_curr_drv_ratio * g_tp.min_w_nmos_;
97 min_w_pmos * PTn1 * 2, 2, nor);
99 min_w_pmos * PTn2 * R, 2, nor);
101 min_w_pmos * PTi, 1, inv);
103 min_w_pmos * PTn1 * 2, 2, nor);
105 min_w_pmos * PTn2 * R, 2, nor);
107 min_w_pmos * PTi, 1, inv);
H A Darbiter.h75 double min_w_pmos, Vdd; member in class:Arbiter
H A Dwire.cc49 min_w_pmos = deviceType->n_to_p_eff_curr_drv_ratio * g_tp.min_w_nmos_;
89 min_w_pmos = deviceType->n_to_p_eff_curr_drv_ratio * g_tp.min_w_nmos_;
156 compute_gate_area(INV, 1, min_w_pmos * repeater_size,
167 compute_gate_area(INV, 1, min_w_pmos * repeater_size,
178 compute_gate_area(INV, 1, min_w_pmos * repeater_size,
189 compute_gate_area(INV, 1, min_w_pmos * repeater_size,
200 compute_gate_area(INV, 1, min_w_pmos * repeater_size,
232 drain_C_(min_w_pmos, PCH, 1, 1, g_tp.cell_h_def) +
233 gate_C(min_w_pmos + g_tp.min_w_nmos_, 0)) *
234 tr_R_on(min_w_pmos, PC
[all...]
H A Dhtree2.h94 double min_w_pmos; member in class:Htree2
H A Drouter.h110 double min_w_pmos; member in class:Router
H A Dwire.h117 double min_w_pmos; member in class:Wire
H A Drouter.cc52 min_w_pmos = deviceType->n_to_p_eff_curr_drv_ratio * g_tp.min_w_nmos_;
218 cmos_Isub_leakage(NTtr * g_tp.min_w_nmos_, PTtr * min_w_pmos, 1, tg);
220 cmos_Ig_leakage(NTtr * g_tp.min_w_nmos_, PTtr * min_w_pmos, 1, tg);
/gem5/ext/mcpat/
H A Dinterconnect.h79 double min_w_pmos; member in class:Interconnect
H A Dinterconnect.cc68 min_w_pmos = deviceType->n_to_p_eff_curr_drv_ratio * min_w_nmos;

Completed in 15 milliseconds