simulate.py (11802:be62996c95d1) simulate.py (11991:d3f19484145f)
1# Copyright (c) 2012 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

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

39#
40# Authors: Nathan Binkert
41# Steve Reinhardt
42
43import atexit
44import os
45import sys
46
1# Copyright (c) 2012 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

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

39#
40# Authors: Nathan Binkert
41# Steve Reinhardt
42
43import atexit
44import os
45import sys
46
47# import the SWIG-wrapped main C++ functions
47# import the wrapped C++ functions
48import _m5.drain
49import _m5.core
50from _m5.stats import updateEvents as updateStatEvents
51
52import stats
53import SimObject
54import ticks
55import objects

--- 316 unchanged lines hidden ---
48import _m5.drain
49import _m5.core
50from _m5.stats import updateEvents as updateStatEvents
51
52import stats
53import SimObject
54import ticks
55import objects

--- 316 unchanged lines hidden ---