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
2012-09-19
AddrRange: Transition from Range<T> to AddrRange
Andreas Hansson
2012-09-19
AddrRange: Simplify AddrRange params Python hierarchy
Andreas Hansson
2012-09-07
Param: Transition to Cycles for relevant parameters
Andreas Hansson
2012-08-28
Clock: Add a Cycles wrapper class and use where applicable
Andreas Hansson
2012-05-23
Config: Use the attribute naming and include ports in JSON
Andreas Hansson
2012-05-23
Config: Exit with fatal if a port is already connected
Andreas Hansson
2012-04-06
python: added __nonzero__ function to SimObject Bool params
Brad Beckmann
2012-03-19
gcc: Clean-up of non-C++0x compliant code, first steps
Andreas Hansson
2012-02-13
MEM: Pass the ports from Python to C++ using the Swig params
Andreas Hansson
2012-02-13
MEM: Introduce the master/slave port roles in the Python classes
Andreas Hansson
2012-01-17
MEM: Removing the default port peer from Python ports
Andreas Hansson
2012-01-09
config: support outputing a pickle of the configuration tree
Ali Saidi
2012-01-09
SWIG: Make gem5 compile and link with swig 2.0.4
Andreas Hansson
2011-10-31
GCC: Get everything working with gcc 4.6.1.
Gabe Black
2011-10-20
SimObject: add export_method* hooks to export C++ methods to Python
Steve Reinhardt
2011-10-20
scons/swig: refactor some of the scons/SWIG code
Steve Reinhardt
2011-09-22
params.py: enhance IpAddress param handling
Steve Reinhardt
2011-07-10
O3: Make sure fetch doesn't go off into the weeds during speculation.
Ali Saidi
2011-07-10
Config: Add support for a Self.all proxy object
Ali Saidi
2011-05-23
config: reinstate implicit parenting on parameter assignment
Steve Reinhardt
2011-01-03
Make commenting on close namespace brackets consistent.
Steve Reinhardt
2010-12-20
Params: Fix a broken error message in verifyIp.
Gabe Black
2010-11-23
Copyright: Add AMD copyright to the param changes I just made.
Gabe Black
2010-11-23
Params: Add parameter types for IP addresses in various forms.
Gabe Black
2010-11-11
Params: Fix an off by one error and a misleading comment.
Gabe Black
2010-09-12
swig: make all generated files go into the m5.internal package
Nathan Binkert
2010-09-09
scons: Stop building the big monolithic swigged params module
Nathan Binkert
2010-09-09
scons: use code_formatter wherever we can in the build system
Nathan Binkert
2010-08-17
misc: add some AMD copyright notices
Steve Reinhardt
2010-08-17
sim: clean up child handling
Steve Reinhardt
2010-08-17
sim: fail on implicit creation of orphans via ports
Steve Reinhardt
2009-09-22
params: small cleanup to param description internals
Nathan Binkert
2009-09-22
python: Move more code into m5.util allow SCons to use that code.
Nathan Binkert
2009-05-17
types: Move stuff for global types into src/base/types.hh
Nathan Binkert
2009-01-30
Errors: Print a URL with a hash of the format string to find more information...
Ali Saidi
2008-09-29
Make overriding port assignments in Python work,
Steve Reinhardt
2008-06-15
params: Prevent people from setting attributes on vector params.
Nathan Binkert
2008-06-14
params: Fix the memory bandwidth parameter
Nathan Binkert
2008-06-14
params: Fix floating point parameters
Nathan Binkert
2008-06-12
Params: Remove an unnecessary include.
Gabe Black
2007-11-08
Python: Allow a range to be a python tuple/list.
Ali Saidi
2007-08-30
python: Write configuration file without reassigning sys.stdout.
Miles Kaufmann
2007-08-30
python: Eliminate the Python use of eval() and frame manipulation
Miles Kaufmann
2007-08-02
python: Improve support for python calling back to C++ member functions.
Nathan Binkert
2007-07-23
Major changes to how SimObjects are created and initialized. Almost all
Nathan Binkert
2007-05-11
Float should have a c++ param type
Nathan Binkert
2007-04-12
Fix NextEthernetAddr.
Nathan Binkert
2007-03-06
Python parameters types need analogous C++ types
Nathan Binkert
2007-03-06
Move all of the parameters of the Root SimObject so they are
Nathan Binkert
2007-03-02
Factor code out of main.cc and main.i into a bunch of files
Nathan Binkert
[next]