Fix MWR and MWRA command lengths for LPDDR4

This commit is contained in:
2023-08-16 09:22:51 +02:00
parent c5f1320399
commit 570fb985df

View File

@@ -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;