Searched refs:this_delay (Results 1 - 2 of 2) sorted by relevance
/gem5/ext/mcpat/cacti/ |
H A D | decoder.cc | 183 double rd, tf, this_delay, c_load, c_intrinsic, Vpp; local 200 this_delay = horowitz(inrisetime, tf, 0.5, 0.5, RISE); 201 delay += this_delay; 202 inrisetime = this_delay / (1.0 - 0.5); 211 this_delay = horowitz(inrisetime, tf, 0.5, 0.5, RISE); 212 delay += this_delay; 213 inrisetime = this_delay / (1.0 - 0.5); 224 this_delay = horowitz(inrisetime, tf, 0.5, 0.5, RISE); 225 delay += this_delay; 226 ret_val = this_delay / (1. 665 double rd, c_load, c_intrinsic, tf, this_delay; local 1189 double rd, c_gate_load, c_load, c_intrinsic, tf, this_delay; local 1457 double this_delay = 0; local [all...] |
H A D | mat.cc | 655 double out_time_ramp, this_delay; local 840 this_delay = horowitz(out_time_ramp, tf, VTHFA2, VTHFA3, FALL); 841 delay_matchchline += this_delay; 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); 857 delay_matchchline += this_delay; 872 this_delay = horowitz (out_time_ramp, tf, VTHFA4, VTHFA5, FALL); 873 out_time_ramp = this_delay / VTHFA5; 874 delay_matchchline += this_delay; 1268 double C_ld, rd, tf, this_delay; local [all...] |
Completed in 9 milliseconds