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

/gem5/ext/mcpat/cacti/
H A Dparameter.h202 double w_nmos_b_mux; member in class:TechnologyParameter
H A Dmat.cc121 gate_C(g_tp.w_nmos_b_mux, 0, is_dram) + // 2 transistor per cell
612 compute_tr_width_after_folding(g_tp.w_nmos_b_mux,
1104 double C_drain_bit_mux = drain_C_(g_tp.w_nmos_b_mux, NCH, 1, 0,
1107 double R_bit_mux = tr_R_on(g_tp.w_nmos_b_mux, NCH, 1, is_dram);
H A Dparameter.cc137 cout << indent_str << "w_nmos_b_mux = " << setw(12) << w_nmos_b_mux << " um" << endl;
H A Dtechnology.cc1762 g_tp.w_nmos_b_mux = 6 * g_tp.min_w_nmos_;

Completed in 25 milliseconds