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

/gem5/ext/mcpat/
H A Dlogic.cc531 // base_energy = coredynp.core_ty==Inorder? 0: 89e-3*3; //W The base energy of ALU average numbers from Intel 4G and 773Mhz (Wattch)
532 // base_energy *=(g_tp.peri_global.Vdd*g_tp.peri_global.Vdd/1.2/1.2);
533 base_energy = 0;
542 // base_energy = coredynp.core_ty==Inorder? 0:89e-3; //W The base energy of ALU average numbers from Intel 4G and 773Mhz (Wattch)
543 // base_energy *=(g_tp.peri_global.Vdd*g_tp.peri_global.Vdd/1.2/1.2);
544 base_energy = 0;
553 // base_energy = coredynp.core_ty==Inorder? 0:89e-3*2; //W The base energy of ALU average numbers from Intel 4G and 773Mhz (Wattch)
554 // base_energy *=(g_tp.peri_global.Vdd*g_tp.peri_global.Vdd/1.2/1.2);
555 base_energy = 0;
576 base_energy
[all...]
H A Dlogic.h198 double base_energy; member in class:FunctionalUnit

Completed in 8 milliseconds