111457Spowerjg@cs.wisc.edu# -*- coding: utf-8 -*-
211457Spowerjg@cs.wisc.edu# Copyright (c) 2015 Jason Lowe-Power
311457Spowerjg@cs.wisc.edu# All rights reserved.
411457Spowerjg@cs.wisc.edu#
511457Spowerjg@cs.wisc.edu# Redistribution and use in source and binary forms, with or without
611457Spowerjg@cs.wisc.edu# modification, are permitted provided that the following conditions are
711457Spowerjg@cs.wisc.edu# met: redistributions of source code must retain the above copyright
811457Spowerjg@cs.wisc.edu# notice, this list of conditions and the following disclaimer;
911457Spowerjg@cs.wisc.edu# redistributions in binary form must reproduce the above copyright
1011457Spowerjg@cs.wisc.edu# notice, this list of conditions and the following disclaimer in the
1111457Spowerjg@cs.wisc.edu# documentation and/or other materials provided with the distribution;
1211457Spowerjg@cs.wisc.edu# neither the name of the copyright holders nor the names of its
1311457Spowerjg@cs.wisc.edu# contributors may be used to endorse or promote products derived from
1411457Spowerjg@cs.wisc.edu# this software without specific prior written permission.
1511457Spowerjg@cs.wisc.edu#
1611457Spowerjg@cs.wisc.edu# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1711457Spowerjg@cs.wisc.edu# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1811457Spowerjg@cs.wisc.edu# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1911457Spowerjg@cs.wisc.edu# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2011457Spowerjg@cs.wisc.edu# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2111457Spowerjg@cs.wisc.edu# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2211457Spowerjg@cs.wisc.edu# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2311457Spowerjg@cs.wisc.edu# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2411457Spowerjg@cs.wisc.edu# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2511457Spowerjg@cs.wisc.edu# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2611457Spowerjg@cs.wisc.edu# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2711457Spowerjg@cs.wisc.edu#
2811457Spowerjg@cs.wisc.edu# Authors: Jason Lowe-Power
2911105Spower.jg@gmail.com
3011105Spower.jg@gmail.com# A wrapper around configs/learning_gem5/part1/simple.py
3111105Spower.jg@gmail.com
3211105Spower.jg@gmail.com# For some reason, this is implicitly needed by run.py
3311105Spower.jg@gmail.comroot = None
3411105Spower.jg@gmail.com
3511105Spower.jg@gmail.comdef run_test(root):
3613619Sandreas.sandberg@arm.com        run_config('configs/learning_gem5/part1/simple.py')
37