----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2702/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 10743:b643c607990a --------------------------- 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. This caused problems with timing requests. Since there is no reason to do timing requests during warmup, use functional requests instead. Diffs ----- src/mem/ruby/slicc_interface/AbstractController.hh 655ff3f6352d src/mem/ruby/slicc_interface/AbstractController.cc 655ff3f6352d Diff: http://reviews.gem5.org/r/2702/diff/ Testing ------- Can now restore checkpoints in X86+MOESI hammer+DRAMCtrl. It also still works with simple mem, which was working before. Thanks, Lena Olson _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
