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

/gem5/ext/dsent/model/std_cells/
H A DBUF.cc157 double gate_pitch = cell_lib_->getTechModel()->get("Gate->PitchContacted"); local
181 area += gate_pitch * getTotalHeight() * 1;
182 area += gate_pitch * getTotalHeight() * getGenProperties()->get("INV0_GatePitches").toDouble();
183 area += gate_pitch * getTotalHeight() * getGenProperties()->get("INV1_GatePitches").toDouble();
H A DDFFQ.cc274 double gate_pitch = cell_lib_->getTechModel()->get("Gate->PitchContacted"); local
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 * getTotalHeigh
[all...]
H A DXOR2.cc219 double gate_pitch = cell_lib_->getTechModel()->get("Gate->PitchContacted"); local
249 area += gate_pitch * getTotalHeight() * 1;
250 area += gate_pitch * getTotalHeight() * getGenProperties()->get("INV1_GatePitches").toDouble();
251 area += gate_pitch * getTotalHeight() * getGenProperties()->get("INV2_GatePitches").toDouble();
252 area += gate_pitch * getTotalHeight() * getGenProperties()->get("INVZ1_GatePitches").toDouble();
253 area += gate_pitch * getTotalHeight() * getGenProperties()->get("INVZ2_GatePitches").toDouble();
H A DLATQ.cc229 double gate_pitch = cell_lib_->getTechModel()->get("Gate->PitchContacted"); local
266 area += gate_pitch * getTotalHeight() * 1;
267 area += gate_pitch * getTotalHeight() * getGenProperties()->get("INV1_GatePitches").toDouble();
268 area += gate_pitch * getTotalHeight() * getGenProperties()->get("INV2_GatePitches").toDouble();
269 area += gate_pitch * getTotalHeight() * getGenProperties()->get("INV3_GatePitches").toDouble();
270 area += gate_pitch * getTotalHeight() * getGenProperties()->get("INV4_GatePitches").toDouble();
271 area += gate_pitch * getTotalHeight() * getGenProperties()->get("INVZ1_GatePitches").toDouble();
272 area += gate_pitch * getTotalHeight() * getGenProperties()->get("INVZ2_GatePitches").toDouble();
H A DAND2.cc209 double gate_pitch = cell_lib_->getTechModel()->get("Gate->PitchContacted"); local
228 area += gate_pitch * getTotalHeight() * 1;
229 area += gate_pitch * getTotalHeight() * getGenProperties()->get("NAND2_GatePitches").toDouble();
230 area += gate_pitch * getTotalHeight() * getGenProperties()->get("INV_GatePitches").toDouble();
H A DMUX2.cc238 double gate_pitch = cell_lib_->getTechModel()->get("Gate->PitchContacted"); local
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();
H A DADDF.cc333 double gate_pitch = cell_lib_->getTechModel()->get("Gate->PitchContacted"); local
384 area += gate_pitch * getTotalHeight() * 1;
385 area += gate_pitch * getTotalHeight() * getGenProperties()->get("INV1_GatePitches").toDouble();
386 area += gate_pitch * getTotalHeight() * getGenProperties()->get("INV2_GatePitches").toDouble();
387 area += gate_pitch * getTotalHeight() * getGenProperties()->get("INV3_GatePitches").toDouble();
388 area += gate_pitch * getTotalHeight() * getGenProperties()->get("INV4_GatePitches").toDouble();
389 area += gate_pitch * getTotalHeight() * getGenProperties()->get("INVZ1_GatePitches").toDouble();
390 area += gate_pitch * getTotalHeight() * getGenProperties()->get("INVZ2_GatePitches").toDouble();
391 area += gate_pitch * getTotalHeight() * getGenProperties()->get("INVZ3_GatePitches").toDouble();
392 area += gate_pitch * getTotalHeigh
[all...]
H A DINV.cc175 double gate_pitch = cell_lib_->getTechModel()->get("Gate->PitchContacted"); local
188 double area = gate_pitch * getTotalHeight() * (1 + getGenProperties()->get("INV_GatePitches").toDouble());
H A DOR2.cc200 double gate_pitch = cell_lib_->getTechModel()->get("Gate->PitchContacted"); local
225 area += gate_pitch * getTotalHeight() * 1;
226 area += gate_pitch * getTotalHeight() * getGenProperties()->get("NOR2_GatePitches").toDouble();
227 area += gate_pitch * getTotalHeight() * getGenProperties()->get("INV_GatePitches").toDouble();
H A DNAND2.cc205 double gate_pitch = cell_lib_->getTechModel()->get("Gate->PitchContacted"); local
219 double area = gate_pitch * getTotalHeight() * (1 + getGenProperties()->get("NAND_GatePitches").toDouble());
H A DNOR2.cc204 double gate_pitch = cell_lib_->getTechModel()->get("Gate->PitchContacted"); local
218 double area = gate_pitch * getTotalHeight() * (1 + getGenProperties()->get("NOR_GatePitches").toDouble());

Completed in 25 milliseconds