Lines Matching refs:area
121 // Set the cell area
320 // Cache area result
321 double area = 0.0;
322 area += gate_pitch * getTotalHeight() * 1;
323 area += gate_pitch * getTotalHeight() * getGenProperties()->get("INV1_GatePitches").toDouble();
324 area += gate_pitch * getTotalHeight() * getGenProperties()->get("INV2_GatePitches").toDouble();
325 area += gate_pitch * getTotalHeight() * getGenProperties()->get("INV3_GatePitches").toDouble();
326 area += gate_pitch * getTotalHeight() * getGenProperties()->get("INV4_GatePitches").toDouble();
327 area += gate_pitch * getTotalHeight() * getGenProperties()->get("INV5_GatePitches").toDouble();
328 area += gate_pitch * getTotalHeight() * getGenProperties()->get("INV6_GatePitches").toDouble();
329 area += gate_pitch * getTotalHeight() * getGenProperties()->get("INVZ1_GatePitches").toDouble();
330 area += gate_pitch * getTotalHeight() * getGenProperties()->get("INVZ2_GatePitches").toDouble();
331 area += gate_pitch * getTotalHeight() * getGenProperties()->get("INVZ3_GatePitches").toDouble();
332 area += gate_pitch * getTotalHeight() * getGenProperties()->get("INVZ4_GatePitches").toDouble();
333 cache->set(cell_name + "->Area->Active", area);
334 cache->set(cell_name + "->Area->Metal1Wire", area);
335 Log::printLine(cell_name + "->Area->Active=" + (String) area);
336 Log::printLine(cell_name + "->Area->Metal1Wire=" + (String) area);