Typo fixed (PowerAnalysys --> PowerAnalysis)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -42,7 +42,7 @@ struct Configuration
|
||||
|
||||
//SimConfig
|
||||
bool DatabaseRecording = true;
|
||||
bool PowerAnalysys = false;
|
||||
bool PowerAnalysis = false;
|
||||
bool Debug = false;
|
||||
|
||||
//MemSpec(from DRAM-Power XML)
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user