summaryrefslogtreecommitdiff
path: root/configs/learning_gem5/part3/simple_ruby.py
diff options
context:
space:
mode:
Diffstat (limited to 'configs/learning_gem5/part3/simple_ruby.py')
-rw-r--r--configs/learning_gem5/part3/simple_ruby.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/learning_gem5/part3/simple_ruby.py b/configs/learning_gem5/part3/simple_ruby.py
index bf21be9e1..9b89b78fd 100644
--- a/configs/learning_gem5/part3/simple_ruby.py
+++ b/configs/learning_gem5/part3/simple_ruby.py
@@ -44,6 +44,8 @@ import m5
# import all of the SimObjects
from m5.objects import *
+# You can import ruby_caches_MI_example to use the MI_example protocol instead
+# of the MSI protocol
from msi_caches import MyCacheSystem
# create the system we are going to simulate