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

/gem5/ext/dsent/model/optical/
H A DRingDetector.cc259 // Calculate sense amp tau from sense amp output loading
260 double tau = r_o * (c_g + c_d); local
272 double v_sense = vdd * exp(-(1 - integ_time_ratio) / (data_rate * tau)) + noise_margin + v_residual + supply_noise_det / CMRR;
/gem5/ext/mcpat/cacti/
H A Dmat.cc1146 double tau; local
1149 tau = (R_cell_pull_down + R_cell_acc) *
1172 tau = (R_cell_pull_down + R_cell_acc) *
1183 tstep = tau * log(V_b_pre / (V_b_pre - dp.V_b_sense));
1255 double tau = C_ld / g_tp.gm_sense_amp_latch; local
1256 delay_sa = tau * log(g_tp.peri_global.Vdd / dp.V_b_sense);

Completed in 13 milliseconds