Searched refs:dram (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/mcpat/cacti/
H A Dparameter.h232 MemoryType dram; member in class:TechnologyParameter
267 dram.reset();
H A Dsubarray.cc126 C_wl = (gate_C_pass(g_tp.dram.cell_a_w, g_tp.dram.b_w, true, true) + c_w_metal) * num_cols;
131 C_b_row_drain_C = drain_C_(g_tp.dram.cell_a_w, NCH, 1, 0, cell.w, true, true) / 2.0; // due to shared contact
H A Dparameter.cc179 dram.display(indent + 2);
348 cell.h = g_tp.dram.b_h;
349 cell.w = g_tp.dram.b_w;
376 double Cbitrow_drain_cap = drain_C_(g_tp.dram.cell_a_w, NCH, 1, 0, cell.w, true, true) / 2.0;
H A Dtechnology.cc1698 g_tp.dram.cell_a_w += curr_alpha * curr_Wmemcella_dram;
1699 g_tp.dram.cell_pmos_w += curr_alpha * curr_Wmemcellpmos_dram;
1700 g_tp.dram.cell_nmos_w += curr_alpha * curr_Wmemcellnmos_dram;
1787 g_tp.dram.b_w = sqrt(area_cell_dram / (asp_ratio_cell_dram));
1788 g_tp.dram.b_h = asp_ratio_cell_dram * g_tp.dram.b_w;
1794 g_tp.dram.Vbitpre = g_tp.dram_cell_Vdd;
H A Dmat.cc1062 V_b_pre = g_tp.dram.Vbitpre;
1068 R_cell_acc = tr_R_on(g_tp.dram.cell_a_w, NCH, 1, true, true);

Completed in 27 milliseconds