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
Posted (July 4, 2012, 10:28 a.m.)
-
src/mem/ruby/system/System.cc (Diff revision 1) -
Can you add a comment about why this is needed? Intuitively you'd think that the controller would already be reset at startup... (I believe I know the answer, just want to see it recorded for posterity.)
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?