python: cleanup options parsing stuff so that it properly deals with defaults.
authorNathan Binkert <nate@binkert.org>
Mon, 6 Oct 2008 16:31:51 +0000 (09:31 -0700)
committerNathan Binkert <nate@binkert.org>
Mon, 6 Oct 2008 16:31:51 +0000 (09:31 -0700)
commit6b2bb53fd6e59dee0c5524029c9422e2885d00d2
tree92ba72ce2be4f57ff49bb46b8c54717772eef19b
parent6c046a28dc6624f57655e5106568721972cbae1e
python: cleanup options parsing stuff so that it properly deals with defaults.
While we're at it, make it possible to run main.py in a somewhat
standalone mode again so that we can test things without compiling.
src/python/m5/main.py
src/python/m5/options.py