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

/gem5/ext/mcpat/cacti/
H A Dparameter.h199 double dram_cell_C; member in class:TechnologyParameter
240 dram_cell_C = 0;
H A Dparameter.cc134 cout << indent_str << "dram_cell_C = " << setw(12) << dram_cell_C << " F" << endl;
368 V_b_sense = (g_tp.dram_cell_Vdd / 2) * g_tp.dram_cell_C /
369 (g_tp.dram_cell_C + C_bl);
378 V_b_sense = (g_tp.dram_cell_Vdd / 2) * g_tp.dram_cell_C /
379 (g_tp.dram_cell_C + C_bl);
385 //v_storage_worst = g_tp.dram_cell_Vdd / 2 - VBITSENSEMIN * (g_tp.dram_cell_C + C_bl) / g_tp.dram_cell_C;
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_WORS
[all...]
H A Dmat.cc1126 g_tp.dram_cell_C /
1127 (g_tp.dram_cell_C + C_bl));
1129 (g_tp.dram_cell_C * (C_bl + 2 * C_drain_sense_amp_iso +
1131 (g_tp.dram_cell_C + (C_bl + 2 * C_drain_sense_amp_iso +
H A Dtechnology.cc1663 g_tp.dram_cell_C += curr_alpha * curr_c_dram_cell;

Completed in 25 milliseconds