Age | Commit message (Expand) | Author |
2006-07-19 | Merge zizzer:/bk/newmem | Ali Saidi |
2006-07-19 | Change the device latency here to a latency rather than a Tick | Ali Saidi |
2006-07-19 | Minor changes to reflect state used for regression stats. | Kevin Lim |
2006-07-14 | Merge ktlim@zizzer:/bk/newmem | Kevin Lim |
2006-07-14 | Minor updates. | Kevin Lim |
2006-07-13 | fix help when no arguments are passed to m5 | Ali Saidi |
2006-07-13 | add system.mem_mode = ['timing', 'atomic'] | Ali Saidi |
2006-07-12 | memory mode information now contained in system object | Ali Saidi |
2006-07-12 | Merge ktlim@zizzer:/bk/newmem | Kevin Lim |
2006-07-12 | Push more default options to the Python object level as they are rarely chang... | Kevin Lim |
2006-07-12 | Add --pdb | Nathan Binkert |
2006-07-12 | Fix __file__ for scripts | Nathan Binkert |
2006-07-11 | Fix option parsing. | Nathan Binkert |
2006-07-10 | Migrate most of main() and and all option parsing to python | Nathan Binkert |
2006-07-10 | Add parameters for backwards and forwards sizes for time buffers. | Kevin Lim |
2006-07-07 | Support for recent port changes. | Kevin Lim |
2006-07-07 | Support Ron's changes for hooking up ports. | Kevin Lim |
2006-07-07 | Take the name of the checkpoint directory in when calling checkpoint() or res... | Kevin Lim |
2006-07-06 | Be sure to call resume after restoring from a checkpoint. | Kevin Lim |
2006-07-06 | Fixes for draining. | Kevin Lim |
2006-07-06 | Merge ktlim@zizzer:/bk/newmem | Kevin Lim |
2006-07-06 | Merge zizzer:/bk/newmem | Ali Saidi |
2006-07-06 | Add default responder to bus | Ali Saidi |
2006-07-06 | Change the return value of drain. False means the object wasn't able to drai... | Kevin Lim |
2006-07-05 | Rename quiesce to drain to avoid confusion with the pseudo instruction. | Kevin Lim |
2006-07-05 | Merge ktlim@zizzer:/bk/newmem | Kevin Lim |
2006-07-05 | Add some different parameters. The main change is that the writeback count i... | Kevin Lim |
2006-07-02 | Fix default SMT configuration in O3CPU (i.e. fetch policy, workloads/numThreads) | Korey Sewell |
2006-06-30 | Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem | Korey Sewell |
2006-06-30 | Make O3CPU model independent of the ISA | Korey Sewell |
2006-06-30 | First pass, now compiles with current head of tree. | Ron Dreslinski |
2006-06-29 | Add in support for quiescing the system, taking checkpoints, restoring from c... | Kevin Lim |
2006-06-25 | Make OzoneCPU work again in SE/FS. | Kevin Lim |
2006-06-17 | Merge ktlim@zizzer:/bk/newmem | Kevin Lim |
2006-06-17 | Change options back to just being flags instead of taking in a True/False value. | Kevin Lim |
2006-06-17 | Rename SWIG "main" module to "cc_main" so it's | Steve Reinhardt |
2006-06-17 | Add --outdir option. Didn't call it "-d" since | Steve Reinhardt |
2006-06-16 | Add in some of the commonly used Trace/ExeTrace/Debug options. | Kevin Lim |
2006-06-16 | Merge ktlim@zizzer:/bk/newmem | Kevin Lim |
2006-06-16 | Reorganization to move FuncUnit, FUDesc, and OpDesc out of the encumbered dir... | Kevin Lim |
2006-06-16 | Two updates that got combined into one ChangeSet accidentally. They're both ... | Kevin Lim |
2006-06-15 | Get Port stuff working with full-system scripts. | Steve Reinhardt |
2006-06-13 | Merge zizzer:/bk/newmem | Steve Reinhardt |
2006-06-13 | Move SimObject creation and Port connection loops | Steve Reinhardt |
2006-06-13 | Add in a few global options. Feel free to rename them, they're just the firs... | Kevin Lim |
2006-06-11 | Merge zizzer.eecs.umich.edu:/bk/newmem | Nathan Binkert |
2006-06-11 | Merge iceaxe.:/Volumes/work/research/m5/head | Nathan Binkert |
2006-06-11 | Add some utility functions to ease handling | Steve Reinhardt |
2006-06-10 | Don't allow SimObject-valued class params to be set | Steve Reinhardt |
2006-06-10 | Only allow SimObject classes to be instantiated (no cloning!). | Steve Reinhardt |