gem5/src/python
Geoffrey Blake 09b5003815 config: Add hooks to enable new config sys
This patch adds helper functions to SimObject.py, params.py and
simulate.py to enable the new configuration system.  Functions like
enumerateParams() in SimObject lets the config system auto-generate
command line options for simobjects to be modified on the command
line.

Params in params.py have __call__() added
to their definition to allow the argparse module to use them
as a type to check command input is in the proper format.
2014-08-10 05:39:13 -04:00
..
m5 config: Add hooks to enable new config sys 2014-08-10 05:39:13 -04:00
swig sim: simulate with multiple threads and event queues 2013-11-25 11:21:00 -06:00
importer.py base: Make the Python module loader PEP302 compliant 2013-06-03 13:51:03 +02:00
SConscript sim: Add SWIG interface for Serializable 2012-11-02 11:32:02 -05:00