summaryrefslogtreecommitdiff
path: root/src/learning_gem5/part3
diff options
context:
space:
mode:
Diffstat (limited to 'src/learning_gem5/part3')
-rw-r--r--src/learning_gem5/part3/MSI-cache.sm2
-rw-r--r--src/learning_gem5/part3/SConsopts2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/learning_gem5/part3/MSI-cache.sm b/src/learning_gem5/part3/MSI-cache.sm
index 3847b53a8..0d5a20592 100644
--- a/src/learning_gem5/part3/MSI-cache.sm
+++ b/src/learning_gem5/part3/MSI-cache.sm
@@ -482,7 +482,7 @@ machine(MachineType:L1Cache, "MSI cache")
// across different directories, so query the network.
out_msg.Destination.add(mapAddressToMachine(address,
MachineType:Directory));
- // See mem/protocol/RubySlicc_Exports.sm for possible sizes.
+ // See mem/ruby/protocol/RubySlicc_Exports.sm for possible sizes.
out_msg.MessageSize := MessageSizeType:Control;
// Set that the reqeustor is this machine so we get the response.
out_msg.Requestor := machineID;
diff --git a/src/learning_gem5/part3/SConsopts b/src/learning_gem5/part3/SConsopts
index c8573d3ac..6525d4ed3 100644
--- a/src/learning_gem5/part3/SConsopts
+++ b/src/learning_gem5/part3/SConsopts
@@ -1,6 +1,6 @@
Import('*')
-# NOTE: All SLICC setup code found in src/mem/protocol/SConscript
+# NOTE: All SLICC setup code found in src/mem/ruby/protocol/SConscript
# Register this protocol with gem5/SCons
all_protocols.extend([