Code formatting.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<simconfig>
|
||||
<SimulationName value="ddr3" />
|
||||
<Debug value="1" />
|
||||
<Debug value="0" />
|
||||
<DatabaseRecording value="1" />
|
||||
<PowerAnalysis value="1" />
|
||||
<EnableWindowing value = "1" />
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user