1
2Learning_gem README
3-------------------
4This directory contains the configuration scripts used in the "Learning gem5"
5book. The scripts contained in these directories are for educational purposes
6only and should not be used for architectural research as-is.
7
8"Learning gem5" is a work-in-progress book that is frequently updated. For the
9most up-to-date version of the book, see the website.
10
11http://learning.gem5.org/book/
12
13This directory is broken into one subdirectory per part of the book.
14
15If you would like to contribute (please do!) the code for the Learning gem5 book
16is hosted on GitHub.
17
18https://github.com/powerjg/learning_gem5
19
20Goals of these scripts
21~~~~~~~~~~~~~~~~~~~~~~
22These scripts are not necessarily useful outside the scope of the Learning
23gem5 book. The goal is to include the learning gem5 scripts, following the
24book as closely as possible, so that the regression tester will catch any
25changes that affect the book.
26
27For general users, these are *not* good scripts to use for running complex
28architectural experiments. These scripts *are* a good starting point example
29of how to write your own scripts for experiments.
30
31Feedback
32~~~~~~~~
33Send mail to jason@lowepower.com to provide feedback.
34