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

/gem5/configs/common/
H A DSimulation.py60 def getCPUClass(cpu_type): function
75 TmpClass, test_mem_mode = getCPUClass(options.cpu_type)
84 TmpClass, test_mem_mode = getCPUClass(options.restore_with_cpu)
501 switch_class = getCPUClass(options.cpu_type)[0]
/gem5/configs/example/
H A Dapu_se.py291 CpuClass, mem_mode = Simulation.getCPUClass(options.cpu_type)

Completed in 9 milliseconds