summaryrefslogtreecommitdiff
path: root/src/python/m5/params.py
AgeCommit message (Expand)Author
2019-06-17python: Fix AddrRange legacy ParamValue wrapperNikos Nikoleris
2019-06-10python: Fix cxx_ini_parse for ScopedEnumNikos Nikoleris
2019-06-10python: Add binding for the new AddrRange c++ constructorNikos Nikoleris
2019-04-27python: Get rid of the VectorPort constructor.Gabe Black
2019-04-27python: Replace the Master/Slave Ports with Request/Response ports.Gabe Black
2019-04-24python: Generalize the Port.splice function.Gabe Black
2019-04-24python: Make Port roles a more generic concept.Gabe Black
2019-03-19python: Switch to the new getPort mechanism to connect ports.Gabe Black
2019-02-25python: Add Python 3 workarounds for longAndreas Sandberg
2019-02-25python: Fix params/proxy import loopAndreas Sandberg
2019-02-23python: Enforce absolute imports for Python 3 compatibilityAndreas Sandberg
2019-02-22python: Fix param -> int conversion issuesAndreas Sandberg
2019-02-22python: Make iterator handling Python 3 compatibleAndreas Sandberg
2019-02-22python: Add missing operators to NumericParamValueAndreas Sandberg
2019-02-20python: Fix Param initialization issue in Python 3Andreas Sandberg
2019-02-20python: Add __bool__ helpers in addition to __nonzero__Andreas Sandberg
2019-02-12python: Replace dict.has_key with 'key in dict'Andreas Sandberg
2019-02-12python: Make exception handling Python 3 safeAndreas Sandberg
2019-01-25python: Always throw TypeError on slave-slave connectionsNicholas Lindsay
2019-01-17python: Add support for scoped enumsNikos Nikoleris
2019-01-14config: De-nest the code in Port.splice().Gabe Black
2019-01-14config: Fix an error message in Port.splice().Gabe Black
2018-03-06scons: Switch from the print statement to the print function.Gabe Black
2017-11-13config: Add an Energy param type.Gabe Black
2017-11-13config: Export the "Current" param type from m5.params.Gabe Black
2017-11-13config: Simplify the definitions of the Voltage and Current params.Gabe Black
2017-09-26sim: Add a get_config_as_dict to the NullSimObject class.Gabe Black
2017-09-26sim: Give the NullSimObject singleton a _name.Gabe Black
2017-09-26sim: Add a NullSimObject.descendants function.Gabe Black
2017-09-26sim: Add a clear_parent function to NullSimObject.Gabe Black
2017-09-26sim: Check the SimObjectVector.has_parent function to use the "any" function.Gabe Black
2017-09-26sim: Only consider non-NULL elements in SimObjectVector.has_parent.Gabe Black
2017-09-26sim: Add a set_parent to NullSimObject which does nothing.Gabe Black
2017-05-31python: Fix unproxing of VectorParamsNikos Nikoleris
2017-05-02python: Remove SWIGAndreas Sandberg
2017-05-02python: Use PyBind11 instead of SWIG for Python wrappersAndreas Sandberg
2017-01-27python: Move native wrappers to the _m5 namespaceAndreas Sandberg
2016-09-13base: Output all AddrRange parameters to config.iniMatt Poremba
2016-05-27power: Allow voltage to be configured via cmd lineAkash Bagdia
2015-11-22config: Added missing types to JSON/INI Python readerAndrew Bardsley
2015-02-03base: Add XOR-based hashed address interleavingAndreas Hansson
2015-02-03config: Fix typo in Float paramGeoffrey Blake
2014-10-16config: Add the ability to read a config file using C++ and PythonAndreas Hansson
2014-10-09config: Add Current as a parameter typeAndreas Hansson
2014-09-20mem: Rename Bus to XBar to better reflect its behaviourAndreas Hansson
2014-09-20config: Cleanup .json config file generationAndrew Bardsley
2014-09-09config: Fix vectorparam command line parsingGeoffrey Blake
2014-09-03config: Add port splicing capability to PortRef classGeoffrey Blake
2014-09-03config: Change parsing of Addr so hex values work from scriptsMitch Hayenga
2014-08-10config: Add hooks to enable new config sysGeoffrey Blake