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

/gem5/ext/dsent/model/std_cells/
H A DStdCell.cc81 double StdCell::getTotalHeight() const function in class:DSENT::StdCell
H A DStdCell.h49 double getTotalHeight() const;
H A DStdCellLib.h52 double getTotalHeight() const;
H A DBUF.cc181 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.cc322 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() * getGenPropertie
[all...]
H A DLATQ.cc266 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 DXOR2.cc249 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 DStdCellLib.cc61 created_cell->setTotalHeight(getTotalHeight());
89 double StdCellLib::getTotalHeight() const function in class:DSENT::StdCellLib
H A DADDF.cc384 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 * getTotalHeight() * getGenProperties()->get("INVZ4_GatePitches").toDouble();
393 area += gate_pitch * getTotalHeight() * getGenPropertie
[all...]
H A DAND2.cc228 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.cc269 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 DOR2.cc225 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 DCellMacros.cc111 double cell_height = cell_->getTotalHeight();
213 double cell_height = cell_->getTotalHeight();
303 double cell_height = cell_->getTotalHeight();
422 double cell_height = cell_->getTotalHeight();
H A DINV.cc188 double area = gate_pitch * getTotalHeight() * (1 + getGenProperties()->get("INV_GatePitches").toDouble());
H A DNAND2.cc219 double area = gate_pitch * getTotalHeight() * (1 + getGenProperties()->get("NAND_GatePitches").toDouble());
H A DNOR2.cc218 double area = gate_pitch * getTotalHeight() * (1 + getGenProperties()->get("NOR_GatePitches").toDouble());

Completed in 31 milliseconds