Searched refs:VBITSENSEMIN (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/mcpat/cacti/
H A Dconst.h161 #define VBITSENSEMIN 0.08 //minimum bitline sense voltage is fixed to be 80 mV. macro
H A Dparameter.cc370 if (V_b_sense < VBITSENSEMIN) {
373 V_b_sense = VBITSENSEMIN; // in any case, we fix sense amp input signal to a constant value
381 if (V_b_sense < VBITSENSEMIN) {
384 V_b_sense = VBITSENSEMIN; // in any case, we fix sense amp input signal to a constant value
385 //v_storage_worst = g_tp.dram_cell_Vdd / 2 - VBITSENSEMIN * (g_tp.dram_cell_C + C_bl) / g_tp.dram_cell_C;
390 V_b_sense = (0.05 * g_tp.sram_cell.Vdd > VBITSENSEMIN) ? 0.05 * g_tp.sram_cell.Vdd : VBITSENSEMIN;
400 V_b_sense = (0.05 * g_tp.sram_cell.Vdd > VBITSENSEMIN) ? 0.05 * g_tp.sram_cell.Vdd : VBITSENSEMIN;

Completed in 8 milliseconds