Home
last modified time | relevance | path

Searched defs:LibertyCell (Results 1 – 7 of 7) sorted by relevance

/dports/cad/openroad/OpenROAD-2.0/src/sta/dcalc/
H A DUnitDelayCalc.cc64 UnitDelayCalc::gateDelay(const LibertyCell *, in gateDelay()
88 UnitDelayCalc::ceff(const LibertyCell *, in ceff()
101 UnitDelayCalc::reportGateDelay(const LibertyCell *, in reportGateDelay()
117 UnitDelayCalc::checkDelay(const LibertyCell *, in checkDelay()
131 UnitDelayCalc::reportCheckDelay(const LibertyCell *, in reportCheckDelay()
H A DLumpedCapDelayCalc.cc131 LumpedCapDelayCalc::ceff(const LibertyCell *, in ceff()
H A DArnoldiDelayCalc.cc456 ArnoldiDelayCalc::reportGateDelay(const LibertyCell *, in reportGateDelay()
/dports/cad/openroad/OpenROAD-2.0/src/sta/liberty/
H A DLinearModel.cc32 GateLinearModel::gateDelay(const LibertyCell *, in gateDelay()
73 GateLinearModel::driveResistance(const LibertyCell *, in driveResistance()
90 CheckLinearModel::checkDelay(const LibertyCell *, in checkDelay()
H A DTableModel.cc716 const LibertyCell *, in reportValue()
791 const LibertyCell *, in reportValue()
960 const LibertyCell *, in reportValue()
1163 const LibertyCell *, in reportValue()
H A DLiberty.cc845 LibertyCell::LibertyCell(LibertyLibrary *library, in LibertyCell() function in sta::LibertyCell
/dports/cad/openroad/OpenROAD-2.0/src/sta/include/sta/
H A DLiberty.hh388 class LibertyCell : public ConcreteCell class