SConscript (11527:9007a9729815) SConscript (11899:d04da1f9c961)
1# -*- mode:python -*-
2
3# Copyright (c) 2015 ARM Limited
4# All rights reserved
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are
8# met: redistributions of source code must retain the above copyright

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

35SimObject('PowerModelState.py')
36SimObject('ThermalDomain.py')
37SimObject('ThermalModel.py')
38
39Source('power_model.cc')
40Source('mathexpr_powermodel.cc')
41Source('thermal_domain.cc')
42Source('thermal_model.cc')
1# -*- mode:python -*-
2
3# Copyright (c) 2015 ARM Limited
4# All rights reserved
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are
8# met: redistributions of source code must retain the above copyright

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

35SimObject('PowerModelState.py')
36SimObject('ThermalDomain.py')
37SimObject('ThermalModel.py')
38
39Source('power_model.cc')
40Source('mathexpr_powermodel.cc')
41Source('thermal_domain.cc')
42Source('thermal_model.cc')
43Source('thermal_node.cc')
43
44DebugFlag('ThermalDomain')
44
45DebugFlag('ThermalDomain')