Options.py (12475:c6a23d6370de) Options.py (13012:5fbc6b9c64bc)
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

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

159 parser.add_option("--data-trace-file", action="store", type="string",
160 help="""Data dependency trace file input to
161 Elastic Trace probe in a capture simulation and
162 Trace CPU in a replay simulation""", default="")
163
164 parser.add_option("-l", "--lpae", action="store_true")
165 parser.add_option("-V", "--virtualisation", action="store_true")
166
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

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

159 parser.add_option("--data-trace-file", action="store", type="string",
160 help="""Data dependency trace file input to
161 Elastic Trace probe in a capture simulation and
162 Trace CPU in a replay simulation""", default="")
163
164 parser.add_option("-l", "--lpae", action="store_true")
165 parser.add_option("-V", "--virtualisation", action="store_true")
166
167 parser.add_option("--fastmem", action="store_true")
168
169 # dist-gem5 options
170 parser.add_option("--dist", action="store_true",
171 help="Parallel distributed gem5 simulation.")
172 parser.add_option("--dist-sync-on-pseudo-op", action="store_true",
173 help="Use a pseudo-op to start dist-gem5 synchronization.")
174 parser.add_option("--is-switch", action="store_true",
175 help="Select the network switch simulator process for a"\
176 "distributed gem5 run")

--- 198 unchanged lines hidden ---
167 # dist-gem5 options
168 parser.add_option("--dist", action="store_true",
169 help="Parallel distributed gem5 simulation.")
170 parser.add_option("--dist-sync-on-pseudo-op", action="store_true",
171 help="Use a pseudo-op to start dist-gem5 synchronization.")
172 parser.add_option("--is-switch", action="store_true",
173 help="Select the network switch simulator process for a"\
174 "distributed gem5 run")

--- 198 unchanged lines hidden ---