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

/gem5/ext/dsent/tech/
H A DTechModel.cc103 double dibl = get("Nmos->DIBL"); local
106 // Map dibl to a swing value for easier calculation
107 double dibl_swing = subthreshold_swing / dibl;
137 double dibl = get("Pmos->DIBL"); local
141 // Map dibl to a swing value for easier calculation
142 double dibl_swing = subthreshold_swing / dibl;
158 //and technology information (vdd, subthreshold swing, subthreshold dibl swing)

Completed in 5 milliseconds