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
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
2007-01-25
Instead of passing an int to represent time between python and C++
Nathan Binkert
2007-01-03
Add 'Time' as a parameter type that can accept various
Nathan Binkert
2006-12-02
Support better param conversions to/from numeric subclasses.
Steve Reinhardt
2006-11-12
Create a module called internal where swigged stuff goes.
Nathan Binkert
2006-11-09
Get SPARC to the point that it starts running. Add ability to load the ROM bi...
Ali Saidi
2006-10-08
Fixes for Port proxies and proxy parameters.
Steve Reinhardt
2006-09-08
Add support for assigning lists of ports or proxies to VectorPorts.
Steve Reinhardt
2006-09-05
Enable proxies (Self/Parent) for specifying ports.
Steve Reinhardt
2006-09-05
Print ports in config.ini as well.
Steve Reinhardt
2006-09-04
More Python hacking to deal with config.py split
Steve Reinhardt
2006-09-04
Split config.py into multiple files.
Steve Reinhardt