Review Board 2.0.15


ruby: adds reset function to Ruby memory controllers

Review Request #1288 - Created July 2, 2012 and submitted

Information
Brad Beckmann
gem5
default
Reviewers
Default
Changeset 9076:11422560e100
---------------------------
ruby: adds reset function to Ruby memory controllers

   

Issue Summary

1 0 1 0
Review request changed
Updated (July 11, 2012, 2:43 a.m.)

Status: Closed (submitted)

Posted (Aug. 1, 2012, 9:22 a.m.)
I was trying to run the following command --

./build/X86/gem5.fast ./configs/example/ruby_random_test.py -n 64 --topology=Mesh --num-l2caches=64 --num-dir=64

but I got a segmentation fault while the memory controller was being 
registered. It first appears with revision 9103:956796e06b7f. Brad, can you look into this issue?