index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
configs
/
common
/
Simulation.py
Age
Commit message (
Expand
)
Author
2018-08-17
configs: Always exit with code 0
Jason Lowe-Power
2018-03-06
config: Switch from the print statement to the print function.
Gabe Black
2017-12-15
mem-ruby: Support atomic_noncaching acceses in ruby
Swapnil Haria
2017-12-12
config: Fix need to set ISA of switch cpus.
Austin Harris
2016-10-26
config: Break out base options for usage with NULL ISA
Andreas Hansson
2016-02-06
style: remove trailing whitespace
Steve Reinhardt
2015-12-07
config: Enable elastic trace capture and replay in se/fs
Radhika Jagtap
2015-04-14
config, cpu: fix progress interval for switched CPUs
Malek Musleh
2015-03-23
config: Add ability to exit simulation after initialization
Curtis Dunham
2014-12-23
config: Add options to take/resume from SimPoint checkpoints
Dam Sunwoo
2014-04-10
config: add num-work-ids command line option
Gedare Bloom
2013-09-11
config: Initialize and check cpt_starttick
Joel Hestness
2013-07-18
Configs: Fix up maxtick and maxtime
Joel Hestness
2013-06-27
sim: Add the notion of clock domains to all ClockedObjects
Akash Bagdia
2013-04-22
config: Add a mem-type config option to se/fs scripts
Andreas Hansson
2013-04-09
Configs: Fix handling of maxtick and take_checkpoints
Joel Hestness
2013-03-22
config: return exit event instead of cause
Nilay Vaish
2013-02-15
config: Move CPU handover logic to m5.switchCpus()
Andreas Sandberg
2013-02-15
config: Cleanup CPU configuration
Andreas Sandberg
2013-02-15
cpu: Add CPU metadata om the Python classes
Andreas Sandberg
2013-02-10
config: Don't call sys.exit in interactive mode in run()
Andreas Sandberg
2013-01-08
config: Fix issue with changeset: a4739b6f799d.
Ali Saidi
2013-01-08
util: add m5_fail op.
LluĂs Vilanova
2013-01-07
cpu: Rename defer_registration->switched_out
Andreas Sandberg
2012-11-02
python: Rename doDrain()->drain() and make it do the right thing
Andreas Sandberg
2012-11-02
Partly revert [4f54b0f229b5] and move draining to m5.changeToTiming
Andreas Sandberg
2012-09-12
Standard Switch: Drain the system before switching CPUs
Joel Hestness
2012-09-11
Checkpoint: Pass maxtick to avoid undefined variable
Andreas Hansson
2012-08-21
Checkpoint: Fix broken checkpointing functionality
Andreas Hansson
2012-08-15
configs: add option for repeatedly switching back-and-forth between cpu types.
Anthony Gutierrez
2012-08-06
Simulation.py: move code related to checkpointing to functions
Nilay Vaish
2012-08-06
Config: change how cpu class is set
Nilay Vaish
2012-07-23
Config: Use clock option in se/fs script and pass to switch_cpus
Andreas Hansson
2012-03-27
Config: Move setWorkCountOptions() to Simulation.py
Nilay Vaish
2012-03-09
CheckerCPU: Make CheckerCPU runtime selectable instead of compile selectable
Geoffrey Blake
2012-01-28
SE/FS: Get rid of FULL_SYSTEM in the configs directory
Gabe Black
2012-01-26
configs: A more realistic configuration of an ARM-like processor
Ronald Dreslinski
2012-01-23
Config: Enable using O3 CPU and Ruby in SE mode
Nilay Vaish
2012-01-11
Config: Add support for restoring using a timing CPU
Nilay Vaish
2012-01-05
Config: Add an option of type 'choice' for cpu type
Nilay Vaish
2011-05-23
configs: missed spot progress-interval change
Korey Sewell
2011-05-20
configs: cleanup redundant/unused options
Korey Sewell
2011-04-04
Sim: Fix Simulation.py to allow more than 1 core for standard switching.
Anthony Gutierrez
2010-11-17
Config: Change misleading "cycle" message to say "tick".
Gabe Black
2010-08-17
misc: add some AMD copyright notices
Steve Reinhardt
2010-08-17
sim: fold checkpoint restore code into instantiate()
Steve Reinhardt
2010-08-17
configs: clean up checkpoint code in Simulation.py
Steve Reinhardt
2010-08-17
sim: make Python Root object a singleton
Steve Reinhardt
2010-07-05
util: add a script for testing checkpointing
Steve Reinhardt
2009-11-18
m5: Added option to take a checkpoint at the end of simulation
Brad Beckmann
[next]