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

/gem5/ext/mcpat/cacti/
H A Dparameter.h134 double cell_nmos_w; member in class:TechnologyParameter::MemoryType
142 cell_nmos_w = 0;
H A Dmat.cc747 Wdummyn = g_tp.cam.cell_nmos_w;
951 double Icell = cmos_Isub_leakage(g_tp.cam.cell_nmos_w, g_tp.cam.cell_pmos_w,
984 double Ig_cell = cmos_Ig_leakage(g_tp.cam.cell_nmos_w, g_tp.cam.cell_pmos_w,
1074 R_cell_pull_down = tr_R_on(g_tp.sram.cell_nmos_w, NCH, 1, false, true);
1083 double Icell = cmos_Isub_leakage(g_tp.sram.cell_nmos_w,
1095 double Ig_cell = cmos_Ig_leakage(g_tp.sram.cell_nmos_w,
H A Dparameter.cc96 cout << indent_str << "cell_nmos_w = " << setw(12) << cell_nmos_w << " um" << endl;
H A Dtechnology.cc1700 g_tp.dram.cell_nmos_w += curr_alpha * curr_Wmemcellnmos_dram;
1706 g_tp.sram.cell_nmos_w += curr_alpha * curr_Wmemcellnmos_sram;
1712 g_tp.cam.cell_nmos_w += curr_alpha * curr_Wmemcellnmos_cam;

Completed in 25 milliseconds