Searched refs:subthreshold_swing_ (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
166 const double s1 = subthreshold_swing_;

Completed in 4 milliseconds