Code formatting.

This commit is contained in:
Lukas Steiner (2)
2019-08-02 10:44:49 +02:00
parent 85e9fc6930
commit c93a11fbf5
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
<simconfig>
<SimulationName value="ddr3" />
<Debug value="1" />
<Debug value="0" />
<DatabaseRecording value="1" />
<PowerAnalysis value="1" />
<EnableWindowing value = "1" />

View File

@@ -47,7 +47,7 @@ sc_time BankMachine::startBankMachine()
}
sc_time delay;
DramExtension extension = DramExtension::getExtension(currentPayload);
if (currentState == BmState::Precharged)
if (currentState == BmState::Precharged) // row miss
{
delay = checker->delayToSatisfyConstraints(Command::ACT, bank);
nextCommand = Command::ACT;