dist_bigLITTLE.py (11935:28290ed77b03) dist_bigLITTLE.py (13774:a1be2a0c55f2)
1# Copyright (c) 2016-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

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

33# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
34# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35#
36# Authors: Gabor Dozsa
37
38# This configuration file extends the example ARM big.LITTLE(tm)
39# configuration to enabe dist-gem5 siulations of big.LITTLE systems.
40
1# Copyright (c) 2016-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

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

33# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
34# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35#
36# Authors: Gabor Dozsa
37
38# This configuration file extends the example ARM big.LITTLE(tm)
39# configuration to enabe dist-gem5 siulations of big.LITTLE systems.
40
41from __future__ import print_function
42from __future__ import absolute_import
43
41import argparse
42import os
43
44import m5
45from m5.objects import *
46
47import fs_bigLITTLE as bL
48m5.util.addToPath("../../dist")

--- 92 unchanged lines hidden ---
44import argparse
45import os
46
47import m5
48from m5.objects import *
49
50import fs_bigLITTLE as bL
51m5.util.addToPath("../../dist")

--- 92 unchanged lines hidden ---