Searched refs:V_wl (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
1064 V_wl = g_tp.vpp;
1073 V_wl = g_tp.sram_cell.Vdd;
1201 double m = V_wl / inrisetime;
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 11 milliseconds