summaryrefslogtreecommitdiff
path: root/configs/learning_gem5/part3/ruby_test.py
diff options
context:
space:
mode:
authorBobby R. Bruce <bbruce@ucdavis.edu>2020-01-16 23:48:12 -0800
committerJason Lowe-Power <jason@lowepower.com>2020-01-29 16:17:32 +0000
commit994c72948e32a6ee1052c1c2948b2a230b031ec8 (patch)
treede0b9789f802a9a6e3944726337cec1d927be2ca /configs/learning_gem5/part3/ruby_test.py
parente1219b26f446d12cb3eca59af37fb9a5fa74f299 (diff)
downloadgem5-994c72948e32a6ee1052c1c2948b2a230b031ec8.tar.xz
misc: Updated old gem5 website URLs with new gem5 website URLs
Jira: https://gem5.atlassian.net/browse/GEM5-272 Change-Id: Ieadb6dd7a44dde4b0be647c91896551822b06a57 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/24503 Reviewed-by: Jason Lowe-Power <jason@lowepower.com> Maintainer: Jason Lowe-Power <jason@lowepower.com> Tested-by: kokoro <noreply+kokoro@google.com>
Diffstat (limited to 'configs/learning_gem5/part3/ruby_test.py')
-rw-r--r--configs/learning_gem5/part3/ruby_test.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/learning_gem5/part3/ruby_test.py b/configs/learning_gem5/part3/ruby_test.py
index 9b14a7a8f..952e33a37 100644
--- a/configs/learning_gem5/part3/ruby_test.py
+++ b/configs/learning_gem5/part3/ruby_test.py
@@ -28,7 +28,8 @@
# Authors: Jason Lowe-Power
""" This file creates a system with Ruby caches and runs the ruby random tester
-See Part 3 in the Learning gem5 book: learning.gem5.org/book/part3
+See Part 3 in the Learning gem5 book:
+http://gem5.org/documentation/learning_gem5/part3/MSIintro
IMPORTANT: If you modify this file, it's likely that the Learning gem5 book
also needs to be updated. For now, email Jason <jason@lowepower.com>