Objective: Analysis of the relationship between efficiency, power consumption and AVF.
Tools: Sim-SODA, McPat and Matlab
Alpha processor is used in this project and SPEC2000 is the benchmark. The Sim-SODA simulator works based on Alpha processor and after running a benchmark it reports utilization, performance and AVF. The purpose of this project is to calculate the power consumption for different periods of a program. For this purpose I should change Sim-SODA to report AVF for every intrevals. Then the result of Sim-SODA sould be translated to be understandable for McPat. Also sim-SODA do not report replacements and write back in cache timing but [McPat] need the number of hits, miss replacement and write back.
-interval can help in [sim-SODA] to devie the instructions of program in to intervals.
-cycleinterval is used for time devision in sim-SODA