Config: Change the way options are added
authorNilay Vaish <nilay@cs.wisc.edu>
Wed, 28 Mar 2012 16:01:53 +0000 (11:01 -0500)
committerNilay Vaish <nilay@cs.wisc.edu>
Wed, 28 Mar 2012 16:01:53 +0000 (11:01 -0500)
commit390cfc7be9e5e477451a31a1dc8df82b42ee4011
tree79535c74b31fdac5d3e0f64c12372fc7572609c8
parent6ca3af8ecfa5e6fbc03b01c0eba3de9d6e2f7c45
Config: Change the way options are added
I am not too happy with the way options are added in files se.py and fs.py
currently. This patch moves all the options to the file Options.py, functions
from which are called when required.
configs/common/Options.py
configs/example/fs.py
configs/example/ruby_fs.py
configs/example/se.py
tests/configs/memtest-ruby.py
tests/configs/rubytest-ruby.py
tests/configs/simple-timing-mp-ruby.py
tests/configs/simple-timing-ruby.py