summaryrefslogtreecommitdiff
path: root/src/python
AgeCommit message (Expand)Author
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
2006-07-06Fixes for draining.Kevin Lim
2006-07-06Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-07-06Merge zizzer:/bk/newmemAli Saidi
2006-07-06Add default responder to busAli Saidi
2006-07-06Change the return value of drain. False means the object wasn't able to drai...Kevin Lim
2006-07-05Rename quiesce to drain to avoid confusion with the pseudo instruction.Kevin Lim
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-07-02Fix default SMT configuration in O3CPU (i.e. fetch policy, workloads/numThreads)Korey Sewell
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-29Add in support for quiescing the system, taking checkpoints, restoring from c...Kevin Lim
2006-06-25Make OzoneCPU work again in SE/FS.Kevin Lim
2006-06-17Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-06-17Change options back to just being flags instead of taking in a True/False value.Kevin Lim
2006-06-17Rename SWIG "main" module to "cc_main" so it'sSteve Reinhardt
2006-06-17Add --outdir option. Didn't call it "-d" sinceSteve Reinhardt
2006-06-16Add in some of the commonly used Trace/ExeTrace/Debug options.Kevin Lim
2006-06-16Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-06-16Reorganization to move FuncUnit, FUDesc, and OpDesc out of the encumbered dir...Kevin Lim
2006-06-16Two updates that got combined into one ChangeSet accidentally. They're both ...Kevin Lim
2006-06-15Get Port stuff working with full-system scripts.Steve Reinhardt
2006-06-13Merge zizzer:/bk/newmemSteve Reinhardt
2006-06-13Move SimObject creation and Port connection loopsSteve Reinhardt
2006-06-13Add in a few global options. Feel free to rename them, they're just the firs...Kevin Lim
2006-06-11Merge zizzer.eecs.umich.edu:/bk/newmemNathan Binkert
2006-06-11Merge iceaxe.:/Volumes/work/research/m5/headNathan Binkert
2006-06-11Add some utility functions to ease handlingSteve Reinhardt
2006-06-10Don't allow SimObject-valued class params to be setSteve Reinhardt
2006-06-10Only allow SimObject classes to be instantiated (no cloning!).Steve Reinhardt
2006-06-09Fix up imports in Ozone objects/*.py files.Steve Reinhardt
2006-06-09Merge vm1.(none):/home/stever/bk/newmemSteve Reinhardt