Searched refs:inputrise (Results 1 - 1 of 1) sorted by relevance
/gem5/ext/mcpat/cacti/ |
H A D | wire.cc | 408 double inputrise = (in_rise_time == 0) ? signal_rise_time() : in_rise_time; local 457 delay = horowitz(inputrise, timeconst, deviceType->Vth / deviceType->Vdd, 461 inputrise = delay / (deviceType->Vdd - deviceType->Vth); /* for the next stage */ 474 delay += horowitz(inputrise, timeconst, deviceType->Vth / deviceType->Vdd, 490 inputrise = delay / deviceType->Vth; 512 delay += horowitz(inputrise, timeconst, deviceType->Vth / 526 //double rt = horowitz(inputrise, timeconst, deviceType->Vth/deviceType->Vdd,
|
Completed in 10 milliseconds