ruby: allow restoring from checkpoint when using DRAMCtrl
Review Request #2702 - Created March 20, 2015 and submitted - Latest diff uploaded
| Information | |
|---|---|
| Lena Olson | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 10743:d3ead01d8747
---------------------------
ruby: allow restoring from checkpoint when using DRAMCtrlRestoring 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.
