Searched refs:w_sense_n (Results 1 - 6 of 6) sorted by relevance

/gem5/ext/mcpat/cacti/
H A Dcomponent.cc166 double h_nmos_tr = compute_tr_width_after_folding(g_tp.w_sense_n, pitch_sense_amp) * 2 +
H A Dparameter.h176 double w_sense_n; member in class:TechnologyParameter
H A Dwire.cc549 gate_C(g_tp.w_sense_en + g_tp.w_sense_n, 0) +
550 drain_C_(g_tp.w_sense_n, NCH, 1, 1, g_tp.cell_h_def) +
H A Dmat.cc1113 double C_sense_amp_latch = gate_C(g_tp.w_sense_p + g_tp.w_sense_n, 0,
1115 drain_C_(g_tp.w_sense_n, NCH, 1, 0, camFlag ? cam_cell.w :
1227 double IsenseN = simplified_nmos_leakage(g_tp.w_sense_n, is_dram);
1242 double C_ld = gate_C(g_tp.w_sense_p + g_tp.w_sense_n, 0, is_dram) +
1243 drain_C_(g_tp.w_sense_n, NCH, 1, 0,
H A Dparameter.cc113 cout << indent_str << "w_sense_n = " << setw(12) << w_sense_n << " um" << endl;
H A Dtechnology.cc1756 g_tp.w_sense_n = 3.75 * g_ip->F_sz_um;
1783 double gmn_sense_amp_latch = (mobility_eff_periph_global / 2) * g_tp.peri_global.C_ox * (g_tp.w_sense_n / g_tp.peri_global.l_elec) * Vdsat_periph_global;

Completed in 17 milliseconds