index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
python
/
m5
/
params.py
Age
Commit message (
Expand
)
Author
2019-06-17
python: Fix AddrRange legacy ParamValue wrapper
Nikos Nikoleris
2019-06-10
python: Fix cxx_ini_parse for ScopedEnum
Nikos Nikoleris
2019-06-10
python: Add binding for the new AddrRange c++ constructor
Nikos Nikoleris
2019-04-27
python: Get rid of the VectorPort constructor.
Gabe Black
2019-04-27
python: Replace the Master/Slave Ports with Request/Response ports.
Gabe Black
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
[next]