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

/gem5/ext/mcpat/cacti/
H A Dmat.cc655 double out_time_ramp, this_delay; local
796 out_time_ramp = sl_data_drv->compute_delay(inrisetime);//After entering one mat, start to consider the inrisetime from 0(0 is passed from outside)
840 this_delay = horowitz(out_time_ramp, tf, VTHFA2, VTHFA3, FALL);
842 out_time_ramp = this_delay / VTHFA3;
855 this_delay = horowitz(out_time_ramp, tf, VTHFA3, VTHFA4, RISE);
856 out_time_ramp = this_delay / (1 - VTHFA4);
872 this_delay = horowitz (out_time_ramp, tf, VTHFA4, VTHFA5, FALL);
873 out_time_ramp = this_delay / VTHFA5;
899 this_delay = horowitz (out_time_ramp, tf, 0.5, 0.5, RISE);
900 out_time_ramp
[all...]

Completed in 8 milliseconds