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

/gem5/ext/mcpat/cacti/
H A Dtechnology.cc98 double curr_logic_scaling_co_eff = 0;//This is based on the reported numbers of Intel Merom 65nm, Penryn45nm and IBM cell 90/65/45 date local
256 curr_logic_scaling_co_eff = 1.5;//linear scaling from 90nm
506 curr_logic_scaling_co_eff = 1;
757 curr_logic_scaling_co_eff = 0.7; //Rather than scale proportionally to square of feature size, only scale linearly according to IBM cell processor
1010 curr_logic_scaling_co_eff = 0.7 * 0.7;
1261 curr_logic_scaling_co_eff = 0.7 * 0.7 * 0.7;
1479 curr_logic_scaling_co_eff = 0.7 * 0.7 * 0.7 * 0.7;
1602 curr_logic_scaling_co_eff = 0.7 * 0.7 * 0.7 * 0.7 * 0.7;
1721 g_tp.scaling_factor.logic_scaling_co_eff += curr_alpha * curr_logic_scaling_co_eff;

Completed in 12 milliseconds