Changed to the lates DRAMPower

This commit is contained in:
Matthias Jung
2014-07-29 16:21:59 +02:00
parent d402933502
commit 62e7c8e65e

View File

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