config: Add ability to exit simulation after initialization
authorCurtis Dunham <Curtis.Dunham@arm.com>
Mon, 23 Mar 2015 10:57:38 +0000 (06:57 -0400)
committerCurtis Dunham <Curtis.Dunham@arm.com>
Mon, 23 Mar 2015 10:57:38 +0000 (06:57 -0400)
commitbcea57afc38e6ae852ffa7df9f5fcab63e92ff0d
treeac653903e69c6f8e6015918bc2ed70843ba0cf5f
parent564482c78283c749dc537cb9c1b2d788bf306a82
config: Add ability to exit simulation after initialization

When using gem5 as a slave simulator, it will not advance the
clock on its own and depends on the master simulator calling
simulate(). This new option lets us use the Python scripts
to do all the configuration while stopping short of actually
simulating anything.
configs/common/Options.py
configs/common/Simulation.py