From 62e7c8e65ec9faa68b47db5c794427b631f32477 Mon Sep 17 00:00:00 2001 From: Matthias Jung Date: Tue, 29 Jul 2014 16:21:59 +0200 Subject: [PATCH] Changed to the lates DRAMPower --- dram/src/simulation/Dram.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dram/src/simulation/Dram.h b/dram/src/simulation/Dram.h index 825764b7..f4995534 100644 --- a/dram/src/simulation/Dram.h +++ b/dram/src/simulation/Dram.h @@ -41,7 +41,7 @@ struct Dram: sc_module tSocket.register_nb_transport_fw(this, &Dram::nb_transport_fw); MemorySpecification memSpec(MemSpecParser::getMemSpecFromXML(Configuration::getInstance().memspecUri)); - DRAMPower = new libDRAMPower( memSpec, 1,1,1,0,0 ); + DRAMPower = new libDRAMPower( memSpec, 0 ); } ~Dram()