Searched refs:tech (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/dsent/model/std_cells/
H A DCellMacros.cc73 //Grab pointer to tech model
74 const TechModel* tech = cell_->getTechModel(); local
77 double vdd = tech->get("Vdd");
78 double gate_cap = tech->get("Gate->CapPerWidth");
79 double drain_cap = tech->get("Drain->CapPerWidth");
80 double nmos_eff_res = tech->get("Nmos->EffResWidth");
81 double pmos_eff_res = tech->get("Pmos->EffResWidth");
82 double pmos_eff_res_stack_ratio = tech->get("Pmos->EffResStackRatio");
83 double gate_pitch_contacted = tech->get("Gate->PitchContacted");
84 double metal1_wire_min_width = tech
174 const TechModel* tech = cell_->getTechModel(); local
272 const TechModel* tech = cell_->getTechModel(); local
371 const TechModel* tech = cell_->getTechModel(); local
456 const TechModel* tech = cell_->getTechModel(); local
478 const TechModel* tech = cell_->getTechModel(); local
[all...]
/gem5/ext/mcpat/cacti/
H A DUcache.h93 void init_tech_params(double tech, bool is_tag);
H A Dtechnology.cc63 int iter, tech, tech_lo, tech_hi; local
177 tech = tech_lo;
184 tech = tech_hi;
192 if (tech == 180) {
264 if (tech == 90) {
515 if (tech == 65) {
764 if (tech == 45) {
1017 if (tech == 32) {
1268 if (tech == 22) {
1486 if (tech
[all...]

Completed in 12 milliseconds