all constraints implemented
This commit is contained in:
@@ -81,13 +81,13 @@ void RefreshManagerBankwise::RefreshManagerForBank::scheduleRefresh(sc_time time
|
||||
ScheduledCommand precharge(refreshPayload, Command::Precharge, time,
|
||||
controller.config.Timings.tRP);
|
||||
|
||||
controller.busChecker.findSlotOnBus(precharge);
|
||||
controller.state.bus.moveCommandToNextFreeSlot(precharge);
|
||||
nextRefresh.setStart(precharge.getEnd());
|
||||
|
||||
controller.state.change(precharge);
|
||||
controller.wrapper.send(precharge);
|
||||
}
|
||||
controller.busChecker.findSlotOnBus(nextRefresh);
|
||||
controller.state.bus.moveCommandToNextFreeSlot(nextRefresh);
|
||||
controller.state.change(nextRefresh);
|
||||
controller.wrapper.send(nextRefresh);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user