summaryrefslogtreecommitdiff
path: root/src/python
AgeCommit message (Expand)Author
2006-10-08Implement Alpha LL/SC support for SimpleCPU (Atomic & Timing)Steve Reinhardt
2006-10-02Oops, forgot to assign the option to the param context.Kevin Lim
2006-10-02Add in ability to start a trace at a specific cycle.Kevin Lim
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-08Add support for assigning lists of ports or proxies to VectorPorts.Steve Reinhardt
2006-09-06Try to make unproxy order more deterministic.Steve Reinhardt
2006-09-05Enable proxies (Self/Parent) for specifying ports.Steve Reinhardt
2006-09-05Print ports in config.ini as well.Steve Reinhardt
2006-09-04More Python hacking to deal with config.py splitSteve Reinhardt
2006-09-04Split config.py into multiple files.Steve Reinhardt
2006-09-04config.py:Steve Reinhardt
2006-09-03Added uid, euid, gid, egid, pid and ppid parameters to a live process.Gabe Black
2006-08-31Tweak proxy resolution error message.Steve Reinhardt
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-08-11Started adding a system to output data after every instruction.Gabe Black
2006-07-27Clean up some more config stuff.Kevin Lim
2006-07-27Output the command line.Kevin Lim
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-14Minor updates.Kevin Lim
2006-07-13fix help when no arguments are passed to m5Ali Saidi
2006-07-13add system.mem_mode = ['timing', 'atomic']Ali Saidi
2006-07-12memory mode information now contained in system objectAli Saidi
2006-07-12Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-07-12Push more default options to the Python object level as they are rarely chang...Kevin Lim
2006-07-12Add --pdbNathan Binkert
2006-07-12Fix __file__ for scriptsNathan Binkert
2006-07-11Fix option parsing.Nathan Binkert
2006-07-10Migrate most of main() and and all option parsing to pythonNathan Binkert
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-07Take the name of the checkpoint directory in when calling checkpoint() or res...Kevin Lim
2006-07-06Be sure to call resume after restoring from a checkpoint.Kevin Lim