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:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user