Typo fixed (PowerAnalysys --> PowerAnalysis)

This commit is contained in:
Éder Ferreira Zulian
2015-05-08 14:04:59 +02:00
parent cd8aeebe6f
commit 19d682c0ca
3 changed files with 4 additions and 4 deletions

View File

@@ -103,8 +103,8 @@ void Configuration::setParameter(std::string name, std::string value)
//SimConfig------------------------------------------------
else if(name == "DatabaseRecording")
DatabaseRecording = string2bool(value);
else if(name == "PowerAnalysys")
PowerAnalysys = string2bool(value);
else if(name == "PowerAnalysis")
PowerAnalysis = string2bool(value);
else if(name == "Debug")
Debug = string2bool(value);
//Specification for Chipseed, csvfile path and StorageMode

View File

@@ -42,7 +42,7 @@ struct Configuration
//SimConfig
bool DatabaseRecording = true;
bool PowerAnalysys = false;
bool PowerAnalysis = false;
bool Debug = false;
//MemSpec(from DRAM-Power XML)

View File

@@ -32,7 +32,7 @@ using namespace Data;
//#define POWER
//not better to define in simulation xml? also flag for storage simulation
//configuration->PowerAnalysys
//configuration->PowerAnalysis
//configuration->ModelStorage
//configuration->ModelErrotInjection