SConscript revision 12337
12086SN/A# -*- coding: utf-8 -*-
22086SN/A# Copyright (c) 2016 Jason Lowe-Power
35268Sksewell@umich.edu# All rights reserved.
42086SN/A#
52086SN/A# Redistribution and use in source and binary forms, with or without
62086SN/A# modification, are permitted provided that the following conditions are
72086SN/A# met: redistributions of source code must retain the above copyright
82086SN/A# notice, this list of conditions and the following disclaimer;
92086SN/A# redistributions in binary form must reproduce the above copyright
102086SN/A# notice, this list of conditions and the following disclaimer in the
112086SN/A# documentation and/or other materials provided with the distribution;
122086SN/A# neither the name of the copyright holders nor the names of its
132086SN/A# contributors may be used to endorse or promote products derived from
142086SN/A# this software without specific prior written permission.
152086SN/A#
162086SN/A# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
172086SN/A# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
182086SN/A# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
192086SN/A# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
202086SN/A# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
212086SN/A# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
222086SN/A# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
232086SN/A# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
242086SN/A# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
252086SN/A# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
262086SN/A# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
272086SN/A#
282665Ssaidi@eecs.umich.edu# Authors: Jason Lowe-Power
292665Ssaidi@eecs.umich.edu
302665Ssaidi@eecs.umich.eduImport('*')
312686Sksewell@umich.edu
322086SN/ASimObject('SimpleObject.py')
334202Sbinkertn@umich.eduSimObject('HelloObject.py')
342086SN/A
354202Sbinkertn@umich.eduSource('simple_object.cc')
368775Sgblack@eecs.umich.eduSource('hello_object.cc')
379022Sgblack@eecs.umich.eduSource('goodbye_object.cc')
388758Sgblack@eecs.umich.edu
394202Sbinkertn@umich.eduDebugFlag('HelloExample', "For Learning gem5 Part 2. Simple example debug flag")
408775Sgblack@eecs.umich.edu