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

/gem5/tests/quick/se/02.insttest/
H A Dtest.py30 executable = binpath('insttest'))
/gem5/tests/quick/se/01.hello-2T-smt/
H A Dtest.py29 process1 = Process(cmd = 'hello', executable = binpath('hello'), pid = 100)
30 process2 = Process(cmd = 'hello', executable = binpath('hello'),
/gem5/tests/quick/se/40.m5threads-test-atomic/
H A Dtest.py1 process = Process(executable = binpath('m5threads', 'test_atomic'),
/gem5/tests/quick/se/04.gpu/
H A Dtest.py38 executable = binpath('gpu-hello')
49 executable = binpath('gpu-hello'),
/gem5/tests/quick/se/00.hello/
H A Dtest.py30 executable = binpath('hello'))
/gem5/configs/learning_gem5/part2/
H A Dsimple_cache.py93 binpath = os.path.join(thispath, '../../../', variable
96 process.cmd = [binpath]
H A Dsimple_memobj.py91 binpath = os.path.join(thispath, '../../../', variable
94 process.cmd = [binpath]
/gem5/tests/
H A Drun.py163 def binpath(app, file=None): function

Completed in 8 milliseconds