length on data strobe different for double data rate and single data rate
This commit is contained in:
@@ -79,7 +79,7 @@ void RefreshManager::planNextRefresh()
|
||||
|
||||
void RefreshManager::reInitialize(tlm::tlm_generic_payload& payload, sc_time time)
|
||||
{
|
||||
nextPlannedRefresh = clkAlign(time, controller.config.Timings.clk, Alignment::DOWN);
|
||||
nextPlannedRefresh = clkAlign(time, Alignment::DOWN);
|
||||
planNextRefresh();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user