Deleted Added
sdiff udiff text old ( 10608:427f988fe6e5 ) new ( 10757:8a4040874157 )
full compact
1# Copyright (c) 2012-2013 ARM Limited
2# All rights reserved
3#
4# The license below extends only to copyright in the software and shall
5# not be construed as granting a license to any other intellectual
6# property including but not limited to intellectual property relating
7# to a hardware implementation of the functionality of the software
8# licensed hereunder. You may use the software subject to the license

--- 567 unchanged lines hidden (view full) ---

576 if options.take_simpoint_checkpoints != None:
577 simpoints, interval_length = parseSimpointAnalysisFile(options, testsys)
578
579 checkpoint_dir = None
580 if options.checkpoint_restore:
581 cpt_starttick, checkpoint_dir = findCptDir(options, cptdir, testsys)
582 m5.instantiate(checkpoint_dir)
583
584 # Handle the max tick settings now that tick frequency was resolved
585 # during system instantiation
586 # NOTE: the maxtick variable here is in absolute ticks, so it must
587 # include any simulated ticks before a checkpoint
588 explicit_maxticks = 0
589 maxtick_from_abs = m5.MaxTick
590 maxtick_from_rel = m5.MaxTick
591 maxtick_from_maxtime = m5.MaxTick

--- 103 unchanged lines hidden ---