summaryrefslogtreecommitdiff
path: root/configs/common/Simulation.py
AgeCommit message (Expand)Author
2009-11-18m5: Added option to take a checkpoint at the end of simulationBrad Beckmann
2009-09-22python: Move more code into m5.util allow SCons to use that code.Nathan Binkert
2009-09-16configs: add maxinsts option on command lineKorey Sewell
2009-05-05cpus: fix cpu progress eventKorey Sewell
2009-04-21Minor tweaks for future Ruby compatibility.Steve Reinhardt
2009-02-10Configs: Add support for the InOrder CPU modelKorey Sewell
2009-01-30Errors: Print a URL with a hash of the format string to find more information...Ali Saidi
2008-03-15Simpoints: Fix regression bug/Don't set process.simpoint, if simpoint doesn't...Ali Saidi
2008-02-29Error out if -s is used without --caches (instead of saying you must specify aLisa Hsu
2008-02-29Configs: Make sure options don't conflictAli Saidi
2008-02-28Configs: Fix some bugs we introduced in the simpoints codeAli Saidi
2008-02-27Configs: Make using Simpoints easier with some config files that support them...Rick Strong
2008-02-22add instruction count fast forwaing and max instruction optionsVilas Sridharan
2008-02-14Configs: Change Simulation.py to return a subclass of the CPU models rather t...Ali Saidi
2007-12-18Checkpointing: Fix a bug in the simulation script when restoring without stan...Ali Saidi
2007-11-03Checkpoint: Use checkpoint_dir, if that is not set use outdir (-d), and if th...Ali Saidi
2007-10-25Checkpoints: Change Simulation.py to not go crazy if the simulation ends befo...Ali Saidi
2007-09-12Checkpointing: Fix directory regexAli Saidi
2007-09-12Checkpointing: Force drain/resume when switching a CPUAli Saidi
2007-03-06Move all of the parameters of the Root SimObject so they areNathan Binkert
2007-01-30fix some checkpointing annoyancesAli Saidi
2006-11-26Include check for making sure caches are enabled.Kevin Lim
2006-11-09Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-11-09Clean up config scripts to not have to worry about attaching a cache only to ...Kevin Lim
2006-11-08simplify maxtick parsing in both the python and the c++.Lisa Hsu
2006-11-08change to os.path.join like nate wanted.Lisa Hsu
2006-11-01factor some more commone code and enable going from checkpoint into arbitrary...Lisa Hsu
2006-11-01make it so that you can do a standard switch without the caches option. this...Lisa Hsu
2006-11-01change name of 2nd switch_cpu so that ckpt recovery with multiple cpus doens'...Lisa Hsu
2006-10-31Fix up configs.Kevin Lim
2006-10-30se.py, fs.py:Lisa Hsu
2006-10-30ensure that there is a "/" between the cptdir and the cpt.%d.Lisa Hsu
2006-10-30decouple the switch option from the warmup period option - parsing was confus...Lisa Hsu
2006-10-30add some comments and make the warmup period in a switchover parameterizable.Lisa Hsu
2006-10-27factor out common run code from se.py and fs.py.Lisa Hsu