Deleted Added
sdiff udiff text old ( 11682:612f75cf36a0 ) new ( 13619:44b5224b2ff4 )
full compact
1# -*- coding: utf-8 -*-
2# Copyright (c) 2015 Jason Lowe-Power
3# All rights reserved.
4#
5# Redistribution and use in source and binary forms, with or without
6# modification, are permitted provided that the following conditions are
7# met: redistributions of source code must retain the above copyright
8# notice, this list of conditions and the following disclaimer;

--- 18 unchanged lines hidden (view full) ---

27#
28# Authors: Jason Lowe-Power
29
30# A wrapper around configs/learning_gem5/part1/two_level.py
31
32# For some reason, this is implicitly needed by run.py
33root = None
34
35def run_test(root):
36 run_config('configs/learning_gem5/part1/two_level.py')