gem5/configs/test
Steve Reinhardt 4a9c0a7dfc 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
2006-06-17 09:58:10 -04:00
..
fs.py Add --outdir option. Didn't call it "-d" since 2006-06-17 09:58:10 -04:00
hello Compiles now (with CPU_MODELS=SimpleCPU), but hangs 2006-03-10 10:01:29 -05:00
hello_mips Minor changes for FP ... MIPS now works for floating-point programs... 2006-05-07 14:09:19 -04:00
hello_sparc Changed the hello_sparc executable back to the cross compiled one 2006-04-28 13:11:32 -04:00
SysPaths.py Get basic full-system working with AtomicSimpleCPU. 2006-05-17 22:08:44 -04:00
test.py Add --outdir option. Didn't call it "-d" since 2006-06-17 09:58:10 -04:00