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

/gem5/ext/mcpat/cacti/
H A Dbasic_circuit.cc512 double Ig_on = 0; local
521 Ig_on = nmos_leak / num_states;
525 Ig_on += nmos_leak * combination(fanin, num_on_tx) *
530 Ig_on += nmos_leak * fanin;
536 Ig_on += nmos_leak * combination(fanin, num_on_tx) *
539 Ig_on /= num_states;
545 Ig_on = pmos_leak / num_states;
549 Ig_on += pmos_leak * combination(fanin, num_on_tx) *
554 Ig_on += pmos_leak * fanin;
560 Ig_on
[all...]

Completed in 6 milliseconds