summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorJason Lowe-Power <jason@lowepower.com>2018-03-09 14:39:42 -0800
committerJason Lowe-Power <jason@lowepower.com>2018-03-13 00:39:22 +0000
commit8dc266490de6abd2cef420b41aa0430dd2dcdd9b (patch)
tree12912cc004aaa5394d07e0206b4069eb3d24c340 /configs
parent4cc9473c971650153d148b74ad67e50e54828a99 (diff)
downloadgem5-8dc266490de6abd2cef420b41aa0430dd2dcdd9b.tar.xz
learning_gem5: Update README for Learning gem5
Change-Id: I94485e401bc77207cab68c1e24ef7a6ed83bd43d Signed-off-by: Jason Lowe-Power <jason@lowepower.com> Reviewed-on: https://gem5-review.googlesource.com/8946 Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br>
Diffstat (limited to 'configs')
-rw-r--r--configs/learning_gem5/README16
1 files changed, 10 insertions, 6 deletions
diff --git a/configs/learning_gem5/README b/configs/learning_gem5/README
index ae7d62aab..64c479ec0 100644
--- a/configs/learning_gem5/README
+++ b/configs/learning_gem5/README
@@ -5,16 +5,21 @@ This directory contains the configuration scripts used in the "Learning gem5"
book. The scripts contained in these directories are for educational purposes
only and should not be used for architectural research as-is.
-"Learning gem5" is currently in early development stages. A pre-alpha working
-version of the book can be found at the following URL.
+"Learning gem5" is a work-in-progress book that is frequently updated. For the
+most up-to-date version of the book, see the website.
-http://lowepower.com/jason/learning_gem5/
+http://learning.gem5.org/book/
This directory is broken into one subdirectory per part of the book.
+If you would like to contribute (please do!) the code for the Learning gem5 book
+is hosted on GitHub.
+
+https://github.com/powerjg/learning_gem5
+
Goals of these scripts
~~~~~~~~~~~~~~~~~~~~~~
-These scripts are not necessarily useful outside the scope of the learning
+These scripts are not necessarily useful outside the scope of the Learning
gem5 book. The goal is to include the learning gem5 scripts, following the
book as closely as possible, so that the regression tester will catch any
changes that affect the book.
@@ -25,5 +30,4 @@ of how to write your own scripts for experiments.
Feedback
~~~~~~~~
-Send mail to power.jg@gmail.com to provide feedback.
-
+Send mail to jason@lowepower.com to provide feedback.