hmc_hello.py (12340:a52f6d327259) hmc_hello.py (13774:a1be2a0c55f2)
1# Copyright (c) 2017, University of Kaiserslautern
2# All rights reserved.
3#
4# Redistribution and use in source and binary forms, with or without
5# modification, are permitted provided that the following conditions are
6# met:
7#
8# 1. Redistributions of source code must retain the above copyright notice,

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

25# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
26# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
27# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
28# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
29# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30#
31# Author: Éder F. Zulian
32
1# Copyright (c) 2017, University of Kaiserslautern
2# All rights reserved.
3#
4# Redistribution and use in source and binary forms, with or without
5# modification, are permitted provided that the following conditions are
6# met:
7#
8# 1. Redistributions of source code must retain the above copyright notice,

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

25# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
26# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
27# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
28# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
29# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30#
31# Author: Éder F. Zulian
32
33from __future__ import print_function
34from __future__ import absolute_import
35
33import sys
34import argparse
35
36import m5
37from m5.objects import *
38from m5.util import *
39addToPath('../')
40from common import MemConfig

--- 43 unchanged lines hidden ---
36import sys
37import argparse
38
39import m5
40from m5.objects import *
41from m5.util import *
42addToPath('../')
43from common import MemConfig

--- 43 unchanged lines hidden ---