python: Separate the options parsing stuff. Remove options parsing stuff from
authorNathan Binkert <nate@binkert.org>
Sun, 15 Jun 2008 04:15:58 +0000 (21:15 -0700)
committerNathan Binkert <nate@binkert.org>
Sun, 15 Jun 2008 04:15:58 +0000 (21:15 -0700)
commit779c31077c965e28575fca3c065d651fcc87c134
treedf2decb74822eb05ebca8d68c6bc4e1a462dd53f
parent4afdc40d70db76d895cc9bfe6bf3786d379589b7
python: Separate the options parsing stuff.  Remove options parsing stuff from
main.py so things are a bit more obvious.
src/python/SConscript
src/python/m5/main.py
src/python/m5/options.py [new file with mode: 0644]