... | @@ -3,6 +3,7 @@ This page contains some advanced guidelines for adding new functionality to the |
... | @@ -3,6 +3,7 @@ This page contains some advanced guidelines for adding new functionality to the |
|
**Guidelines for adding a new device in Energy Consumption Estimation (Static Analysis) component**
|
|
**Guidelines for adding a new device in Energy Consumption Estimation (Static Analysis) component**
|
|
|
|
|
|
In this paragraph some steps that a user has to follow in order to add more embedded platforms in the SDK4ED energy toolbox and more specifically in static energy consumption estimation, are provided.
|
|
In this paragraph some steps that a user has to follow in order to add more embedded platforms in the SDK4ED energy toolbox and more specifically in static energy consumption estimation, are provided.
|
|
|
|
|
|
*Backend*
|
|
*Backend*
|
|
|
|
|
|
The main script (main_static_analysis.py) receives as input the source files of an application and performs the energy analysis for all the functions and loop statements. The predictions are based on a set of data collected on a specific platform (as described before).
|
|
The main script (main_static_analysis.py) receives as input the source files of an application and performs the energy analysis for all the functions and loop statements. The predictions are based on a set of data collected on a specific platform (as described before).
|
... | | ... | |