Add --outdir option. Didn't call it "-d" since
authorSteve Reinhardt <stever@eecs.umich.edu>
Sat, 17 Jun 2006 13:58:10 +0000 (09:58 -0400)
committerSteve Reinhardt <stever@eecs.umich.edu>
Sat, 17 Jun 2006 13:58:10 +0000 (09:58 -0400)
commit4a9c0a7dfc8aa1fcd70ec2b194691adec9ce424e
treecfda0fa61771fbe622dba67a1b424488d1af6d86
parent7efd0eafd8e5bb7a9ff088d56f1de3bd871b5a2b
Add --outdir option.  Didn't call it "-d" since
that's already being used for "detailed cpu".
Needed to add extra function for user script
to pass parsed options back to m5 module.

configs/test/fs.py:
configs/test/test.py:
    Call setStandardOptions().
src/python/m5/__init__.py:
    Add --outdir option.
    Add setStandardOptions() so user script can
    pass parsed options back to m5 module.
src/sim/main.cc:
    Add SWIG-wrappable function to set output dir.

--HG--
extra : convert_revision : 1323bee69ca920c699a1cd1218e15b7b0875c1e5
configs/test/fs.py
configs/test/test.py
src/python/m5/__init__.py
src/sim/main.cc