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

/gem5/ext/mcpat/cacti/
H A Drouter.cc86 Router::gate_cap(double w) { function in class:Router
113 return gate_cap(NTtr) + gate_cap(PTtr);
118 return (Cw3(O*flit_size*wt) + O*transmission_buf_inpcap() + gate_cap(NTid) +
119 gate_cap(PTid) + diff_cap(NTid, 0, 1) + diff_cap(PTid, 1, 1));
124 return (Cw3(I*flit_size*ht) + I*transmission_buf_outcap() + gate_cap(NTod) +
125 gate_cap(PTod) + diff_cap(NTod, 0, 1) + diff_cap(PTod, 1, 1));
132 gate_cap(NTi) + gate_cap(PTi));
H A Drouter.h77 double gate_cap(double w);
/gem5/ext/dsent/model/std_cells/
H A DCellMacros.cc78 double gate_cap = tech->get("Gate->CapPerWidth"); local
106 double c_g = (nmos_width + pmos_width) * gate_cap * folds;
178 double gate_cap = tech->get("Gate->CapPerWidth"); local
208 double c_g = (nmos_width + pmos_width) * gate_cap * folds;
276 double gate_cap = tech->get("Gate->CapPerWidth"); local
298 double c_g = (nmos_width + pmos_width) * gate_cap * folds;
375 double gate_cap = tech->get("Gate->CapPerWidth"); local
415 double c_g_a = (nmos_width + pmos_width) * gate_cap * folds;
416 double c_g_oe = nmos_width * gate_cap * folds;
417 double c_g_oen = pmos_width * gate_cap * fold
[all...]

Completed in 9 milliseconds