Searched hist:9634 (Results 1 - 1 of 1) sorted by relevance

/gem5/configs/common/
H A DSimulation.pydiff 9634:37a6fb91f96d Tue Apr 09 17:25:00 EDT 2013 Joel Hestness <jthestness@gmail.com> Configs: Fix handling of maxtick and take_checkpoints

In Simulation.py, calls to m5.simulate(num_ticks) will run the simulated system
for num_ticks after the current tick. Fix calls to m5.simulate in
scriptCheckpoints() and benchCheckpoints() to appropriately handle the maxticks
variable.

Completed in 21 milliseconds