----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2971/#review7006 -----------------------------------------------------------
configs/common/SimpleOpts.py (line 44) <http://reviews.gem5.org/r/2971/#comment6012> Note that optparse is deprecated (https://docs.python.org/2/library/optparse.html) and users are encouraged to switch to argparse. It's probably not appropriate to make that change here, but I wanted to mention it, because if/when we do make the plunge of revamping the whole framework we should take that into account at that time. - Steve Reinhardt On Aug. 18, 2015, 8:18 a.m., Jason Power wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > http://reviews.gem5.org/r/2971/ > ----------------------------------------------------------- > > (Updated Aug. 18, 2015, 8:18 a.m.) > > > Review request for Default. > > > Repository: gem5 > > > Description > ------- > > Changeset 10923:8f90545cd9fe > --------------------------- > 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. > > > Diffs > ----- > > configs/common/SimpleOpts.py PRE-CREATION > configs/learning_gem5/README PRE-CREATION > configs/learning_gem5/part1/caches.py PRE-CREATION > configs/learning_gem5/part1/simple.py PRE-CREATION > configs/learning_gem5/part1/two_level.py PRE-CREATION > > Diff: http://reviews.gem5.org/r/2971/diff/ > > > Testing > ------- > > > Thanks, > > Jason Power > > _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
