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

/gem5/ext/mcpat/cacti/
H A Dtechnology.cc164 double I_on_n[NUMBER_TECH_FLAVORS]; local
210 I_on_n[0] = 750e-6;//A/micron
216 Rnchannelon[0] = nmos_effective_resistance_multiplier * vdd[0] / I_on_n[0];//ohm-micron
280 I_on_n[0] = 1076.9e-6;//A/micron
286 Rnchannelon[0] = nmos_effective_resistance_multiplier * vdd[0] / I_on_n[0];//ohm-micron
325 I_on_n[1] = 503.6e-6;
330 Rnchannelon[1] = nmos_effective_resistance_multiplier * vdd[1] / I_on_n[1];
369 I_on_n[2] = 386.6e-6;
374 Rnchannelon[2] = nmos_effective_resistance_multiplier * vdd[2] / I_on_n[2];
427 I_on_n[
[all...]
H A Dparameter.h59 double I_on_n; member in class:TechnologyParameter::DeviceType
73 I_on_n(0), I_on_p(0), I_off_n(0), I_off_p(0), I_g_on_n(0),
88 I_on_n = 0;
H A Dparameter.cc63 cout << indent_str << "I_on_n = " << setw(12) << I_on_n << " A/um" << endl;

Completed in 11 milliseconds