SConscript revision 11527
17860SN/A# -*- mode:python -*-
27860SN/A
37860SN/A# Copyright (c) 2015 ARM Limited
49988Snilay@cs.wisc.edu# All rights reserved
58825Snilay@cs.wisc.edu#
69988Snilay@cs.wisc.edu# Redistribution and use in source and binary forms, with or without
77935SN/A# modification, are permitted provided that the following conditions are
87935SN/A# met: redistributions of source code must retain the above copyright
97935SN/A# notice, this list of conditions and the following disclaimer;
107860SN/A# redistributions in binary form must reproduce the above copyright
117860SN/A# notice, this list of conditions and the following disclaimer in the
127860SN/A# documentation and/or other materials provided with the distribution;
1310315Snilay@cs.wisc.edu# neither the name of the copyright holders nor the names of its
148825Snilay@cs.wisc.edu# contributors may be used to endorse or promote products derived from
159885Sstever@gmail.com# this software without specific prior written permission.
169885Sstever@gmail.com#
179988Snilay@cs.wisc.edu# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1811384Ssteve.reinhardt@amd.com# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
198825Snilay@cs.wisc.edu# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
208825Snilay@cs.wisc.edu# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2110315Snilay@cs.wisc.edu# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
228825Snilay@cs.wisc.edu# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2310038SAli.Saidi@ARM.com# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
249449SAli.Saidi@ARM.com# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
259449SAli.Saidi@ARM.com# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
268464SN/A# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2710798Ssteve.reinhardt@amd.com# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2811384Ssteve.reinhardt@amd.com#
298721SN/A# Authors: David Guillen Fandos
308825Snilay@cs.wisc.edu
318825Snilay@cs.wisc.eduImport('*')
327935SN/A
337935SN/ASimObject('MathExprPowerModel.py')
347935SN/ASimObject('PowerModel.py')
357935SN/ASimObject('PowerModelState.py')
367935SN/ASimObject('ThermalDomain.py')
377935SN/ASimObject('ThermalModel.py')
387935SN/A
398893Ssaidi@eecs.umich.eduSource('power_model.cc')
407860SN/ASource('mathexpr_powermodel.cc')
419885Sstever@gmail.comSource('thermal_domain.cc')
429885Sstever@gmail.comSource('thermal_model.cc')
439885Sstever@gmail.com
4410315Snilay@cs.wisc.eduDebugFlag('ThermalDomain')
459988Snilay@cs.wisc.edu