learning-gem5-p1-simple.py revision 11105
1
2# A wrapper around configs/learning_gem5/part1/simple.py
3
4# For some reason, this is implicitly needed by run.py
5root = None
6
7def run_test(root):
8        # Called from tests/run.py
9
10        # Execute the script we are wrapping
11        execfile('configs/learning_gem5/part1/simple.py')
12