Searched refs:cell_lib_ (Results 1 - 23 of 23) sorted by relevance

/gem5/ext/dsent/model/std_cells/
H A DNAND2.h41 void cacheStdCell(StdCellLib* cell_lib_, double drive_strength_);
H A DNOR2.h41 void cacheStdCell(StdCellLib* cell_lib_, double drive_strength_);
H A DADDF.h42 void cacheStdCell(StdCellLib* cell_lib_, double drive_strength_);
H A DAND2.h40 void cacheStdCell(StdCellLib* cell_lib_, double drive_strength_);
H A DBUF.h40 void cacheStdCell(StdCellLib* cell_lib_, double drive_strength_);
H A DDFFQ.h42 void cacheStdCell(StdCellLib* cell_lib_, double drive_strength_);
H A DINV.h41 void cacheStdCell(StdCellLib* cell_lib_, double drive_strength_);
H A DLATQ.h41 void cacheStdCell(StdCellLib* cell_lib_, double drive_strength_);
H A DMUX2.h41 void cacheStdCell(StdCellLib* cell_lib_, double drive_strength_);
H A DOR2.h40 void cacheStdCell(StdCellLib* cell_lib_, double drive_strength_);
H A DXOR2.h41 void cacheStdCell(StdCellLib* cell_lib_, double drive_strength_);
H A DStdCell.h54 virtual void cacheStdCell(StdCellLib* cell_lib_, double drive_strength_) = 0;
H A DBUF.cc154 void BUF::cacheStdCell(StdCellLib* cell_lib_, double drive_strength_) argument
157 double gate_pitch = cell_lib_->getTechModel()->get("Gate->PitchContacted");
158 Map<double>* cache = cell_lib_->getStdCellCache();
H A DINV.cc167 void INV::cacheStdCell(StdCellLib* cell_lib_, double drive_strength_) argument
175 double gate_pitch = cell_lib_->getTechModel()->get("Gate->PitchContacted");
176 Map<double>* cache = cell_lib_->getStdCellCache();
H A DAND2.cc201 void AND2::cacheStdCell(StdCellLib* cell_lib_, double drive_strength_) argument
209 double gate_pitch = cell_lib_->getTechModel()->get("Gate->PitchContacted");
210 Map<double>* cache = cell_lib_->getStdCellCache();
H A DNAND2.cc197 void NAND2::cacheStdCell(StdCellLib* cell_lib_, double drive_strength_) argument
205 double gate_pitch = cell_lib_->getTechModel()->get("Gate->PitchContacted");
206 Map<double>* cache = cell_lib_->getStdCellCache();
H A DNOR2.cc196 void NOR2::cacheStdCell(StdCellLib* cell_lib_, double drive_strength_) argument
204 double gate_pitch = cell_lib_->getTechModel()->get("Gate->PitchContacted");
205 Map<double>* cache = cell_lib_->getStdCellCache();
H A DOR2.cc197 void OR2::cacheStdCell(StdCellLib* cell_lib_, double drive_strength_) argument
200 double gate_pitch = cell_lib_->getTechModel()->get("Gate->PitchContacted");
201 Map<double>* cache = cell_lib_->getStdCellCache();
H A DXOR2.cc216 void XOR2::cacheStdCell(StdCellLib* cell_lib_, double drive_strength_) argument
219 double gate_pitch = cell_lib_->getTechModel()->get("Gate->PitchContacted");
220 Map<double>* cache = cell_lib_->getStdCellCache();
H A DLATQ.cc226 void LATQ::cacheStdCell(StdCellLib* cell_lib_, double drive_strength_) argument
229 double gate_pitch = cell_lib_->getTechModel()->get("Gate->PitchContacted");
230 Map<double>* cache = cell_lib_->getStdCellCache();
H A DMUX2.cc235 void MUX2::cacheStdCell(StdCellLib* cell_lib_, double drive_strength_) argument
238 double gate_pitch = cell_lib_->getTechModel()->get("Gate->PitchContacted");
239 Map<double>* cache = cell_lib_->getStdCellCache();
H A DDFFQ.cc271 void DFFQ::cacheStdCell(StdCellLib* cell_lib_, double drive_strength_) argument
274 double gate_pitch = cell_lib_->getTechModel()->get("Gate->PitchContacted");
275 Map<double>* cache = cell_lib_->getStdCellCache();
H A DADDF.cc330 void ADDF::cacheStdCell(StdCellLib* cell_lib_, double drive_strength_) argument
333 double gate_pitch = cell_lib_->getTechModel()->get("Gate->PitchContacted");
334 Map<double>* cache = cell_lib_->getStdCellCache();

Completed in 32 milliseconds