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
|
||||
|
||||
Reference in New Issue
Block a user