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

/gem5/ext/mcpat/cacti/
H A Dparameter.h197 double dram_cell_Vdd; member in class:TechnologyParameter
238 dram_cell_Vdd = 0;
H A Dparameter.cc132 cout << indent_str << "dram_cell_Vdd = " << setw(12) << dram_cell_Vdd << " V" << endl;
368 V_b_sense = (g_tp.dram_cell_Vdd / 2) * g_tp.dram_cell_C /
378 V_b_sense = (g_tp.dram_cell_Vdd / 2) * g_tp.dram_cell_C /
385 //v_storage_worst = g_tp.dram_cell_Vdd / 2 - VBITSENSEMIN * (g_tp.dram_cell_C + C_bl) / g_tp.dram_cell_C;
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 Dmat.cc1069 r_dev = g_tp.dram_cell_Vdd / g_tp.dram_cell_I_on + R_bl / 2;
1125 double fraction = dp.V_b_sense / ((g_tp.dram_cell_Vdd / 2) *
1136 (g_tp.dram_cell_Vdd / 2) *
1137 g_tp.dram_cell_Vdd /* subarray.num_cols * num_subarrays_per_mat*/;
1139 (g_tp.dram_cell_Vdd / 2) *
1140 g_tp.dram_cell_Vdd /* subarray.num_cols * num_subarrays_per_mat*/ *
1144 (g_tp.dram_cell_Vdd / 2) * g_tp.dram_cell_Vdd;
H A Dtechnology.cc1652 g_tp.dram_cell_Vdd += curr_alpha * curr_vdd_dram_cell;
1778 g_tp.dram_acc.R_nch_on = g_tp.dram_cell_Vdd / g_tp.dram_acc.I_on_n;
1779 //g_tp.dram_acc.R_pch_on = g_tp.dram_cell_Vdd / g_tp.dram_acc.I_on_p;
1794 g_tp.dram.Vbitpre = g_tp.dram_cell_Vdd;

Completed in 14 milliseconds