Review Board 2.0.15


ruby: allow restoring from checkpoint when using DRAMCtrl

Review Request #2702 - Created March 20, 2015 and submitted

Information
Lena Olson
gem5
default
Reviewers
Default

Changeset 10743:d3ead01d8747
---------------------------
ruby: allow restoring from checkpoint when using DRAMCtrl

Restoring from a checkpoint with ruby + the DRAMCtrl memory model
was not working, because ruby and DRAMCtrl disagreed on the
current tick during warmup. Since there is no reason to do
timing requests during warmup, use functional requests instead.

Can now restore checkpoints in X86+MOESI hammer+DRAMCtrl. It also still works with simple mem, which was working before.

Issue Summary

2 1 1 0
Review request changed
Updated (April 14, 2015, 9:05 a.m.)

Status: Closed (submitted)