From 76757e0025b2f840cb28cfb150e158d358a09c41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89der=20Ferreira=20Zulian?= Date: Thu, 21 May 2015 17:06:24 +0200 Subject: [PATCH] Little clean up (as suggested in the code). --- dram/src/controller/core/configuration/Configuration.cpp | 5 ----- dram/src/controller/core/configuration/Configuration.h | 2 -- 2 files changed, 7 deletions(-) diff --git a/dram/src/controller/core/configuration/Configuration.cpp b/dram/src/controller/core/configuration/Configuration.cpp index 657a42ff..8b1d926f 100644 --- a/dram/src/controller/core/configuration/Configuration.cpp +++ b/dram/src/controller/core/configuration/Configuration.cpp @@ -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); diff --git a/dram/src/controller/core/configuration/Configuration.h b/dram/src/controller/core/configuration/Configuration.h index dfdeeb7b..7023dfed 100644 --- a/dram/src/controller/core/configuration/Configuration.h +++ b/dram/src/controller/core/configuration/Configuration.h @@ -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