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

/gem5/ext/mcpat/cacti/
H A Dmat.cc1044 double V_b_pre, v_th_mem_cell, V_wl; local
1063 v_th_mem_cell = g_tp.dram_acc.Vth;
1072 v_th_mem_cell = g_tp.sram_cell.Vth;
1202 if (tstep <= (0.5 * (V_wl - v_th_mem_cell) / m)) {
1203 delay_bitline = sqrt(2 * tstep * (V_wl - v_th_mem_cell) / m);
1205 delay_bitline = tstep + (V_wl - v_th_mem_cell) / (2 * m);

Completed in 10 milliseconds