Changed to the lates DRAMPower
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user