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

/gem5/ext/mcpat/cacti/
H A Dparameter.cc374 dram_refresh_period = 64e-3;
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;
396 dram_refresh_period = 0;
406 dram_refresh_period = 0;
H A Dparameter.h326 double dram_refresh_period; member in class:DynamicParameter
H A Duca.cc224 dram_array_availability = (1 - dp.num_r_subarray * cycle_time / dp.dram_refresh_period) * 100;
391 refresh_power /= dp.dram_refresh_period;
H A Dcacti_interface.h297 double dram_refresh_period; member in struct:__anon53

Completed in 14 milliseconds