Searched refs:dram_cell_I_off_worst_case_len_temp (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/mcpat/cacti/
H A Dparameter.h198 double dram_cell_I_off_worst_case_len_temp; member in class:TechnologyParameter
252 dram_cell_I_off_worst_case_len_temp = 0;
H A Dparameter.cc133 cout << indent_str << "dram_cell_I_off_worst_case_len_temp = " << setw(12) << dram_cell_I_off_worst_case_len_temp << " A/um" << endl;
386 //dram_refresh_period = 1.1 * g_tp.dram_cell_C * v_storage_worst / g_tp.dram_cell_I_off_worst_case_len_temp;
387 dram_refresh_period = 0.9 * g_tp.dram_cell_C * VDD_STORAGE_LOSS_FRACTION_WORST * g_tp.dram_cell_Vdd / g_tp.dram_cell_I_off_worst_case_len_temp;
H A Dtechnology.cc1661 g_tp.dram_cell_I_off_worst_case_len_temp += curr_alpha * curr_I_off_dram_cell_worst_case_length_temp;

Completed in 18 milliseconds