summaryrefslogtreecommitdiff
path: root/src/python/m5/objects/PhysicalMemory.py
AgeCommit message (Expand)Author
2007-05-27Move SimObject python files alongside the C++ and fixNathan Binkert
2007-05-19PhysicalMemory has vector of uniform ports instead of one special one.Steve Reinhardt
2007-03-06Move all of the parameters of the Root SimObject so they areNathan Binkert
2006-11-22Added a parameter to set memory to zero. This is to support Legion, and once ...Gabe Black
2006-10-09Make memtest work with 8 memtestersRon Dreslinski
2006-09-04More Python hacking to deal with config.py splitSteve Reinhardt
2006-08-17add default range to PhysicalMemoryAli Saidi
2006-08-16Fix Physical Memory to allow memory sizes bigger than 128MB.Ali Saidi
2006-06-13Move SimObject creation and Port connection loopsSteve Reinhardt
2006-06-09Move main control from C++ into Python.Steve Reinhardt
2006-05-22New directory structure:Steve Reinhardt