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

/gem5/ext/mcpat/cacti/
H A Dtechnology.cc64 double curr_alpha, curr_vpp; local
179 curr_alpha = 1;
181 curr_alpha = (technology - tech_hi) / (tech_lo - tech_hi);
188 curr_alpha = (tech_lo - technology) / (tech_lo - tech_hi);
1610 g_tp.peri_global.Vdd += curr_alpha * vdd[peri_global_tech_type];
1611 g_tp.peri_global.t_ox += curr_alpha * t_ox[peri_global_tech_type];
1612 g_tp.peri_global.Vth += curr_alpha * v_th[peri_global_tech_type];
1613 g_tp.peri_global.C_ox += curr_alpha * c_ox[peri_global_tech_type];
1614 g_tp.peri_global.C_g_ideal += curr_alpha * c_g_ideal[peri_global_tech_type];
1615 g_tp.peri_global.C_fringe += curr_alpha * c_fring
[all...]

Completed in 10 milliseconds