summaryrefslogtreecommitdiff
path: root/src/python/m5/objects
AgeCommit message (Expand)Author
2006-10-20Use fixPacket function everywhere.Ron Dreslinski
2006-10-18Get rid of obsolete in-cache copy support.Steve Reinhardt
2006-10-17Enable MP systems via cmd-line flag in fs.py.Steve Reinhardt
2006-10-11More cache fixes. Atomic coherence now works as well.Ron Dreslinski
2006-10-09Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-10-09Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-10-09Make memtest work with 8 memtestersRon Dreslinski
2006-10-09Update the Memtester, commit a config file/test for it.Ron Dreslinski
2006-10-08Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-10-08bus changesGabe Black
2006-10-08Implement Alpha LL/SC support for SimpleCPU (Atomic & Timing)Steve Reinhardt
2006-10-08Clean up configs.Kevin Lim
2006-10-05Partial reimplementation of the bus. The "clock" and "width" parameters have ...Gabe Black
2006-10-02Updates to fix merge issues and bring almost everything up to working speed. ...Kevin Lim
2006-09-30Merge ktlim@zamp:./local/clean/o3-merge/m5Kevin Lim
2006-09-18add boiler plate intel nic codeAli Saidi
2006-09-15Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-09-05Enable proxies (Self/Parent) for specifying ports.Steve Reinhardt
2006-09-04More Python hacking to deal with config.py splitSteve Reinhardt
2006-09-03Added uid, euid, gid, egid, pid and ppid parameters to a live process.Gabe Black
2006-08-21Merge zizzer:/z/m5/Bitkeeper/newmemRon Dreslinski
2006-08-18Update reference outputsSteve Reinhardt
2006-08-17add default range to PhysicalMemoryAli Saidi
2006-08-16Fix the caches not working in the regressionRon Dreslinski
2006-08-16Merge zizzer:/bk/newmemAli Saidi
2006-08-16Fix Physical Memory to allow memory sizes bigger than 128MB.Ali Saidi
2006-08-16Minor regression fixes.Steve Reinhardt
2006-08-16Finish test clean-up & reorg.Steve Reinhardt
2006-08-16More restructuring of regression tests.Steve Reinhardt
2006-07-27Need config read/write latency.Kevin Lim
2006-07-21Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-07-21Minor functionality updates.Kevin Lim
2006-07-19Merge zizzer:/bk/newmemAli Saidi
2006-07-19Change the device latency here to a latency rather than a TickAli Saidi
2006-07-19Minor changes to reflect state used for regression stats.Kevin Lim
2006-07-14Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-07-13add system.mem_mode = ['timing', 'atomic']Ali Saidi
2006-07-12memory mode information now contained in system objectAli Saidi
2006-07-12Push more default options to the Python object level as they are rarely chang...Kevin Lim
2006-07-10Add parameters for backwards and forwards sizes for time buffers.Kevin Lim
2006-07-07Support for recent port changes.Kevin Lim
2006-07-07Support Ron's changes for hooking up ports.Kevin Lim
2006-07-06Merge zizzer:/bk/newmemAli Saidi
2006-07-06Add default responder to busAli Saidi
2006-07-05Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-07-05Add some different parameters. The main change is that the writeback count i...Kevin Lim
2006-06-30Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmemKorey Sewell
2006-06-30Make O3CPU model independent of the ISAKorey Sewell
2006-06-30First pass, now compiles with current head of tree.Ron Dreslinski
2006-06-25Make OzoneCPU work again in SE/FS.Kevin Lim