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
/
SimObject.py
Age
Commit message (
Expand
)
Author
2008-12-06
SimObject: change naming of vectors so there are the same numbers of digits.
Nathan Binkert
2008-10-09
SimObjects: Clean up handling of C++ namespaces.
Nathan Binkert
2008-09-10
style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul...
Ali Saidi
2008-06-18
imported patch sim_object_params.diff
Nathan Binkert
2008-06-14
python: Move various utility classes into a new m5.util package so
Nathan Binkert
2008-06-12
Params: Allow nested namespaces in cxx_namespace
Gabe Black
2007-11-12
Params: Fix check for cycles in the configuration and clarify the comments/er...
Gabe Black
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-06-10
Add a function to get a SimObject's memory mode and rework
Nathan Binkert
2007-03-02
Factor code out of main.cc and main.i into a bunch of files
Nathan Binkert
2007-02-18
Get rid of the stand alone ParamContext since all of the
Nathan Binkert
2006-11-12
Create a module called internal where swigged stuff goes.
Nathan Binkert
2006-10-18
how did i not commit this already? the other way doesn't seem to work, need ...
Lisa Hsu
2006-10-11
since memoryMode was put into the System (from SimObject), things got broken ...
Lisa Hsu
2006-09-06
Try to make unproxy order more deterministic.
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