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

/gem5/ext/dsent/tech/
H A DTechModel.cc102 double subthreshold_swing = get("Nmos->SubthresholdSwing"); local
107 double dibl_swing = subthreshold_swing / dibl;
110 double leakage_current_factor = calculateLeakageCurrentFactor(num_stacks_, stacked_mos_widths_, input_vector_, vdd, subthreshold_swing, dibl_swing);
138 double subthreshold_swing = get("Pmos->SubthresholdSwing"); local
142 double dibl_swing = subthreshold_swing / dibl;
145 double leakage_current_factor = calculateLeakageCurrentFactor(num_stacks_, stacked_mos_widths_, input_vector_, vdd, subthreshold_swing, dibl_swing);

Completed in 11 milliseconds