Little clean up (as suggested in the code).

This commit is contained in:
Éder Ferreira Zulian
2015-05-21 17:06:24 +02:00
parent 14deacd665
commit 76757e0025
2 changed files with 0 additions and 7 deletions

View File

@@ -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);

View File

@@ -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