python: Separate the options parsing stuff. Remove options parsing stuff from

main.py so things are a bit more obvious.
This commit is contained in:
Nathan Binkert
2008-06-14 21:15:58 -07:00
parent 4afdc40d70
commit 779c31077c
3 changed files with 166 additions and 94 deletions

View File

@@ -39,6 +39,7 @@ PySource('m5', 'm5/SimObject.py')
PySource('m5', 'm5/convert.py')
PySource('m5', 'm5/event.py')
PySource('m5', 'm5/main.py')
PySource('m5', 'm5/options.py')
PySource('m5', 'm5/params.py')
PySource('m5', 'm5/proxy.py')
PySource('m5', 'm5/simulate.py')