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

/gem5/ext/mcpat/cacti/
H A Dparameter.h196 double dram_cell_I_on; member in class:TechnologyParameter
239 dram_cell_I_on = 0;
H A Dparameter.cc131 cout << indent_str << "dram_cell_I_on = " << setw(12) << dram_cell_I_on << " A/um" << endl;
H A Dmat.cc1069 r_dev = g_tp.dram_cell_Vdd / g_tp.dram_cell_I_on + R_bl / 2;
H A Dtechnology.cc1660 g_tp.dram_cell_I_on += curr_alpha * curr_I_on_dram_cell;

Completed in 18 milliseconds