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

/gem5/ext/mcpat/cacti/
H A Dcrossbar.cc67 double input_cap = gate_C(TriS1 * (2 * min_w_pmos + g_tp.min_w_nmos_), 0) + local
69 // input_cap += drain_C_(TriS1*g_tp.min_w_nmos_, NCH, 1, 1, g_tp.cell_h_def) +
86 tri_inp_cap = input_cap;
89 return input_cap + output_cap + ctr_cap;
H A Dwire.cc563 double input_cap = gate_C(g_tp.min_w_nmos_ + min_w_pmos, 0); local
579 double repeater_scaling = sqrt(out_res * wc / (wr * input_cap));
583 repeater_spacing = sqrt(2 * out_res * (out_cap + input_cap) /
587 switching = (repeater_scaling * (input_cap + out_cap) +
591 tc = out_res * (input_cap + out_cap) +
593 wr / len * repeater_spacing * input_cap * repeater_scaling +
732 double input_cap = gate_C (g_tp.min_w_nmos_ + local
750 switching = (repeater_size * (input_cap + out_cap) +
754 tc = out_res * (input_cap + out_cap) +

Completed in 7 milliseconds