README (11104:2d537040a4b9) README (12579:b5385b9f9d3c)
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
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 currently in early development stages. A pre-alpha working
9version of the book can be found at the following URL.
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
10
11http://lowepower.com/jason/learning_gem5/
11http://learning.gem5.org/book/
12
13This directory is broken into one subdirectory per part of the book.
14
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
15Goals of these scripts
16~~~~~~~~~~~~~~~~~~~~~~
20Goals of these scripts
21~~~~~~~~~~~~~~~~~~~~~~
17These scripts are not necessarily useful outside the scope of the learning
22These scripts are not necessarily useful outside the scope of the Learning
18gem5 book. The goal is to include the learning gem5 scripts, following the
19book as closely as possible, so that the regression tester will catch any
20changes that affect the book.
21
22For general users, these are *not* good scripts to use for running complex
23architectural experiments. These scripts *are* a good starting point example
24of how to write your own scripts for experiments.
25
26Feedback
27~~~~~~~~
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~~~~~~~~
28Send mail to power.jg@gmail.com to provide feedback.
29
33Send mail to jason@lowepower.com to provide feedback.