gem5/src/python
Mitch Hayenga 23c8540756 config: Change parsing of Addr so hex values work from scripts
When passed from a configuration script with a hexadecimal value (like
"0x80000000"), gem5 would error out. This is because it would call
"toMemorySize" which requires the argument to end with a size specifier (like
1MB, etc).

This modification makes it so raw hex values can be passed through Addr
parameters from the configuration scripts.
2014-09-03 07:42:20 -04:00
..
m5 config: Change parsing of Addr so hex values work from scripts 2014-09-03 07:42:20 -04:00
swig ruby: message buffers: significant changes 2014-09-01 16:55:47 -05: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