gem5/src/python/m5
Geoffrey Blake b0e4de667a config: Fix vectorparam command line parsing
Parsing vectorparams from the command was slightly broken
in that it wouldn't accept the input that the help message
provided to the user and it didn't do the conversion
on the second code path used to convert the string input
to the actual internal representation.  This patch fixes these bugs.
2014-09-09 04:36:34 -04:00
..
internal swig: Fix issue with circular import in 2.0.9/2.0.10 2013-09-18 08:46:31 -04:00
objects swig: make all generated files go into the m5.internal package 2010-09-12 15:41:34 -07:00
stats stats: better error message for uninitialized statistic 2014-02-10 18:24:20 -06:00
util misc: Proper type check and import for PortRef 2014-04-23 05:18:25 -04:00
__init__.py swig: Fix issue with circular import in 2.0.9/2.0.10 2013-09-18 08:46:31 -04:00
config.py Fix up regression execution to better handle tests that end abnormally. 2009-03-07 16:58:51 -08:00
core.py sim: move iterating over SimObjects into Python. 2010-08-17 05:08:50 -07:00
debug.py sim: Clarify the difference between tracing and debugging 2013-11-01 11:56:13 -04:00
event.py sim: simulate with multiple threads and event queues 2013-11-25 11:21:00 -06:00
main.py misc: Fix -q (quiet) flag 2014-03-23 11:11:49 -04:00
options.py python: cleanup options parsing stuff so that it properly deals with defaults. 2008-10-06 09:31:51 -07:00
params.py config: Fix vectorparam command line parsing 2014-09-09 04:36:34 -04:00
proxy.py config: Avoid generating a reference to myself for Parent.any 2014-05-09 18:58:47 -04:00
SimObject.py config: Add hooks to enable new config sys 2014-08-10 05:39:13 -04:00
simulate.py base: add support for probe points and common probes 2014-01-24 15:29:30 -06:00
ticks.py base: Add warn() and inform() to m5.utils for use from python 2013-02-15 17:40:10 -05:00
trace.py trace: reimplement the DTRACE function so it doesn't use a vector 2011-04-15 10:44:32 -07:00