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

/gem5/ext/dsent/model/std_cells/
H A DStdCellLib.h55 Map<double>* getStdCellCache() const;
H A DBUF.cc87 Map<double>* cache = getTechModel()->getStdCellLib()->getStdCellCache();
113 Map<double>* cache = getTechModel()->getStdCellLib()->getStdCellCache();
158 Map<double>* cache = cell_lib_->getStdCellCache();
H A DINV.cc95 Map<double>* cache = getTechModel()->getStdCellLib()->getStdCellCache();
121 Map<double>* cache = getTechModel()->getStdCellLib()->getStdCellCache();
176 Map<double>* cache = cell_lib_->getStdCellCache();
H A DAND2.cc100 Map<double>* cache = getTechModel()->getStdCellLib()->getStdCellCache();
128 Map<double>* cache = getTechModel()->getStdCellLib()->getStdCellCache();
210 Map<double>* cache = cell_lib_->getStdCellCache();
H A DNAND2.cc102 Map<double>* cache = getTechModel()->getStdCellLib()->getStdCellCache();
125 Map<double>* cache = getTechModel()->getStdCellLib()->getStdCellCache();
206 Map<double>* cache = cell_lib_->getStdCellCache();
H A DNOR2.cc102 Map<double>* cache = getTechModel()->getStdCellLib()->getStdCellCache();
125 Map<double>* cache = getTechModel()->getStdCellLib()->getStdCellCache();
205 Map<double>* cache = cell_lib_->getStdCellCache();
H A DOR2.cc95 Map<double>* cache = getTechModel()->getStdCellLib()->getStdCellCache();
123 Map<double>* cache = getTechModel()->getStdCellLib()->getStdCellCache();
201 Map<double>* cache = cell_lib_->getStdCellCache();
H A DXOR2.cc99 Map<double>* cache = getTechModel()->getStdCellLib()->getStdCellCache();
129 Map<double>* cache = getTechModel()->getStdCellLib()->getStdCellCache();
220 Map<double>* cache = cell_lib_->getStdCellCache();
H A DLATQ.cc103 Map<double>* cache = getTechModel()->getStdCellLib()->getStdCellCache();
131 Map<double>* cache = getTechModel()->getStdCellLib()->getStdCellCache();
230 Map<double>* cache = cell_lib_->getStdCellCache();
H A DMUX2.cc106 Map<double>* cache = getTechModel()->getStdCellLib()->getStdCellCache();
138 Map<double>* cache = getTechModel()->getStdCellLib()->getStdCellCache();
239 Map<double>* cache = cell_lib_->getStdCellCache();
H A DStdCellLib.cc195 Map<double>* StdCellLib::getStdCellCache() const function in class:DSENT::StdCellLib
H A DDFFQ.cc109 Map<double>* cache = getTechModel()->getStdCellLib()->getStdCellCache();
137 Map<double>* cache = getTechModel()->getStdCellLib()->getStdCellCache();
275 Map<double>* cache = cell_lib_->getStdCellCache();
H A DADDF.cc126 Map<double>* cache = getTechModel()->getStdCellLib()->getStdCellCache();
162 Map<double>* cache = getTechModel()->getStdCellLib()->getStdCellCache();
334 Map<double>* cache = cell_lib_->getStdCellCache();
/gem5/ext/dsent/model/optical/
H A DRingDetector.cc169 double inv_x1_gate_cap = getTechModel()->getStdCellLib()->getStdCellCache()->get("INV_X1->Cap->A");
170 double inv_x1_drain_cap = getTechModel()->getStdCellLib()->getStdCellCache()->get("INV_X1->Cap->Y");
199 double unit_leak_0 = getTechModel()->getStdCellLib()->getStdCellCache()->get("INV_X1->Leakage->!A");
200 double unit_leak_1 = getTechModel()->getStdCellLib()->getStdCellCache()->get("INV_X1->Leakage->A");
256 double c_g = getTechModel()->getStdCellLib()->getStdCellCache()->get("INV_X1->Cap->A");
257 double c_d = getTechModel()->getStdCellLib()->getStdCellCache()->get("INV_X1->Cap->Y");
258 double r_o = getTechModel()->getStdCellLib()->getStdCellCache()->get("INV_X1->DriveRes->Y");
306 double unit_area_active = getTechModel()->getStdCellLib()->getStdCellCache()->get("INV_X1->Area->Active");
307 double unit_area_metal1 = getTechModel()->getStdCellLib()->getStdCellCache()->get("INV_X1->Area->Metal1Wire");
H A DRingModulator.cc173 double unit_leak_0 = getTechModel()->getStdCellLib()->getStdCellCache()->get("INV_X1->Leakage->!A");
174 double unit_leak_1 = getTechModel()->getStdCellLib()->getStdCellCache()->get("INV_X1->Leakage->A");
299 double unit_c_g = getTechModel()->getStdCellLib()->getStdCellCache()->get("INV_X1->Cap->A");
300 double unit_c_d = getTechModel()->getStdCellLib()->getStdCellCache()->get("INV_X1->Cap->Y");
301 double unit_r_o = getTechModel()->getStdCellLib()->getStdCellCache()->get("INV_X1->DriveRes->Y");
302 double unit_area_active = getTechModel()->getStdCellLib()->getStdCellCache()->get("INV_X1->Area->Active");
303 double unit_area_metal1 = getTechModel()->getStdCellLib()->getStdCellCache()->get("INV_X1->Area->Metal1Wire");
389 double unit_c_g = getTechModel()->getStdCellLib()->getStdCellCache()->get("INV_X1->Cap->A");
390 double unit_c_d = getTechModel()->getStdCellLib()->getStdCellCache()->get("INV_X1->Cap->Y");
/gem5/ext/dsent/model/network/
H A DElectricalMesh.cc262 double delay_ck_to_q = getTechModel()->getStdCellLib()->getStdCellCache()->get("DFFQ_X1->Delay->CK_to_Q");
263 double delay_setup = getTechModel()->getStdCellLib()->getStdCellCache()->get("DFFQ_X1->Delay->CK_to_Q");

Completed in 39 milliseconds