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

/gem5/ext/dsent/model/std_cells/
H A DCellMacros.cc115 double wire_cap = tech->calculateWireCapacitance("Metal1", wire_width, wire_spacing, wire_length); local
120 cell_->getLoad(name_ + "_CdZN")->setLoadCap(c_d + wire_cap);
124 double zn_flip_energy = 0.5 * (c_d + wire_cap) * vdd * vdd;
217 double wire_cap = tech->calculateWireCapacitance("Metal1", wire_width, wire_spacing, wire_length); local
222 cell_->getLoad(name_ + "_CdZN")->setLoadCap(c_d + wire_cap);
226 double zn_flip_energy = 0.5 * (c_d + wire_cap) * vdd * vdd;
307 double wire_cap = tech->calculateWireCapacitance("Metal1", wire_width, wire_spacing, wire_length); local
311 cell_->getLoad(name_ + "_CdZN")->setLoadCap(c_d + wire_cap);
316 double zn_flip_energy = 0.5 * (c_d + wire_cap) * vdd * vdd;
426 double wire_cap local
[all...]
/gem5/ext/mcpat/cacti/
H A Dwire.h68 double wire_cap(double len, bool call_from_outside = false);
H A Darbiter.cc117 double temp = (wc.wire_cap(length, true));
H A Dwire.cc289 double Wire::wire_cap (double len /* in m */, bool call_from_outside) { function in class:Wire
421 double cwire = wire_cap(len); /* load capacitance */
575 double wc = wire_cap(len);
745 double wc = wire_cap(len);
H A Drouter.cc81 return (wc.wire_cap(length));
H A Dhtree2.cc150 (gate_C(s2 * (min_w_nmos + min_w_pmos), 0) + w1.wire_cap(l_eff * 1e-6,

Completed in 18 milliseconds