Little clean up (as suggested in the code).
This commit is contained in:
@@ -106,11 +106,6 @@ void Configuration::setParameter(std::string name, std::string value)
|
||||
Buswidth = string2int(value);
|
||||
else if(name == "ReadWriteGrouping")
|
||||
ReadWriteGrouping = string2bool(value);
|
||||
//removed because of Peters error model TODO clean up!
|
||||
//else if(name == "ModelStorage")
|
||||
// ModelStorage = string2bool(value);
|
||||
//else if(name == "ModelErrorInjection")
|
||||
// ModelErrorInjection = string2bool(value);
|
||||
else if(name == "ReorderBuffer")
|
||||
ReorderBuffer = string2bool(value);
|
||||
|
||||
|
||||
@@ -66,8 +66,6 @@ struct Configuration
|
||||
EPowerDownMode PowerDownMode = EPowerDownMode::Staggered;
|
||||
unsigned int Buswidth = 128;
|
||||
bool ReadWriteGrouping = false;
|
||||
bool ModelStorage = false;
|
||||
bool ModelErrorInjection = false;
|
||||
bool ReorderBuffer = false;
|
||||
|
||||
//SimConfig
|
||||
|
||||
Reference in New Issue
Block a user