diff options
| author | Nick <[email protected]> | 2019-09-13 08:08:34 -0400 |
|---|---|---|
| committer | Nick <[email protected]> | 2019-09-13 08:08:34 -0400 |
| commit | 8afd2f13e10d9ac9206d0b494b1ff9864844c713 (patch) | |
| tree | c3fcf37d7fcf5e95c5f47e0674f04322f8b7b206 /src/gpuwattch/technology_xeon_core.cc | |
| parent | f2aa87a330dc68207088bf60828376f9fa454d72 (diff) | |
Final pass on power model reformat (comments...)
Diffstat (limited to 'src/gpuwattch/technology_xeon_core.cc')
| -rw-r--r-- | src/gpuwattch/technology_xeon_core.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpuwattch/technology_xeon_core.cc b/src/gpuwattch/technology_xeon_core.cc index 86bbd84..6f95cc2 100644 --- a/src/gpuwattch/technology_xeon_core.cc +++ b/src/gpuwattch/technology_xeon_core.cc @@ -1597,8 +1597,8 @@ void init_tech_params(double technology, bool is_tag) { // / Vs Vdsat[1] = 6.64e-2; //V/micron c_g_ideal[1] // = 3.22e-16;//F/micron c_fringe[1] = 0.008e-15; c_junc[1] // = - // 0;//F/micron2 I_on_n[1] = 727.6e-6;//A/micron I_on_p[1] - // = I_on_n[1] / 2; nmos_effective_resistance_multiplier = 1.99; + // 0;//F/micron2 I_on_n[1] = 727.6e-6;//A/micron I_on_p[1] = + // I_on_n[1] / 2; nmos_effective_resistance_multiplier = 1.99; // n_to_p_eff_curr_drv_ratio[1] = 2; // gmp_to_gmn_multiplier[1] = 0.99; // Rnchannelon[1] = nmos_effective_resistance_multiplier * vdd[1] / |
