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

/gem5/ext/dsent/model/std_cells/
H A DCellMacros.cc79 double drain_cap = tech->get("Drain->CapPerWidth"); local
107 double c_d = (2 * pmos_width + 2 * nmos_width) * drain_cap * folds;
179 double drain_cap = tech->get("Drain->CapPerWidth"); local
209 double c_d = (2 * pmos_width + 2 * nmos_width) * drain_cap * folds;
277 double drain_cap = tech->get("Drain->CapPerWidth"); local
299 double c_d = (pmos_width + nmos_width) * drain_cap * folds;
376 double drain_cap = tech->get("Drain->CapPerWidth"); local
418 double c_d = (2 * pmos_width + 2 * nmos_width) * drain_cap * folds;

Completed in 11 milliseconds