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

/gem5/tests/gem5/m5_util/
H A Dtest_exit.py44 test_program = DownloadedProgram(url, path, filename)
/gem5/tests/gem5/hello_se/
H A Dtest_hello_se.py46 hello_program = DownloadedProgram(url, path, binary)
/gem5/tests/gem5/cpu_tests/
H A Dtest.py56 workload_binary = DownloadedProgram(url, path, workload)
/gem5/tests/gem5/
H A Dfixture.py245 class DownloadedProgram(UniqueFixture): class in inherits:UniqueFixture
252 return super(DownloadedProgram, cls).__new__(cls, target)
304 class DownloadedArchive(DownloadedProgram):

Completed in 7 milliseconds