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

/gem5/ext/mcpat/cacti/
H A Dparameter.h133 double cell_pmos_w; member in class:TechnologyParameter::MemoryType
141 cell_pmos_w = 0;
H A Dmat.cc951 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,
1022 double R_sram_cell_pull_up_tr = tr_R_on(g_tp.sram.cell_pmos_w, NCH, 1, is_dram, true);
1084 g_tp.sram.cell_pmos_w, 1, inv, false,
1096 g_tp.sram.cell_pmos_w, 1, inv, false,
H A Dparameter.cc95 cout << indent_str << "cell_pmos_w = " << setw(12) << cell_pmos_w << " um" << endl;
H A Dtechnology.cc1699 g_tp.dram.cell_pmos_w += curr_alpha * curr_Wmemcellpmos_dram;
1705 g_tp.sram.cell_pmos_w += curr_alpha * curr_Wmemcellpmos_sram;
1711 g_tp.cam.cell_pmos_w += curr_alpha * curr_Wmemcellpmos_cam;

Completed in 29 milliseconds