|
|
My_Simulation_states | tasks_execution_time = WCET |
| |
|
sc_event | TB_lock [4] |
| |
|
int | app_is_running =0 |
| |
|
int | current_application_id =0 |
| |
|
double | cost_result [40][40] |
| |
|
double | cost_energy [40][40] |
| |
|
double | cost_time [40][40] |
| |
|
double | cost_resource [40][40] |
| |
|
double | cost_result_d [40][40][3] |
| |
|
double | cost_energy_d [40][40][3] |
| |
|
double | cost_time_d [40][40][3] |
| |
|
double | cost_resource_d [40][40][3] |
| |
|
unsigned int | CPU_FREQUENCIES_STEPS [3] ={666,333,222} |
| |
|
double | CPU_VOLTAGES_STEPS [3] ={1,0.8,0.6} |
| |
|
unsigned int | global_operating_point =0 |
| |