Searched refs:min_w_nmos (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/mcpat/cacti/
H A Dhtree2.cc68 min_w_nmos = g_tp.min_w_nmos_;
69 min_w_pmos = deviceType->n_to_p_eff_curr_drv_ratio * min_w_nmos;
114 double tc = 2 * tr_R_on(nsize * min_w_nmos, NCH, 1) *
115 (drain_C_(nsize * min_w_nmos, NCH, 1, 1, g_tp.cell_h_def) * 2 +
116 2 * gate_C(s2 * (min_w_nmos + min_w_pmos), 0));
122 + drain_C_(nsize * min_w_nmos, NCH, 1, 1, g_tp.cell_h_def)
123 + 2 * gate_C(s2 * (min_w_nmos + min_w_pmos), 0)) *
128 + drain_C_(nsize * min_w_nmos, NCH, 1, 1, g_tp.cell_h_def)
129 + 2 * gate_C(s2 * (min_w_nmos + min_w_pmos), 0)) *
132 cmos_Isub_leakage(min_w_nmos * (nsiz
[all...]
H A Dhtree2.h93 double min_w_nmos; member in class:Htree2
/gem5/ext/mcpat/
H A Dinterconnect.h78 double min_w_nmos; member in class:Interconnect
H A Dinterconnect.cc67 min_w_nmos = g_tp.min_w_nmos_;
68 min_w_pmos = deviceType->n_to_p_eff_curr_drv_ratio * min_w_nmos;

Completed in 8 milliseconds