fs_power.py (13022:6c0f747b0c64) fs_power.py (13774:a1be2a0c55f2)
1# Copyright (c) 2017 ARM Limited
2# All rights reserved.
3#
4# The license below extends only to copyright in the software and shall
5# not be construed as granting a license to any other intellectual
6# property including but not limited to intellectual property relating
7# to a hardware implementation of the functionality of the software
8# licensed hereunder. You may use the software subject to the license

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

35#
36# Authors: Andreas Sandberg
37# Stephan Diestelhorst
38
39# This configuration file extends the example ARM big.LITTLE(tm)
40# with example power models.
41
42from __future__ import print_function
1# Copyright (c) 2017 ARM Limited
2# All rights reserved.
3#
4# The license below extends only to copyright in the software and shall
5# not be construed as granting a license to any other intellectual
6# property including but not limited to intellectual property relating
7# to a hardware implementation of the functionality of the software
8# licensed hereunder. You may use the software subject to the license

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

35#
36# Authors: Andreas Sandberg
37# Stephan Diestelhorst
38
39# This configuration file extends the example ARM big.LITTLE(tm)
40# with example power models.
41
42from __future__ import print_function
43from __future__ import absolute_import
43
44import argparse
45import os
46
47import m5
48from m5.objects import MathExprPowerModel, PowerModel
49
50import fs_bigLITTLE as bL

--- 84 unchanged lines hidden ---
44
45import argparse
46import os
47
48import m5
49from m5.objects import MathExprPowerModel, PowerModel
50
51import fs_bigLITTLE as bL

--- 84 unchanged lines hidden ---