Fix MWR and MWRA command lengths for LPDDR4
This commit is contained in:
@@ -96,7 +96,9 @@ MemSpecLPDDR4::MemSpecLPDDR4(const DRAMSys::Config::MemSpec &memSpec)
|
||||
commandLengthInCycles[Command::RD] = 4;
|
||||
commandLengthInCycles[Command::RDA] = 4;
|
||||
commandLengthInCycles[Command::WR] = 4;
|
||||
commandLengthInCycles[Command::MWR] = 4;
|
||||
commandLengthInCycles[Command::WRA] = 4;
|
||||
commandLengthInCycles[Command::MWRA] = 4;
|
||||
commandLengthInCycles[Command::REFAB] = 2;
|
||||
commandLengthInCycles[Command::REFPB] = 2;
|
||||
commandLengthInCycles[Command::SREFEN] = 2;
|
||||
|
||||
Reference in New Issue
Block a user