Age | Commit message (Expand) | Author |
2019-04-24 | python: Generalize the Port.splice function. | Gabe Black |
2019-04-24 | python: Make Port roles a more generic concept. | Gabe Black |
2019-03-19 | python: Switch to the new getPort mechanism to connect ports. | Gabe Black |
2019-02-25 | python: Add Python 3 workarounds for long | Andreas Sandberg |
2019-02-25 | python: Fix params/proxy import loop | Andreas Sandberg |
2019-02-23 | python: Enforce absolute imports for Python 3 compatibility | Andreas Sandberg |
2019-02-22 | python: Fix param -> int conversion issues | Andreas Sandberg |
2019-02-22 | python: Make iterator handling Python 3 compatible | Andreas Sandberg |
2019-02-22 | python: Add missing operators to NumericParamValue | Andreas Sandberg |
2019-02-20 | python: Fix Param initialization issue in Python 3 | Andreas Sandberg |
2019-02-20 | python: Add __bool__ helpers in addition to __nonzero__ | Andreas Sandberg |
2019-02-12 | python: Replace dict.has_key with 'key in dict' | Andreas Sandberg |
2019-02-12 | python: Make exception handling Python 3 safe | Andreas Sandberg |
2019-01-25 | python: Always throw TypeError on slave-slave connections | Nicholas Lindsay |
2019-01-17 | python: Add support for scoped enums | Nikos Nikoleris |
2019-01-14 | config: De-nest the code in Port.splice(). | Gabe Black |
2019-01-14 | config: Fix an error message in Port.splice(). | Gabe Black |
2018-03-06 | scons: Switch from the print statement to the print function. | Gabe Black |
2017-11-13 | config: Add an Energy param type. | Gabe Black |
2017-11-13 | config: Export the "Current" param type from m5.params. | Gabe Black |
2017-11-13 | config: Simplify the definitions of the Voltage and Current params. | Gabe Black |
2017-09-26 | sim: Add a get_config_as_dict to the NullSimObject class. | Gabe Black |
2017-09-26 | sim: Give the NullSimObject singleton a _name. | Gabe Black |
2017-09-26 | sim: Add a NullSimObject.descendants function. | Gabe Black |
2017-09-26 | sim: Add a clear_parent function to NullSimObject. | Gabe Black |
2017-09-26 | sim: Check the SimObjectVector.has_parent function to use the "any" function. | Gabe Black |
2017-09-26 | sim: Only consider non-NULL elements in SimObjectVector.has_parent. | Gabe Black |
2017-09-26 | sim: Add a set_parent to NullSimObject which does nothing. | Gabe Black |
2017-05-31 | python: Fix unproxing of VectorParams | Nikos Nikoleris |
2017-05-02 | python: Remove SWIG | Andreas Sandberg |
2017-05-02 | python: Use PyBind11 instead of SWIG for Python wrappers | Andreas Sandberg |
2017-01-27 | python: Move native wrappers to the _m5 namespace | Andreas Sandberg |
2016-09-13 | base: Output all AddrRange parameters to config.ini | Matt Poremba |
2016-05-27 | power: Allow voltage to be configured via cmd line | Akash Bagdia |
2015-11-22 | config: Added missing types to JSON/INI Python reader | Andrew Bardsley |
2015-02-03 | base: Add XOR-based hashed address interleaving | Andreas Hansson |
2015-02-03 | config: Fix typo in Float param | Geoffrey Blake |
2014-10-16 | config: Add the ability to read a config file using C++ and Python | Andreas Hansson |
2014-10-09 | config: Add Current as a parameter type | Andreas Hansson |
2014-09-20 | mem: Rename Bus to XBar to better reflect its behaviour | Andreas Hansson |
2014-09-20 | config: Cleanup .json config file generation | Andrew Bardsley |
2014-09-09 | config: Fix vectorparam command line parsing | Geoffrey Blake |
2014-09-03 | config: Add port splicing capability to PortRef class | Geoffrey Blake |
2014-09-03 | config: Change parsing of Addr so hex values work from scripts | Mitch Hayenga |
2014-08-10 | config: Add hooks to enable new config sys | Geoffrey Blake |
2014-05-09 | cpu: Add flag name printing to StaticInst | Andrew Bardsley |
2014-05-09 | scons: Require SWIG >= 2.0.4 and remove vector typemaps | Curtis Dunham |
2014-01-24 | config: Make the Clock a Tick parameter like Latency/Frequency | Andreas Hansson |
2013-10-31 | config: Fix handling of parents for simobject vectors | Geoffrey Blake |
2013-10-17 | config: Fix ommission of number base in ethernet address param | Geoffrey Blake |