Lines Matching refs:StdCellLib
22 #include "model/std_cells/StdCellLib.h"
34 StdCellLib::StdCellLib(TechModel* tech_model_)
38 ASSERT((m_tech_model_ != NULL), "[Error] StdCellLib -> tech_model is NULL");
42 StdCellLib::~StdCellLib()
47 const TechModel* StdCellLib::getTechModel() const
52 StdCell* StdCellLib::createStdCell(const String& std_cell_name_, const String& instance_name_) const
67 double StdCellLib::getPToNRatio() const
72 void StdCellLib::setPToNRatio(double p_to_n_ratio_)
78 double StdCellLib::getActiveHeight() const
83 void StdCellLib::setActiveHeight(double active_height_)
89 double StdCellLib::getTotalHeight() const
94 void StdCellLib::setTotalHeight(double total_height_)
99 void StdCellLib::createLib()
177 StdCellLib* StdCellLib::clone() const
179 StdCellLib* new_lib = new StdCellLib(m_tech_model_);
183 const String StdCellLib::genDrivingStrengthString(const vector<double>& driving_strength_) const
195 Map<double>* StdCellLib::getStdCellCache() const