Searched refs:vdd_ (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/dsent/tech/
H A DTechModel.h71 double calculateLeakageCurrentFactor(unsigned int num_stacks_, const vector<double>& stacked_mos_widths_, unsigned int input_vector_, double vdd_, double subthreshold_swing_, double dibl_swing_) const;
H A DTechModel.cc159 double TechModel::calculateLeakageCurrentFactor(unsigned int num_stacks_, const vector<double>& stacked_mos_widths_, unsigned int input_vector_, double vdd_, double subthreshold_swing_, double dibl_swing_) const argument
173 double current_input = (double(input_vector_ & 0x1))*vdd_;
182 // v[num_stacks_] = vdd_
201 v[eff_num_stacks] = vdd_;
223 d[i] -= C*vdd_;
266 double leakage_current_factor = vgs/s1 + (vds - vdd_)/s2;

Completed in 6 milliseconds