config: Add configs scripts used in Learning gem5
authorJason Lowe-Power <power.jg@gmail.com>
Wed, 16 Sep 2015 14:35:36 +0000 (09:35 -0500)
committerJason Lowe-Power <power.jg@gmail.com>
Wed, 16 Sep 2015 14:35:36 +0000 (09:35 -0500)
commitf065f9941b5e3b2796ec46d1926115283edd66cd
treefd115020de8f10457614eb747c463aa5928ca7e4
parent0d6a6dfd7b500aff7e91a22c9bb7211e1807b90e
config: Add configs scripts used in Learning gem5

Added a new directory in configs (learning_gem5) to hold the scripts that are
used in the book. See http://lowepower.com/jason/learning_gem5/ for a working
copy. For now, only the scripts in Part 1: Getting started with gem5
have been added. A separate patch adds tests for these scripts.

Committed by: Nilay Vaish <nilay@cs.wisc.edu>
configs/common/SimpleOpts.py [new file with mode: 0644]
configs/learning_gem5/README [new file with mode: 0644]
configs/learning_gem5/part1/caches.py [new file with mode: 0644]
configs/learning_gem5/part1/simple.py [new file with mode: 0644]
configs/learning_gem5/part1/two_level.py [new file with mode: 0644]