Lines Matching refs:area
122 // Set the cell area
267 // Cache area result
268 double area = 0.0;
269 area += gate_pitch * getTotalHeight() * 1;
270 area += gate_pitch * getTotalHeight() * getGenProperties()->get("INV1_GatePitches").toDouble();
271 area += gate_pitch * getTotalHeight() * getGenProperties()->get("INV2_GatePitches").toDouble();
272 area += gate_pitch * getTotalHeight() * getGenProperties()->get("INVZ1_GatePitches").toDouble();
273 area += gate_pitch * getTotalHeight() * getGenProperties()->get("INVZ2_GatePitches").toDouble();
274 cache->set(cell_name + "->ActiveArea", area);
275 Log::printLine(cell_name + "->ActiveArea=" + (String) area);