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

/gem5/tests/long/se/50.vortex/
H A Dtest.py30 from cpu2000 import vortex
32 workload = vortex(isa, opsys, 'smred')
/gem5/tests/quick/se/50.vortex/
H A Dtest.py30 from cpu2000 import vortex
32 workload = vortex(isa, opsys, 'smred')
/gem5/configs/common/
H A Dcpu2000.py662 class vortex(Benchmark): class in inherits:Benchmark
663 name = 'vortex'
676 super(vortex, self).__init__(isa, os, input_set)
680 self.output = 'vortex.out'
684 self.output = 'vortex.out'
688 self.output = 'vortex.out'
692 self.output = 'vortex.out'
696 self.output = 'vortex.out'
698 class vortex1(vortex):
705 class vortex2(vortex)
[all...]

Completed in 4 milliseconds