Searched refs:m_tech_model_ (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/dsent/model/std_cells/
H A DStdCellLib.h70 TechModel* m_tech_model_; member in class:DSENT::StdCellLib
H A DStdCellLib.cc35 : m_tech_model_(tech_model_)
38 ASSERT((m_tech_model_ != NULL), "[Error] StdCellLib -> tech_model is NULL");
49 return m_tech_model_;
179 StdCellLib* new_lib = new StdCellLib(m_tech_model_);
/gem5/ext/dsent/model/
H A DModel.cc75 : m_instance_name_(instance_name_), m_tech_model_(tech_model_),
427 return m_tech_model_;
715 m_tech_model_ = model_.m_tech_model_;
H A DModel.h231 const TechModel* m_tech_model_; member in class:DSENT::Model

Completed in 8 milliseconds