Deleted Added
sdiff udiff text old ( 13012:5fbc6b9c64bc ) new ( 13357:110926e15f1f )
full compact
1# Copyright (c) 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

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

120 "specified including ticks from a restored checkpoint")
121 parser.add_option("--rel-max-tick", type="int", default=None,
122 metavar="TICKS", help="Simulate for specified number of"
123 " ticks relative to the simulation start tick (e.g. if "
124 "restoring a checkpoint)")
125 parser.add_option("--maxtime", type="float", default=None,
126 help="Run to the specified absolute simulated time in "
127 "seconds")
128
129# Add common options that assume a non-NULL ISA.
130def addCommonOptions(parser):
131 # start by adding the base options that do not assume an ISA
132 addNoISAOptions(parser)
133
134 # system options
135 parser.add_option("--list-cpu-types",

--- 237 unchanged lines hidden ---