Fix wrong command dependency.
This commit is contained in:
@@ -553,7 +553,7 @@ sc_time CheckerLPDDR5::timeToSatisfyConstraints(Command command,
|
||||
lastCommandStart = lastScheduledByCommandAndBank[Command::WRA][bank];
|
||||
if (lastCommandStart != scMaxTime)
|
||||
{
|
||||
if (lastBurstLengthByCommandAndBank[Command::RDA][bank] == 32)
|
||||
if (lastBurstLengthByCommandAndBank[Command::WRA][bank] == 32)
|
||||
earliestTimeToStart =
|
||||
std::max(earliestTimeToStart,
|
||||
lastCommandStart + memSpec.tWL + memSpec.BL_n_min_32 + memSpec.tCK +
|
||||
|
||||
Reference in New Issue
Block a user