Searched refs:choices (Results 1 - 17 of 17) sorted by relevance

/gem5/configs/common/
H A DOptions.py98 choices=MemConfig.mem_names(),
166 choices=CpuConfig.cpu_names(),
175 choices=BPConfig.bp_names(),
182 choices=BPConfig.indirect_bp_names(),
188 choices=HWPConfig.hwp_names(),
195 choices=HWPConfig.hwp_names(),
202 choices=HWPConfig.hwp_names(),
320 default="AtomicSimpleCPU", choices=CpuConfig.cpu_names(),
352 choices=["ref", "test", "train", "smred", "mdred",
356 choices
[all...]
H A DHMC.py266 parser.add_argument("--arch", type=str, choices=["same", "distributed",
280 parser.add_argument("--mem-type", type=str, choices=["HMC_2500_1x32"],
/gem5/util/
H A Dstyle.py112 parser.add_argument("--repo-type", choices=repo_types, default="auto",
115 parser.add_argument("--checker", "-c", choices=verifier_names, default=[],
/gem5/configs/dram/
H A Dsweep.py67 choices=MemConfig.mem_names(), variable
77 choices=dram_generators.keys(), variable
H A Dlow_power_sweep.py64 choices=MemConfig.mem_names(), variable
71 choices=["close_adaptive", "open_adaptive"], variable
H A Dlat_mem_rd.py87 choices=MemConfig.mem_names(), variable
/gem5/configs/example/arm/
H A Dstarter_fs.py210 parser.add_argument("--cpu", type=str, choices=cpu_types.keys(),
217 choices=MemConfig.mem_names(),
H A Dstarter_se.py190 parser.add_argument("--cpu", type=str, choices=cpu_types.keys(),
197 choices=MemConfig.mem_names(),
H A Dfs_bigLITTLE.py169 choices=PlatformConfig.platform_names(),
176 parser.add_argument("--cpu-type", type=str, choices=cpu_types.keys(),
/gem5/tests/gem5/cpu_tests/
H A Drun.py115 parser.add_argument('--cpu', choices = valid_cpu.keys(),
117 parser.add_argument('--mem', choices = valid_mem.keys(),
/gem5/configs/example/
H A Druby_direct_test.py58 choices = ["SeriesGetx", "SeriesGets", "SeriesGetMixed", variable
H A Dhmctest.py35 choices=[4], help="number of traffic generators.\
H A Dgarnet_synth_traffic.py52 choices=['uniform_random', 'tornado', 'bit_complement', \
54 'shuffle', 'transpose']) variable
/gem5/configs/network/
H A DNetwork.py47 choices=['simple', 'garnet2.0'],
/gem5/tests/
H A Dtests.py65 parser.add_argument("--format", choices=formatters, default="text",
/gem5/src/python/m5/
H A Dmain.py99 choices=listener_modes, default="auto",
/gem5/src/systemc/tests/
H A Dverify.py509 parser.add_argument('--flavor', choices=['debug', 'opt', 'fast'],

Completed in 25 milliseconds