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

/gem5/tests/gem5/cpu_tests/
H A Drun.py98 valid_cpu = {'AtomicSimpleCPU': AtomicSimpleCPU, variable
103 valid_cpu = {'AtomicSimpleCPU': AtomicSimpleCPU, variable
115 parser.add_argument('--cpu', choices = valid_cpu.keys(),
133 system.cpu = valid_cpu[args.cpu]()

Completed in 4 milliseconds