项目作者: rabieifk

项目描述 :
Analysis of the relationship between efficiency, power consumption and AVF (Architectural Vulnerability Factor)
高级语言: C
项目地址: git://github.com/rabieifk/Sim-SODA.git
创建时间: 2019-06-04T13:06:39Z
项目社区:https://github.com/rabieifk/Sim-SODA

开源协议:

下载


Sim-SODA

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